# git rev-parse -q --verify 6c3f5bec9b40b9437410abb08eccd5cdd1598a3c^{commit} 6c3f5bec9b40b9437410abb08eccd5cdd1598a3c already have revision, skipping fetch # git checkout -q -f -B kisskb 6c3f5bec9b40b9437410abb08eccd5cdd1598a3c # git clean -qxdf # < git log -1 # commit 6c3f5bec9b40b9437410abb08eccd5cdd1598a3c # Merge: b3454ce0b2c8 9f46c187e2e6 # Author: Linus Torvalds # Date: Fri May 20 20:34:59 2022 -1000 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm fixes from Paolo Bonzini: # "ARM: # # - Correctly expose GICv3 support even if no irqchip is created so # that userspace doesn't observe it changing pointlessly (fixing a # regression with QEMU) # # - Don't issue a hypercall to set the id-mapped vectors when protected # mode is enabled (fix for pKVM in combination with CPUs affected by # Spectre-v3a) # # x86 (five oneliners, of which the most interesting two are): # # - a NULL pointer dereference on INVPCID executed with paging # disabled, but only if KVM is using shadow paging # # - an incorrect bsearch comparison function which could truncate the # result and apply PMU event filtering incorrectly. This one comes # with a selftests update too" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: # KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID # KVM: x86: hyper-v: fix type of valid_bank_mask # KVM: Free new dirty bitmap if creating a new memslot fails # KVM: eventfd: Fix false positive RCU usage warning # selftests: kvm/x86: Verify the pmu event filter matches the correct event # selftests: kvm/x86: Add the helper function create_pmu_event_filter # kvm: x86/pmu: Fix the compare function used by the pmu event filter # KVM: arm64: Don't hypercall before EL2 init # KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC # KVM: x86/mmu: Update number of zapped pages even if page list is stable # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 6c3f5bec9b40b9437410abb08eccd5cdd1598a3c # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:4965:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- stackleak: instrument arch_stack_walk() stackleak: be careful, alloca() in invoke_syscall() stackleak: instrument cgroup_rstat_flush_locked() stackleak: instrument __dma_direct_alloc_pages() stackleak: instrument invoke_syscall(): calls_alloca stackleak: instrument generic_fadvise() stackleak: instrument ptdump_walk() stackleak: instrument ptdump_check_wx() stackleak: instrument __do_sys_adjtimex() stackleak: instrument die() stackleak: instrument cgroup_base_stat_cputime_show() stackleak: instrument mempool_alloc() stackleak: instrument trace_event_raw_event_console() stackleak: instrument compat_restore_vfp_context() stackleak: instrument trace_event_raw_event_damon_aggregated() stackleak: instrument xen_pvclock_gtod_notify() stackleak: instrument panic_show_mem() stackleak: instrument vec_update_vq_map() stackleak: instrument damos_wmark_metric_value() stackleak: instrument vec_verify_vq_map() stackleak: instrument __mutex_unlock_slowpath() /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sigframe': /kisskb/src/arch/arm64/kernel/signal.c:495:26: note: userspace variable will be forcibly initialized 495 | struct user_ctxs user; | ^~~~ stackleak: instrument rcu_sync_enter() /kisskb/src/arch/arm64/kernel/signal.c: In function 'setup_rt_frame': /kisskb/src/arch/arm64/kernel/signal.c:773:40: note: userspace variable will be forcibly initialized 773 | struct rt_sigframe_user_layout user; | ^~~~ stackleak: instrument dma_direct_map_sg() stackleak: instrument trace_event_raw_event_ipi_raise() /kisskb/src/arch/arm64/kernel/signal.c: In function 'do_signal': /kisskb/src/arch/arm64/kernel/signal.c:854:24: note: userspace variable will be forcibly initialized 854 | struct ksignal ksig; | ^~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'minsigstksz_setup': /kisskb/src/arch/arm64/kernel/signal.c:965:40: note: userspace variable will be forcibly initialized 965 | struct rt_sigframe_user_layout user; | ^~~~ stackleak: instrument trace_event_raw_event_ipi_handler() stackleak: instrument perf_trace_console() 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:350:26: note: userspace variable will be forcibly initialized 350 | kernel_siginfo_t info; | ^~~~ stackleak: instrument perf_trace_ipi_raise() stackleak: instrument restore_fpsimd_context() stackleak: instrument pidlist_array_load() stackleak: instrument trace_event_raw_event_oom_score_adj_update() stackleak: instrument trace_event_raw_event_reclaim_retry_zone() stackleak: instrument restore_sve_fpsimd_context() stackleak: instrument trace_event_raw_event_mark_victim() stackleak: instrument trace_event_raw_event_wake_reaper() stackleak: instrument trace_event_raw_event_start_task_reaping() stackleak: instrument trace_event_raw_event_finish_task_reaping() stackleak: instrument init_srcu_struct_fields() stackleak: instrument trace_event_raw_event_skip_task_reaping() stackleak: instrument trace_event_raw_event_sys_enter() stackleak: instrument trace_event_raw_event_initcall_start() stackleak: instrument trace_event_raw_event_sys_exit() stackleak: instrument trace_event_raw_event_initcall_finish() stackleak: instrument trace_event_raw_event_compact_retry() stackleak: instrument __mutex_lock() stackleak: instrument srcu_invoke_callbacks() stackleak: instrument ptrace_hbp_create() stackleak: instrument kgdb_cpu_enter() stackleak: instrument kasan_save_stack() stackleak: instrument rcu_segcblist_merge() stackleak: instrument skel_link_create.constprop() /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'user_backtrace': /kisskb/src/arch/arm64/kernel/perf_callchain.c:26:27: note: userspace variable will be forcibly initialized 26 | struct frame_tail buftail; | ^~~~~~~ stackleak: instrument skel_map_update_elem.constprop() stackleak: instrument ptrace_hbp_set_ctrl() stackleak: instrument skel_map_create.constprop() stackleak: instrument __create_pgd_mapping() stackleak: instrument name_to_dev_t() stackleak: instrument kgdb_handle_exception() stackleak: instrument trace_event_raw_event_initcall_level() stackleak: instrument bpf_load_and_run.constprop() stackleak: instrument compat_gpr_get() stackleak: instrument kgdb_nmicallback() stackleak: instrument __arm64_sys_rt_sigreturn() stackleak: instrument cgroup_transfer_tasks() stackleak: instrument process_srcu() stackleak: instrument global_dirty_limits() stackleak: instrument kgdb_nmicallin() stackleak: instrument trace_event_raw_event_mm_filemap_op_page_cache() stackleak: instrument process_durations() stackleak: instrument perf_callchain_user() stackleak: instrument clear_shadow_entry() stackleak: instrument trace_event_raw_event_filemap_set_wb_err() stackleak: instrument smp_send_stop() stackleak: instrument kdamond_fn() stackleak: instrument compat_setup_sigframe() stackleak: instrument cgroup_do_freeze() stackleak: instrument trace_event_raw_event_file_check_and_advance_wb_err() stackleak: instrument truncate_folio_batch_exceptionals.part.0() stackleak: instrument trace_event_raw_event_rcu_utilization() stackleak: instrument trace_event_raw_event_rcu_grace_period() stackleak: instrument perf_output_begin_forward() stackleak: instrument pac_address_keys_get() stackleak: instrument wb_calc_thresh() stackleak: instrument wb_update_bandwidth() stackleak: instrument trace_event_raw_event_rcu_future_grace_period() stackleak: instrument perf_trace_reclaim_retry_zone() stackleak: instrument trace_event_raw_event_rcu_grace_period_init() stackleak: instrument damon_test_merge_regions_of() stackleak: instrument trace_event_raw_event_rcu_exp_grace_period() stackleak: instrument perf_trace_compact_retry() stackleak: instrument cgroupstats_build() stackleak: instrument fsnotify() stackleak: instrument trace_event_raw_event_rcu_exp_funnel_lock() stackleak: instrument __filemap_fdatawait_range() stackleak: instrument __synchronize_srcu() stackleak: instrument trace_event_raw_event_rcu_preempt_task() stackleak: instrument perf_output_begin_backward() stackleak: instrument folio_wake_bit() stackleak: instrument ptrace_hbp_set_addr() stackleak: instrument trace_event_raw_event_rcu_unlock_preempted_task() stackleak: instrument cgroup1_release_agent() stackleak: instrument dio_warn_stale_pagecache.part.0() stackleak: instrument trace_event_raw_event_rcu_quiescent_state_report() stackleak: instrument damon_test_regions() stackleak: instrument __fsnotify_parent() stackleak: instrument trace_event_raw_event_rcu_fqs() stackleak: instrument hw_break_get() stackleak: instrument trace_event_raw_event_rcu_stall_warning() stackleak: instrument damon_do_test_apply_three_regions.constprop() stackleak: instrument panic() stackleak: instrument trace_event_raw_event_rcu_dyntick() stackleak: instrument fsnotify_sb_delete() stackleak: instrument damon_test_apply_three_regions1() stackleak: instrument perf_output_begin() stackleak: instrument truncate_inode_pages_range() stackleak: instrument trace_event_raw_event_rcu_callback() stackleak: instrument damon_test_apply_three_regions2() stackleak: instrument main_func() stackleak: instrument trace_event_raw_event_rcu_kvfree_callback() stackleak: instrument percpu_rwsem_wait() stackleak: instrument damon_test_apply_three_regions3() stackleak: instrument trace_event_raw_event_mm_lru_insertion() stackleak: instrument __ww_mutex_lock.constprop() stackleak: instrument damon_test_merge_two() stackleak: instrument trace_event_raw_event_rcu_batch_start() stackleak: instrument damon_test_apply_three_regions4() stackleak: instrument trace_event_raw_event_mm_lru_activate() stackleak: instrument trace_event_raw_event_rcu_invoke_callback() stackleak: instrument damon_register_ops() stackleak: instrument invalidate_mapping_pagevec() stackleak: instrument trace_event_raw_event_rcu_invoke_kvfree_callback() stackleak: instrument damon_select_ops() stackleak: instrument trace_event_raw_event_rcu_invoke_kfree_bulk_callback() stackleak: instrument damon_test_three_regions_in_vmas() stackleak: instrument trace_event_raw_event_rcu_batch_end() stackleak: instrument get_perf_callchain() stackleak: instrument platform_irqchip_probe() stackleak: instrument trace_event_raw_event_rcu_barrier() stackleak: instrument perf_event_max_stack_handler() stackleak: instrument ref_scale_shutdown() stackleak: instrument invalidate_inode_pages2_range() stackleak: instrument trace_event_raw_event_timer_class() stackleak: instrument trace_event_raw_event_timer_start() stackleak: instrument damon_test_split_evenly_succ() stackleak: instrument trace_event_raw_event_timer_expire_entry() stackleak: instrument trace_event_raw_event_hrtimer_init() stackleak: instrument trace_event_raw_event_hrtimer_start() stackleak: instrument asymmetric_key_verify_signature() stackleak: instrument key_alloc() stackleak: instrument datablob_hmac_verify() stackleak: instrument ref_scale_reader() stackleak: instrument trace_event_raw_event_hrtimer_expire_entry() stackleak: instrument hw_break_set() stackleak: instrument trace_event_raw_event_hrtimer_class() stackleak: instrument datablob_parse() stackleak: instrument trace_event_raw_event_swiotlb_bounced() stackleak: instrument trace_event_raw_event_itimer_state() stackleak: instrument damon_va_update() stackleak: instrument trace_event_raw_event_itimer_expire() stackleak: instrument folio_wait_bit_common() stackleak: instrument __hrtimer_run_queues() stackleak: instrument pac_address_keys_set() stackleak: instrument damon_va_init() stackleak: instrument key_update() stackleak: instrument perf_trace_swiotlb_bounced() stackleak: instrument __fpr_set.constprop() stackleak: instrument do_notify_resume() stackleak: instrument cci_init.part.0() stackleak: instrument queued_spin_lock_slowpath() /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2902:34: note: userspace variable will be forcibly initialized 2902 | struct kernel_clone_args kargs; | ^~~~~ stackleak: instrument damon_test_split_regions_of() stackleak: instrument trace_event_raw_event_rcu_segcb_stats() stackleak: instrument damon_va_check_accesses() stackleak: instrument derived_key_decrypt.constprop() stackleak: instrument trace_event_raw_event_rcu_torture_read() stackleak: instrument filemap_get_read_batch() stackleak: instrument crypto_cipher_encrypt_one() stackleak: instrument key_instantiate_and_link() stackleak: instrument damon_test_split_at() stackleak: instrument crypto_cipher_decrypt_one() stackleak: instrument rdmacg_resource_set_max() stackleak: instrument __filemap_remove_folio() stackleak: instrument encrypted_instantiate() stackleak: instrument balance_dirty_pages_ratelimited() stackleak: instrument trace_event_raw_event_task_newtask() stackleak: instrument key_create_or_update() stackleak: instrument owl_pin_config_set() stackleak: instrument trace_event_raw_event_task_rename() stackleak: instrument damon_test_aggregate() stackleak: instrument derived_key_encrypt.constprop() stackleak: instrument wb_over_bg_thresh() stackleak: instrument delete_from_page_cache_batch() stackleak: instrument trace_event_raw_event_cgroup_event() stackleak: instrument devcgroup_access_write() stackleak: instrument owl_pin_config_get() stackleak: instrument damon_test_target() stackleak: instrument __filemap_fdatawrite_range() stackleak: instrument swiotlb_map() stackleak: instrument encrypted_read() stackleak: instrument hrtimer_nanosleep_restart() stackleak: instrument mutex_lock_io_nested() stackleak: instrument damon_reclaim_new_scheme() stackleak: instrument filemap_fdatawrite() stackleak: instrument __oom_reap_task_mm() stackleak: instrument filemap_fdatawrite_range() stackleak: instrument devcgroup_seq_show() stackleak: instrument filemap_flush() stackleak: instrument alpine_msix_middle_domain_alloc() stackleak: instrument copy_clone_args_from_user() stackleak: instrument writeback_set_ratelimit() stackleak: instrument hrtimer_nanosleep() stackleak: instrument syscall_trace_exit() stackleak: instrument alpine_msix_init_domains() stackleak: instrument filemap_range_has_page() stackleak: instrument alpine_msix_init() stackleak: instrument cap_bprm_creds_from_file() stackleak: instrument cgroup_subsys_states_read() stackleak: instrument schedule_hrtimeout_range_clock() stackleak: instrument compat_gpr_set() stackleak: instrument __down_read_common() stackleak: instrument oom_reaper() stackleak: instrument filemap_range_has_writeback() stackleak: instrument compat_ptrace_write_user() stackleak: instrument filemap_write_and_wait_range() stackleak: instrument owl_gpio_irq_handler() stackleak: instrument vm_mmap_pgoff() stackleak: instrument perf_trace_task_newtask() stackleak: instrument oom_killer_disable() stackleak: instrument tag_pages_for_writeback() stackleak: instrument perf_trace_task_rename() stackleak: instrument cgroup_kn_set_ugid() stackleak: instrument call_timer_fn() stackleak: instrument file_write_and_wait_range() stackleak: instrument vm_area_dup() stackleak: instrument gpr_set() stackleak: instrument modify_user_hw_breakpoint_check() stackleak: instrument replace_page_cache_page() stackleak: instrument trace_event_raw_event_irq_handler_exit() stackleak: instrument owl_sirq_domain_alloc() stackleak: instrument trace_event_raw_event_softirq() stackleak: instrument run_timer_softirq() stackleak: instrument __damon_pa_young() stackleak: instrument release_pages() stackleak: instrument __damon_pa_mkold() stackleak: instrument update_tasks_root_domain() stackleak: instrument update_tasks_flags() stackleak: instrument overcommit_policy_handler() stackleak: instrument write_cache_pages() stackleak: instrument trace_event_raw_event_irq_handler_entry() stackleak: instrument damon_pa_prepare_access_checks() stackleak: instrument __filemap_add_folio() /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1250:30: note: userspace variable will be forcibly initialized 1250 | struct iovec iov; | ^~~ stackleak: instrument cgroup_addrm_files() stackleak: instrument update_tasks_cpumask() stackleak: instrument do_writepages() stackleak: instrument walk_iomem_res_desc() stackleak: instrument damon_pa_check_accesses() stackleak: instrument walk_system_ram_res() stackleak: instrument perf_trace_irq_handler_entry() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/syscall.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument walk_mem_res() /kisskb/src/kernel/bpf/syscall.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ stackleak: instrument trace_event_raw_event_cgroup() stackleak: instrument walk_system_ram_range() stackleak: instrument perf_trace_rcu_exp_funnel_lock() stackleak: instrument migration_entry_wait_on_locked() /kisskb/src/kernel/bpf/syscall.c: In function '____bpf_sys_bpf': stackleak: instrument page_is_ram() /kisskb/src/kernel/bpf/syscall.c:4825:16: note: userspace variable will be forcibly initialized 4825 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_sys_bpf': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/syscall.c:4825:16: note: userspace variable will be forcibly initialized 4825 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument __mod_timer() stackleak: instrument trace_event_raw_event_cgroup_root() stackleak: instrument search_nested_keyrings() stackleak: instrument perf_trace_rcu_barrier() stackleak: instrument rwsem_down_write_slowpath() stackleak: instrument fsnotify_destroy_group() In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'kvmemdup_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized /kisskb/src/include/linux/bpfptr.h:66:21: note: userspace variable will be forcibly initialized 66 | static inline void *kvmemdup_bpfptr(bpfptr_t src, size_t len) | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function '___bpf_copy_key': /kisskb/src/kernel/bpf/syscall.c:1046:14: note: userspace variable will be forcibly initialized 1046 | static void *___bpf_copy_key(bpfptr_t ukey, u64 key_size) | ^~~~~~~~~~~~~~~ stackleak: instrument perf_trace_rcu_grace_period_init() stackleak: instrument trace_event_raw_event_cgroup_migrate() In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'strncpy_from_sockptr': /kisskb/src/include/linux/sockptr.h:94:20: note: userspace variable will be forcibly initialized 94 | static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) | ^~~~~~~~~~~~~~~~~~~~ stackleak: instrument __arm64_sys_add_key() stackleak: instrument keyring_detect_cycle() stackleak: instrument __find_resource() stackleak: instrument update_tasks_nodemask() stackleak: instrument perf_trace_rcu_batch_end() stackleak: instrument iproc_pin_config_get() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3645:15: note: userspace variable will be forcibly initialized 3645 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument __arm64_sys_request_key() stackleak: instrument cpu_suspend() stackleak: instrument perf_trace_rcu_future_grace_period() stackleak: instrument trace_event_raw_event_cpuhp_enter() stackleak: instrument reallocate_resource() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_map_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ stackleak: instrument dup_mm() /kisskb/src/kernel/bpf/syscall.c:3926:15: note: userspace variable will be forcibly initialized 3926 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument shmem_alloc_hugepage() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_btf_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3970:15: note: userspace variable will be forcibly initialized 3970 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(*uinfo), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_get_info_by_fd': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:3987:15: note: userspace variable will be forcibly initialized 3987 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument allocate_resource() stackleak: instrument perf_trace_rcu_quiescent_state_report() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'map_update_elem': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:1135:12: note: userspace variable will be forcibly initialized 1135 | static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:1138:18: note: userspace variable will be forcibly initialized 1138 | bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); | ^~~~~~ /kisskb/src/kernel/bpf/syscall.c:1137:18: note: userspace variable will be forcibly initialized 1137 | bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); | ^~~~ stackleak: instrument trace_event_raw_event_cpuhp_multi_enter() /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:762:34: note: userspace variable will be forcibly initialized 762 | kernel_siginfo_t info; | ^~~~ stackleak: instrument trace_event_raw_event_xdp_exception() stackleak: instrument keyring_search() stackleak: instrument trace_event_raw_event_xdp_bulk_tx() stackleak: instrument trace_event_raw_event_cpuhp_exit() stackleak: instrument __do_softirq() /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1246:30: note: userspace variable will be forcibly initialized 1246 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1051:26: note: userspace variable will be forcibly initialized 1051 | kernel_siginfo_t siginfo, *si; | ^~~~~~~ stackleak: instrument filemap_get_pages() stackleak: instrument trace_event_raw_event_mm_vmscan_kswapd_sleep() stackleak: instrument trace_event_raw_event_xdp_redirect_template() stackleak: instrument wake_up_and_wait_for_irq_thread_ready() stackleak: instrument perf_trace_rcu_torture_read() /kisskb/src/kernel/ptrace.c: In function 'compat_ptrace_request': /kisskb/src/kernel/ptrace.c:1409:30: note: userspace variable will be forcibly initialized 1409 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1366:26: note: userspace variable will be forcibly initialized 1366 | kernel_siginfo_t siginfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_load': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2209:12: note: userspace variable will be forcibly initialized 2209 | static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr) | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2209:12: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/syscall.c:2322:13: note: userspace variable will be forcibly initialized 2322 | if (copy_from_bpfptr(prog->insns, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2323 | make_bpfptr(attr->insns, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2324 | bpf_prog_insn_size(prog)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2235:13: note: userspace variable will be forcibly initialized 2235 | if (strncpy_from_bpfptr(license, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2236 | make_bpfptr(attr->license, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2237 | sizeof(license) - 1) < 0) | ~~~~~~~~~~~~~~~~~~~~ stackleak: instrument trace_event_raw_event_mm_vmscan_kswapd_wake() stackleak: instrument uniphier_system_bus_probe() stackleak: instrument damon_sysfs_mk_scheme() stackleak: instrument trace_event_raw_event_xdp_devmap_xmit() stackleak: instrument trace_event_raw_event_mm_vmscan_wakeup_kswapd() stackleak: instrument trace_event_raw_event_mem_disconnect() stackleak: instrument trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function '__sys_bpf': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4621:12: note: userspace variable will be forcibly initialized 4621 | static int __sys_bpf(int cmd, bpfptr_t uattr, unsigned int size) | ^~~~~~~~~ stackleak: instrument trace_event_raw_event_lock_acquire() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function '__do_sys_bpf': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/kernel/bpf/syscall.c:4767:16: note: userspace variable will be forcibly initialized 4767 | return __sys_bpf(cmd, USER_BPFPTR(uattr), size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument trace_event_raw_event_mm_vmscan_direct_reclaim_end_template() stackleak: instrument __arm64_sys_capget() stackleak: instrument trace_event_raw_event_mem_connect() stackleak: instrument __pagevec_lru_add() stackleak: instrument folio_write_one() stackleak: instrument trace_event_raw_event_mm_shrink_slab_start() stackleak: instrument trace_event_raw_event_mem_return_failed() stackleak: instrument __request_region() stackleak: instrument schedule_timeout() stackleak: instrument keyctl_keyring_search() stackleak: instrument trace_event_raw_event_mm_shrink_slab_end() stackleak: instrument ptrace_get_syscall_info_entry.constprop() stackleak: instrument find_idlest_group() stackleak: instrument trace_event_raw_event_mm_vmscan_lru_isolate() stackleak: instrument __arm64_sys_capset() stackleak: instrument trace_event_raw_event_mm_vmscan_write_folio() stackleak: instrument trace_event_raw_event_mm_vmscan_lru_shrink_inactive() stackleak: instrument bpf_fill_super() stackleak: instrument trace_event_raw_event_mm_vmscan_lru_shrink_active() stackleak: instrument __folio_start_writeback() stackleak: instrument trace_event_raw_event_mm_vmscan_node_reclaim_begin() stackleak: instrument release_task() stackleak: instrument filemap_map_pages() stackleak: instrument trace_event_raw_event_mm_vmscan_throttled() stackleak: instrument keyctl_instantiate_key() stackleak: instrument ptrace_peek_siginfo() stackleak: instrument keyctl_instantiate_key_iov() stackleak: instrument rcu_tasks_invoke_cbs() stackleak: instrument tg_has_rt_tasks() stackleak: instrument __print_lock_name.part.0.isra() stackleak: instrument write_mem_msg() stackleak: instrument software_key_query() stackleak: instrument rcu_tasks_kthread() stackleak: instrument nr_schemes_store() stackleak: instrument print_lockdep_cache.isra() stackleak: instrument tasklet_unlock_wait() stackleak: instrument ptrace_get_syscall_info() stackleak: instrument trace_event_raw_event_pwm() stackleak: instrument trace_event_raw_event_lock() stackleak: instrument tasklet_kill() stackleak: instrument shmem_show_options() stackleak: instrument pkcs8_key_preparse() stackleak: instrument pkcs8_note_OID() stackleak: instrument software_key_eds_op() stackleak: instrument perf_trace_xdp_devmap_xmit() stackleak: instrument enable_store() stackleak: instrument perf_trace_cgroup_event() stackleak: instrument shmem_swapin.constprop() stackleak: instrument trace_event_raw_event_sched_kthread_stop() stackleak: instrument sun6i_r_intc_domain_alloc() stackleak: instrument duty_cycle_store() stackleak: instrument trace_event_raw_event_sched_kthread_stop_ret() stackleak: instrument trace_event_raw_event_xdp_cpumap_enqueue() stackleak: instrument shmem_alloc_page() stackleak: instrument period_store() stackleak: instrument page_cache_next_miss() stackleak: instrument trace_event_raw_event_sched_kthread_work_queue_work() stackleak: instrument look_up_user_keyrings() stackleak: instrument keyctl_restrict_keyring() stackleak: instrument trace_event_raw_event_sched_kthread_work_execute_start() stackleak: instrument rcu_tasks_trace_postgp() stackleak: instrument page_cache_prev_miss() stackleak: instrument get_user_session_keyring_rcu() stackleak: instrument trace_event_raw_event_sched_kthread_work_execute_end() stackleak: instrument ring_buffer_consumer_thread() stackleak: instrument trace_event_raw_event_sched_wakeup_template() stackleak: instrument perf_trace_xdp_cpumap_kthread() stackleak: instrument perf_trace_cgroup_migrate() stackleak: instrument public_key_verify_signature() stackleak: instrument trace_event_raw_event_sched_migrate_task() stackleak: instrument ptrace_readdata() stackleak: instrument __wait_for_common() stackleak: instrument trace_event_raw_event_xdp_cpumap_kthread() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/verifier.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpfptr_add': /kisskb/src/include/linux/bpfptr.h:41:20: note: userspace variable will be forcibly initialized 41 | static inline void bpfptr_add(bpfptr_t *bpfptr, size_t val) | ^~~~~~~~~~ stackleak: instrument trace_event_raw_event_sched_process_template() stackleak: instrument rcu_tasks_wait_gp() stackleak: instrument ptrace_writedata() stackleak: instrument trace_event_raw_event_sched_process_wait() stackleak: instrument perf_trace_xdp_redirect_template() stackleak: instrument trace_event_raw_event_sched_process_fork() stackleak: instrument nr_contexts_store() stackleak: instrument __wake_up_common_lock() stackleak: instrument __filemap_get_folio() stackleak: instrument rt_mutex_slowlock.constprop() stackleak: instrument trace_event_raw_event_sched_stat_runtime() stackleak: instrument trace_event_raw_event_sched_pi_setprio() stackleak: instrument snd_cs8427_send_corudata.constprop() stackleak: instrument move_pages_to_lru() stackleak: instrument trace_event_raw_event_sched_move_numa() stackleak: instrument perf_trace_lock() stackleak: instrument copy_process() stackleak: instrument trace_event_raw_event_sched_numa_pair_template() stackleak: instrument perf_trace_lock_acquire() stackleak: instrument trace_event_raw_event_sched_wake_idle_without_ipi() In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'copy_to_sockptr_offset': /kisskb/src/include/linux/sockptr.h:58:19: note: userspace variable will be forcibly initialized 58 | static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, | ^~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument snd_cs8427_init() stackleak: instrument scatterwalk_map_and_copy() stackleak: instrument wait_consider_task() stackleak: instrument get_device_system_crosststamp() stackleak: instrument create_io_thread() stackleak: instrument synchronize_rcu_tasks_generic() stackleak: instrument call_sbin_request_key() stackleak: instrument ptrace_request() stackleak: instrument lookup_user_key() stackleak: instrument gdb_serial_stub() stackleak: instrument snd_akm4xxx_build_controls() stackleak: instrument state_store() stackleak: instrument pwm_apply_state() stackleak: instrument kernel_clone() stackleak: instrument bpf_prog_calc_tag() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function '__find_kfunc_desc_btf': /kisskb/src/kernel/bpf/verifier.c:1754:20: note: userspace variable will be forcibly initialized 1754 | static struct btf *__find_kfunc_desc_btf(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:1754:20: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpfptr_is_null': /kisskb/src/include/linux/bpfptr.h:34:20: note: userspace variable will be forcibly initialized 34 | static inline bool bpfptr_is_null(bpfptr_t bpfptr) | ^~~~~~~~~~~~~~ stackleak: instrument __do_sys_clone() stackleak: instrument trace_event_raw_event_gpio_direction() In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument map_update_elem() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/filter.h:9, from /kisskb/src/kernel/bpf/bpf_iter.c:6: /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_func': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpf_iter_link_attach': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c:499:5: note: userspace variable will be forcibly initialized 499 | int bpf_iter_link_attach(const union bpf_attr *attr, bpfptr_t uattr, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:499:5: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c:499:5: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/bpf_iter.c:508:18: note: userspace variable will be forcibly initialized 508 | bpfptr_t ulinfo; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:10260:12: note: userspace variable will be forcibly initialized 10260 | static int check_btf_func(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ stackleak: instrument kernel_waitid() stackleak: instrument trace_event_raw_event_gpio_value() /kisskb/src/kernel/bpf/verifier.c:10260:12: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/verifier.c:10271:18: note: userspace variable will be forcibly initialized 10271 | bpfptr_t urecord; | ^~~~~~~ stackleak: instrument of_pwm_get() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_line': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ stackleak: instrument show_rcu_tasks_trace_gp_kthread() stackleak: instrument compat_ptrace_request() stackleak: instrument __do_sys_clone3() /kisskb/src/kernel/bpf/verifier.c:10406:12: note: userspace variable will be forcibly initialized 10406 | static int check_btf_line(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10406:12: note: userspace variable will be forcibly initialized stackleak: instrument trace_event_raw_event_sched_process_exec() /kisskb/src/kernel/bpf/verifier.c:10415:18: note: userspace variable will be forcibly initialized 10415 | bpfptr_t ulinfo; | ^~~~~~ stackleak: instrument perf_trace_mm_vmscan_lru_isolate() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/kernel/bpf/verifier.c:7: /kisskb/src/kernel/bpf/verifier.c: In function 'check_core_relo': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ stackleak: instrument filemap_fault() stackleak: instrument timekeeping_resume() /kisskb/src/kernel/bpf/verifier.c:10534:12: note: userspace variable will be forcibly initialized 10534 | static int check_core_relo(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10534:12: note: userspace variable will be forcibly initialized stackleak: instrument request_key_auth_new() /kisskb/src/kernel/bpf/verifier.c:10546:18: note: userspace variable will be forcibly initialized 10546 | bpfptr_t u_core_relo; | ^~~~~~~~~~~ stackleak: instrument kernel_thread() stackleak: instrument torture_ww_mutex_lock() /kisskb/src/kernel/bpf/verifier.c: In function 'resolve_pseudo_ldimm64': /kisskb/src/kernel/bpf/verifier.c:12080:12: note: userspace variable will be forcibly initialized 12080 | static int resolve_pseudo_ldimm64(struct bpf_verifier_env *env) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:12080:12: note: userspace variable will be forcibly initialized stackleak: instrument __arm64_sys_fork() stackleak: instrument perf_trace_mm_shrink_slab_end() stackleak: instrument lock_stats() stackleak: instrument __arm64_sys_vfork() stackleak: instrument request_key_and_link() stackleak: instrument __do_sys_waitid() stackleak: instrument perf_trace_mm_vmscan_lru_shrink_active() stackleak: instrument unbind_clocksource_store() stackleak: instrument key_get_instantiation_authkey() stackleak: instrument shmem_unuse_inode() stackleak: instrument gpiochip_hierarchy_irq_domain_alloc() stackleak: instrument perf_trace_mm_shrink_slab_start() stackleak: instrument test_aa() stackleak: instrument request_key_rcu() stackleak: instrument find_get_entries() stackleak: instrument __do_compat_sys_waitid() stackleak: instrument test_abba() stackleak: instrument reset_disabled_cpu_buffer() stackleak: instrument bpf_prog_seq_stop() stackleak: instrument perf_trace_mm_vmscan_lru_shrink_inactive() stackleak: instrument bpf_prog_seq_show() stackleak: instrument find_lock_entries() stackleak: instrument synchronize_irq() stackleak: instrument bdi_debug_stats_show() stackleak: instrument trace_event_raw_event_sched_switch() stackleak: instrument shmem_unused_huge_shrink() stackleak: instrument check_noncircular() stackleak: instrument stress_inorder_work() stackleak: instrument extfrag_show() stackleak: instrument ksys_unshare() stackleak: instrument inactive_task_timer() stackleak: instrument find_get_pages_range() stackleak: instrument do_adjtimex() stackleak: instrument sysctl_max_threads() stackleak: instrument bpf_map_seq_stop() stackleak: instrument isolate_lru_pages() stackleak: instrument bpf_map_seq_show() stackleak: instrument stress_reorder_work() stackleak: instrument find_get_pages_contig() stackleak: instrument lockevent_read() stackleak: instrument kunit_log_append() stackleak: instrument lockdep_count_forward_deps() stackleak: instrument bdi_register() stackleak: instrument atmel_tcb_pwm_probe() stackleak: instrument test_cycle_work() stackleak: instrument bpf_iter_link_attach() stackleak: instrument lockdep_count_backward_deps() stackleak: instrument kunit_try_catch_run() stackleak: instrument refresh_cpu_vm_stats() stackleak: instrument find_get_pages_range_tag() stackleak: instrument test_abba_work() stackleak: instrument collect_percpu_times() stackleak: instrument bpf_prog_get_info_by_fd.isra() stackleak: instrument __test_mutex() stackleak: instrument shmem_getpage_gfp.constprop() stackleak: instrument fold_vm_numa_events() stackleak: instrument filemap_read() stackleak: instrument kunit_run_tests() stackleak: instrument shmem_fault() stackleak: instrument keyctl_pkey_params_get() stackleak: instrument perf_trace_sched_stat_runtime() stackleak: instrument cpuset_write_resmask() stackleak: instrument keyctl_pkey_params_get_2() stackleak: instrument string_stream_vadd() stackleak: instrument kernel_wait4() stackleak: instrument string_stream_add() stackleak: instrument keyctl_pkey_query() stackleak: instrument __do_sys_wait4() stackleak: instrument perf_trace_sched_process_fork() stackleak: instrument __do_compat_sys_wait4() stackleak: instrument kernel_wait() stackleak: instrument find_css_set() stackleak: instrument perf_trace_sched_migrate_task() stackleak: instrument keyctl_pkey_e_d_s() stackleak: instrument mark_lock() stackleak: instrument crypto_remove_spawns() stackleak: instrument keyctl_pkey_verify() stackleak: instrument perf_trace_sched_process_wait() stackleak: instrument map_create() stackleak: instrument task_seq_show() stackleak: instrument shmem_undo_range() stackleak: instrument mapping_seek_hole_data() stackleak: instrument task_file_seq_show() stackleak: instrument perf_trace_sched_wakeup_template() stackleak: instrument pcie_aspm_check_latency.part.0.isra() stackleak: instrument task_vma_seq_show() stackleak: instrument __kunit_fail_current_test() stackleak: instrument gpiochip_to_irq() stackleak: instrument task_seq_stop() stackleak: instrument perf_trace_sched_pi_setprio() stackleak: instrument rio_clr_err_stopped() stackleak: instrument task_file_seq_stop() stackleak: instrument kunit_do_failed_assertion() stackleak: instrument keyctl_get_persistent() stackleak: instrument reg_type_str() stackleak: instrument shmem_evict_inode() stackleak: instrument __bpf_strtoull() stackleak: instrument sysfs_chmod_file() stackleak: instrument perf_trace_sched_move_numa() stackleak: instrument task_vma_seq_stop() stackleak: instrument rb_get_reader_page() stackleak: instrument shrink_page_list() stackleak: instrument cpu_vm_stats_fold() stackleak: instrument perf_trace_sched_process_exec() stackleak: instrument gicv2m_irq_domain_alloc() stackleak: instrument generic_perform_write() stackleak: instrument check_irq_usage() stackleak: instrument sysfs_link_change_owner() stackleak: instrument perf_trace_sched_switch() stackleak: instrument perf_event_stop.isra() stackleak: instrument sysfs_file_change_owner() stackleak: instrument sysfs_change_owner() stackleak: instrument perf_trace_sched_numa_pair_template() stackleak: instrument task_file_seq_get_next() stackleak: instrument sysfs_emit() stackleak: instrument bpf_prog_load() stackleak: instrument sysfs_emit_at() stackleak: instrument shrink_active_list() stackleak: instrument ftrace_ops_test() stackleak: instrument kfree_rcu_work() stackleak: instrument shmem_fallocate() stackleak: instrument its_pmsi_prepare() stackleak: instrument __bpf_prog_run_args512() stackleak: instrument __bpf_prog_run_args480() stackleak: instrument perf_cgroup_attach() stackleak: instrument __bpf_prog_run_args448() stackleak: instrument __bpf_prog_run_args416() stackleak: instrument cpuset_hotplug_workfn() stackleak: instrument __bpf_prog_run_args384() stackleak: instrument __bpf_prog_run_args352() stackleak: instrument __kernfs_new_node.constprop() stackleak: instrument __bpf_prog_run_args320() stackleak: instrument __bpf_prog_run_args288() stackleak: instrument __bpf_prog_run_args256() stackleak: instrument sysrq_timer_list_show() stackleak: instrument do_shrink_slab() stackleak: instrument __bpf_prog_run_args224() stackleak: instrument perf_event_mux_interval_ms_store() stackleak: instrument __bpf_prog_run_args192() stackleak: instrument shmem_file_read_iter() stackleak: instrument __bpf_prog_run_args160() stackleak: instrument irq_domain_xlate_twocell() stackleak: instrument __bpf_prog_run_args128() stackleak: instrument proc_cap_handler() stackleak: instrument gic_irq_domain_alloc() stackleak: instrument __bpf_prog_run_args96() stackleak: instrument gpiod_get_array_value_complex() stackleak: instrument __bpf_prog_run_args64() stackleak: instrument out_of_line_wait_on_bit() stackleak: instrument out_of_line_wait_on_bit_timeout() stackleak: instrument __bpf_prog_run_args32() stackleak: instrument usermodehelper_read_trylock() stackleak: instrument __bpf_prog_run512() stackleak: instrument shrink_slab() stackleak: instrument usermodehelper_read_lock_wait() stackleak: instrument __bpf_prog_run480() stackleak: instrument out_of_line_wait_on_bit_lock() stackleak: instrument shmem_partial_swap_usage() stackleak: instrument __bpf_prog_run448() stackleak: instrument mbi_irq_domain_alloc() stackleak: instrument rio_inb_pwrite_handler() stackleak: instrument samsung_dt_subnode_to_map.constprop.isra() /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': stackleak: instrument __usermodehelper_disable() /kisskb/src/kernel/signal.c:4233:22: note: userspace variable will be forcibly initialized 4233 | stack_t new, old; | ^~~ stackleak: instrument __bpf_prog_run416() /kisskb/src/kernel/signal.c:4233:17: note: userspace variable will be forcibly initialized 4233 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c: In function 'do_compat_sigaltstack': /kisskb/src/kernel/signal.c:4269:22: note: userspace variable will be forcibly initialized 4269 | stack_t uss, uoss; | ^~~~ /kisskb/src/kernel/signal.c:4269:17: note: userspace variable will be forcibly initialized 4269 | stack_t uss, uoss; | ^~~ stackleak: instrument shmem_unlock_mapping() stackleak: instrument __bpf_prog_run384() stackleak: instrument __kernfs_remove() stackleak: instrument __bpf_prog_run352() stackleak: instrument bpf_bprintf_prepare() stackleak: instrument uniphier_conf_pin_config_set() stackleak: instrument __bpf_prog_run320() stackleak: instrument __bpf_array_map_seq_show() stackleak: instrument psi_poll_worker() stackleak: instrument gpiod_set_array_value_complex() stackleak: instrument __bpf_prog_run288() stackleak: instrument snd_pt2258_build_controls() stackleak: instrument perf_install_in_context() stackleak: instrument call_usermodehelper_exec() stackleak: instrument ring_buffer_lock_reserve() stackleak: instrument __bpf_prog_run256() /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1540:31: note: userspace variable will be forcibly initialized 1540 | struct kernel_siginfo info; | ^~~~ stackleak: instrument generic_map_delete_batch() stackleak: instrument __bpf_prog_run224() stackleak: instrument lock_contended() /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:2017:31: note: userspace variable will be forcibly initialized 2017 | struct kernel_siginfo info; | ^~~~ stackleak: instrument uniphier_conf_pin_config_get() stackleak: instrument event_function_call() stackleak: instrument __bpf_prog_run192() stackleak: instrument throttle_direct_reclaim() stackleak: instrument __bpf_prog_run160() stackleak: instrument pcie_aspm_init_link_state() /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2129:31: note: userspace variable will be forcibly initialized 2129 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2343:26: note: userspace variable will be forcibly initialized 2343 | kernel_siginfo_t info; | ^~~~ stackleak: instrument trace_seq_printf() stackleak: instrument __bpf_prog_run128() /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4003:26: note: userspace variable will be forcibly initialized 4003 | kernel_siginfo_t info; | ^~~~ stackleak: instrument __bpf_prog_run96() /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3777:31: note: userspace variable will be forcibly initialized 3777 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1735:31: note: userspace variable will be forcibly initialized 1735 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1766:31: note: userspace variable will be forcibly initialized 1766 | struct kernel_siginfo info; | ^~~~ stackleak: instrument play_idle_precise() /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1883:31: note: userspace variable will be forcibly initialized 1883 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3934:31: note: userspace variable will be forcibly initialized 3934 | struct kernel_siginfo info; | ^~~~ stackleak: instrument generic_map_update_batch() /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4043:26: note: userspace variable will be forcibly initialized 4043 | kernel_siginfo_t info; | ^~~~ stackleak: instrument __bpf_prog_run64() /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1653:31: note: userspace variable will be forcibly initialized 1653 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1752:31: note: userspace variable will be forcibly initialized 1752 | struct kernel_siginfo info; | ^~~~ stackleak: instrument rio_route_clr_table() /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1781:31: note: userspace variable will be forcibly initialized 1781 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': stackleak: instrument rio_read_config() /kisskb/src/kernel/signal.c:1796:31: note: userspace variable will be forcibly initialized 1796 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_perf': /kisskb/src/kernel/signal.c:1810:31: note: userspace variable will be forcibly initialized 1810 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1851:31: note: userspace variable will be forcibly initialized 1851 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1866:31: note: userspace variable will be forcibly initialized 1866 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/signal.c:1667:31: note: userspace variable will be forcibly initialized 1667 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/signal.c:1680:31: note: userspace variable will be forcibly initialized 1680 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1709:31: note: userspace variable will be forcibly initialized 1709 | struct kernel_siginfo info; | ^~~~ stackleak: instrument __bpf_prog_run32() /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1833:31: note: userspace variable will be forcibly initialized 1833 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4016:26: note: userspace variable will be forcibly initialized 4016 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4057:26: note: userspace variable will be forcibly initialized 4057 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3638:26: note: userspace variable will be forcibly initialized 3638 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time64': /kisskb/src/kernel/signal.c:3703:26: note: userspace variable will be forcibly initialized 3703 | kernel_siginfo_t info; | ^~~~ stackleak: instrument filter_subsuite_to_empty_test() /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': stackleak: instrument of_parse_own_gpio() /kisskb/src/kernel/signal.c:3856:26: note: userspace variable will be forcibly initialized 3856 | kernel_siginfo_t kinfo; | ^~~~~ stackleak: instrument cgroup_attach_task() /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4247:17: note: userspace variable will be forcibly initialized 4247 | stack_t new; | ^~~ stackleak: instrument of_get_named_gpiod_flags() stackleak: instrument irq_create_of_mapping() stackleak: instrument of_gpio_get_count() stackleak: instrument msi_setup_msi_desc() stackleak: instrument parse_filter_test() stackleak: instrument generic_map_lookup_batch() stackleak: instrument msix_setup_msi_descs() stackleak: instrument samsung_pinctrl_probe() stackleak: instrument filter_subsuite_test() stackleak: instrument reclaim_throttle() stackleak: instrument __irq_build_affinity_masks() stackleak: instrument of_find_gpio() stackleak: instrument __bpf_hash_map_seq_show() stackleak: instrument ring_buffer_write() stackleak: instrument ftrace_match_record.isra() stackleak: instrument __find_next_entry() stackleak: instrument perf_output_read() stackleak: instrument filter_suites_test() stackleak: instrument trace_event_raw_event_signal_generate() stackleak: instrument ftrace_graph_set_hash() stackleak: instrument trace_event_raw_event_signal_deliver() stackleak: instrument select_task_rq_fair() stackleak: instrument cgroup_update_dfl_csses() stackleak: instrument filter_subsuite_test_glob_test() stackleak: instrument kernfs_remove_self() stackleak: instrument trace_min_max_read() stackleak: instrument irq_create_affinity_masks() stackleak: instrument trace_ctxwake_print() stackleak: instrument fwnode_gpiod_get_index() stackleak: instrument trace_event_raw_event_alarmtimer_suspend() stackleak: instrument bpf_tracing_prog_attach() stackleak: instrument buffer_percent_read() stackleak: instrument of_gpiochip_add() stackleak: instrument trace_event_raw_event_alarm_class() stackleak: instrument bpf_raw_tracepoint_open() stackleak: instrument tracing_total_entries_read() stackleak: instrument sunxi_pmx_request() stackleak: instrument __pci_enable_msix_range() stackleak: instrument copy_to_user_fromio() stackleak: instrument match_records() stackleak: instrument trace_event_raw_event_percpu_alloc_percpu() stackleak: instrument active_load_balance_cpu_stop() stackleak: instrument copy_from_user_toio() stackleak: instrument snd_seq_cell_alloc.constprop() stackleak: instrument tracing_entries_read() stackleak: instrument trace_event_raw_event_percpu_free_percpu() stackleak: instrument tracing_set_trace_read() stackleak: instrument kunit_status_set_failure_test() stackleak: instrument trace_event_raw_event_percpu_alloc_percpu_fail() stackleak: instrument alarmtimer_rtc_add_device() stackleak: instrument trace_event_raw_event_percpu_create_chunk() stackleak: instrument snd_seq_dump_var_event() stackleak: instrument do_sched_setscheduler() stackleak: instrument ftrace_mod_callback() stackleak: instrument verbose() stackleak: instrument trace_event_raw_event_percpu_destroy_chunk() stackleak: instrument perf_log_throttle() stackleak: instrument kunit_status_mark_skipped_test() stackleak: instrument __do_sys_sysinfo() stackleak: instrument __check_ptr_off_reg() stackleak: instrument shrink_lruvec() stackleak: instrument perf_event_read_event() stackleak: instrument seqiv_aead_encrypt() stackleak: instrument perf_event_bpf_output() stackleak: instrument perf_trace_signal_generate() stackleak: instrument __do_compat_sys_sysinfo() stackleak: instrument perf_event_ksymbol_output() stackleak: instrument tracing_saved_cmdlines_size_read() stackleak: instrument rebind_subsystems() stackleak: instrument prctl_set_auxv() stackleak: instrument kunit_resource_test_static() stackleak: instrument snd_opl3_timer_new() stackleak: instrument snd_seq_event_dup() stackleak: instrument perf_event_cgroup_output() stackleak: instrument trace_event_printf() stackleak: instrument trace_output_call() stackleak: instrument perf_event_namespaces_output() stackleak: instrument trace_seq_print_sym() stackleak: instrument pci_alloc_irq_vectors_affinity() stackleak: instrument parse_mount_options() stackleak: instrument check_stack_access_within_bounds() stackleak: instrument alarmtimer_suspend() stackleak: instrument sunxi_pctrl_dt_node_to_map() stackleak: instrument perf_log_itrace_start() stackleak: instrument __do_sys_newuname() stackleak: instrument snd_opl3_write() stackleak: instrument test_can_verify_check.constprop() stackleak: instrument __copy_siginfo_from_user() stackleak: instrument kunit_resource_test_named() stackleak: instrument shrink_node() stackleak: instrument snd_card_disconnect() stackleak: instrument ahash_op_unaligned_done() stackleak: instrument __snd_card_release() stackleak: instrument perf_event_comm_output() stackleak: instrument cgroup_lock_and_drain_offline() stackleak: instrument tracing_max_lat_read() stackleak: instrument trigger_card_free() stackleak: instrument prctl_set_mm_map() /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:582:28: note: userspace variable will be forcibly initialized 582 | sigevent_t event; | ^~~~~ stackleak: instrument ahash_def_finup_done1() /kisskb/src/kernel/time/posix-timers.c: In function '__do_compat_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:597:28: note: userspace variable will be forcibly initialized 597 | sigevent_t event; | ^~~~~ stackleak: instrument snd_card_disconnect_sync() stackleak: instrument snd_card_free() stackleak: instrument check_stack_range_initialized() stackleak: instrument do_compat_sigaltstack() stackleak: instrument unregister_ftrace_function_probe_func() stackleak: instrument gpiochip_add_data_with_key() stackleak: instrument trace_event_raw_event_mm_compaction_isolate_template() stackleak: instrument lineinfo_changed_notify.part.0() stackleak: instrument prctl_set_mm() stackleak: instrument trace_event_raw_event_mm_compaction_migratepages() stackleak: instrument tracing_thresh_read() stackleak: instrument perf_event_text_poke_output() stackleak: instrument kunit_resource_test_alloc_resource() stackleak: instrument __find_kfunc_desc_btf() stackleak: instrument ring_buffer_wait() stackleak: instrument trace_event_raw_event_mm_compaction_begin() stackleak: instrument debounce_work_func() stackleak: instrument trace_event_raw_event_mm_compaction_end() stackleak: instrument snd_opl3_ioctl() stackleak: instrument __msi_domain_alloc_irqs() stackleak: instrument balance_pgdat() stackleak: instrument trace_print_lat_context() stackleak: instrument trace_event_raw_event_mm_compaction_try_to_compact_pages() stackleak: instrument rcu_gp_fqs_loop() stackleak: instrument trace_event_raw_event_mm_compaction_suitable_template() stackleak: instrument trace_event_raw_event_mm_compaction_defer_template() stackleak: instrument snd_power_ref_and_wait() stackleak: instrument pcpu_find_block_fit() stackleak: instrument trace_event_raw_event_mm_compaction_kcompactd_sleep() stackleak: instrument snd_opl3_synth_create_port() stackleak: instrument alarm_timer_nsleep() stackleak: instrument find_busiest_group() stackleak: instrument trace_event_raw_event_kcompactd_wake_template() stackleak: instrument alarm_timer_nsleep_restart() stackleak: instrument snd_opl3_seq_probe() stackleak: instrument rb_simple_read() stackleak: instrument its_irq_gic_domain_alloc() stackleak: instrument snd_seq_read() stackleak: instrument configfs_symlink() stackleak: instrument sunxi_pinctrl_init_with_variant() stackleak: instrument cgroup_subtree_control_write() stackleak: instrument kswapd() stackleak: instrument snd_seq_ioctl() stackleak: instrument perf_event_task() stackleak: instrument gic_check_reserved_range.part.0() stackleak: instrument ftrace_free_mem() stackleak: instrument print_verifier_state() stackleak: instrument perf_cgroup_css_online() stackleak: instrument meson_pwm_init_channels() stackleak: instrument perf_event_namespaces.part.0() stackleak: instrument memcg_list_lru_alloc() stackleak: instrument build_sched_domains() stackleak: instrument linereq_create() stackleak: instrument perf_event_switch_output() stackleak: instrument tracing_buffers_splice_read() stackleak: instrument trace_event_raw_event_workqueue_queue_work() stackleak: instrument lineinfo_watch_read() stackleak: instrument do_timer_create() stackleak: instrument list_lru_destroy() stackleak: instrument __node_reclaim() stackleak: instrument trace_event_raw_event_workqueue_activate_work() stackleak: instrument ntxec_pwm_apply() stackleak: instrument trace_event_raw_event_workqueue_execute_start() stackleak: instrument perf_event_mmap_output() stackleak: instrument trace_event_raw_event_workqueue_execute_end() stackleak: instrument dl_task_timer() stackleak: instrument linereq_read() stackleak: instrument __do_sys_clock_adjtime() stackleak: instrument rio_setup_device() stackleak: instrument rcu_gp_init() stackleak: instrument edge_irq_thread() stackleak: instrument __mark_chain_precision() stackleak: instrument __sys_bpf() stackleak: instrument rio_disc_peer() stackleak: instrument do_sigtimedwait() stackleak: instrument __schedule() stackleak: instrument cpu_clock_sample_group() stackleak: instrument mtk_pctrl_dt_node_to_map() stackleak: instrument perf_trace_percpu_alloc_percpu() stackleak: instrument load_balance() stackleak: instrument pci_wait_cfg() stackleak: instrument snd_seq_ioctl_unsubscribe_port() stackleak: instrument rio_disc_mport() stackleak: instrument perf_event_task_output() stackleak: instrument perf_trace_mm_compaction_end() stackleak: instrument snd_seq_ioctl_subscribe_port() stackleak: instrument __lock_acquire() stackleak: instrument linereq_set_config() stackleak: instrument check_btf_line() stackleak: instrument kill_pid_usb_asyncio() stackleak: instrument lp3943_pwm_probe() stackleak: instrument snd_seq_deliver_single_event.constprop() stackleak: instrument lineinfo_get() stackleak: instrument init_tracer_tracefs() stackleak: instrument set_cpu_itimer() stackleak: instrument unbind_device_store() stackleak: instrument check_core_relo() stackleak: instrument snd_seq_deliver_event() stackleak: instrument newidle_balance() stackleak: instrument __arm64_sys_timer_create() stackleak: instrument rio_enum_peer() stackleak: instrument linereq_set_values() stackleak: instrument do_try_to_free_pages() stackleak: instrument __arm64_compat_sys_times() stackleak: instrument lock_downgrade() stackleak: instrument __arm64_compat_sys_timer_create() stackleak: instrument __htab_map_lookup_and_delete_elem() stackleak: instrument shash_update_unaligned() stackleak: instrument posix_cpu_timers_work() stackleak: instrument __arm64_sys_timer_gettime() stackleak: instrument perf_read() stackleak: instrument shash_final_unaligned() stackleak: instrument linereq_get_values() stackleak: instrument snd_seq_write() stackleak: instrument pcpu_balance_free() stackleak: instrument __arm64_sys_setitimer() stackleak: instrument posix_cpu_timer_get() stackleak: instrument mtk_pctrl_init() stackleak: instrument shash_async_update() stackleak: instrument do_notify_parent() stackleak: instrument snd_seq_dispatch_event() stackleak: instrument __arm64_compat_sys_setitimer() stackleak: instrument snd_seq_client_notify_subscription() stackleak: instrument gpio_ioctl() stackleak: instrument __arm64_sys_sethostname() stackleak: instrument __arm64_sys_timer_settime() stackleak: instrument reclaim_clean_pages_from_list() stackleak: instrument pci_bus_alloc_from_region() stackleak: instrument partition_sched_domains_locked() stackleak: instrument snd_seq_create_kernel_client() stackleak: instrument lock_release() stackleak: instrument run_rebalance_domains() stackleak: instrument __arm64_sys_gethostname() stackleak: instrument isolate_freepages_block() stackleak: instrument put_unbound_pool() stackleak: instrument __arm64_sys_setdomainname() stackleak: instrument lock_acquire.part.0() stackleak: instrument crypto_shash_tfm_digest() stackleak: instrument sanitize_check_bounds() stackleak: instrument shash_ahash_update() stackleak: instrument reclaim_pages() stackleak: instrument shash_ahash_finup() stackleak: instrument posix_cpu_timer_set() stackleak: instrument perf_swevent_hrtimer() stackleak: instrument trace_event_raw_event_mmap_lock() stackleak: instrument sanitize_ptr_alu.isra() stackleak: instrument sched_core_balance() /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_list_user': /kisskb/src/sound/core/control.c:788:34: note: userspace variable will be forcibly initialized 788 | struct snd_ctl_elem_list list; | ^~~~ stackleak: instrument __cgroup_kill() stackleak: instrument trace_event_raw_event_mmap_lock_acquire_returned() stackleak: instrument switchtec_dev_read() stackleak: instrument do_cpu_nanosleep() stackleak: instrument try_to_free_pages() stackleak: instrument early_dump_pci_device() stackleak: instrument __arm64_sys_prlimit64() stackleak: instrument register_lock_class() stackleak: instrument param_array_get() stackleak: instrument perf_trace_workqueue_queue_work() stackleak: instrument __copy_siginfo_from_user32() stackleak: instrument posix_cpu_clock_get() stackleak: instrument psi_task_switch() stackleak: instrument perf_trace_mmap_lock() stackleak: instrument mem_cgroup_shrink_node() stackleak: instrument perf_trace_mmap_lock_acquire_returned() stackleak: instrument __htab_map_lookup_and_delete_batch() stackleak: instrument getrusage() stackleak: instrument compaction_alloc() stackleak: instrument lock_set_class() stackleak: instrument __do_sys_getrusage() stackleak: instrument its_irq_domain_free() stackleak: instrument __do_compat_sys_getrusage() stackleak: instrument pcpu_alloc() stackleak: instrument __pci_read_base() stackleak: instrument idtg3_em_init() stackleak: instrument adjust_ptr_min_max_vals() stackleak: instrument epf_ntb_cmd_handler() stackleak: instrument wait_task_inactive() stackleak: instrument its_set_affinity() stackleak: instrument do_notify_parent_cldstop() stackleak: instrument try_to_free_mem_cgroup_pages() stackleak: instrument its_irq_domain_activate() stackleak: instrument sched_set_stop_task() stackleak: instrument param_array_set() stackleak: instrument pci_read_bridge_bases() stackleak: instrument ptrace_do_notify() stackleak: instrument __flush_work() stackleak: instrument psi_show() stackleak: instrument reset_tlv() stackleak: instrument parse_args() stackleak: instrument internal_create_group() stackleak: instrument snd_seq_check_queue() stackleak: instrument update_sched_clock() stackleak: instrument snd_ctl_elem_list() stackleak: instrument lpi_update_config() stackleak: instrument psi_trigger_create() stackleak: instrument force_sig_mceerr() stackleak: instrument rsa_set_priv_key() stackleak: instrument force_sig_bnderr() stackleak: instrument perf_event_alloc() stackleak: instrument force_sig_pkuerr() stackleak: instrument snd_ac97_add_vmaster() stackleak: instrument force_sig_perf() stackleak: instrument epf_ntb_bind() stackleak: instrument rsa_set_pub_key() stackleak: instrument pci_setup_device() stackleak: instrument force_sig_ptrace_errno_trap() stackleak: instrument force_sig_fault_trapno() stackleak: instrument ctl_find() stackleak: instrument force_fatal_sig() stackleak: instrument sysfs_group_change_owner() stackleak: instrument force_exit_sig() stackleak: instrument force_sig_fault_to_task() stackleak: instrument force_sig_seccomp() stackleak: instrument force_sig() stackleak: instrument force_sig_fault() stackleak: instrument isolate_migratepages_block() stackleak: instrument force_sigsegv() stackleak: instrument of_get_display_timings() stackleak: instrument signal_setup_done() stackleak: instrument its_irq_set_vcpu_affinity() stackleak: instrument snd_seq_control_queue() stackleak: instrument patch_wolfson_wm9713_3d() stackleak: instrument snd_ctl_read() stackleak: instrument print_bpf_insn() stackleak: instrument adjust_reg_min_max_vals() stackleak: instrument snd_ac97_rename_vol_ctl() stackleak: instrument isolate_freepages_range() stackleak: instrument snd_ctl_notify_one() stackleak: instrument cgroup_parse_float() stackleak: instrument tune_swap_hp() stackleak: instrument process_one_work() stackleak: instrument __trace_bprintk() stackleak: instrument patch_aztech_azf3328_specific() stackleak: instrument __trace_printk() stackleak: instrument pci_add_new_bus() stackleak: instrument switchtec_dev_ioctl() stackleak: instrument tune_hp_only() stackleak: instrument get_signal() stackleak: instrument snd_opl3_note_on() stackleak: instrument __get_user_pages() stackleak: instrument patch_cm9780_specific() stackleak: instrument send_sig_fault() stackleak: instrument its_vpe_set_affinity() stackleak: instrument patch_vt1618() stackleak: instrument ct_card_probe() stackleak: instrument send_sig_fault_trapno() stackleak: instrument pid_list_refill_irq() stackleak: instrument patch_vt1613_specific() stackleak: instrument __snd_ctl_add_replace() stackleak: instrument send_sig_mceerr() stackleak: instrument __kthread_create_on_node() stackleak: instrument trace_pid_write() stackleak: instrument patch_cm9739_post_spdif() stackleak: instrument check_ptr_alignment() stackleak: instrument snd_ali_probe() stackleak: instrument patch_cm9761_post_spdif() stackleak: instrument pci_register_host_bridge() stackleak: instrument patch_cm9761_specific() stackleak: instrument __cancel_work_timer() stackleak: instrument patch_cm9739_specific() stackleak: instrument patch_ad198x_post_spdif() stackleak: instrument rcu_exp_wait_wake() stackleak: instrument patch_cm9738_specific() stackleak: instrument perf_event_read_local() stackleak: instrument patch_yamaha_ymf753_post_spdif() stackleak: instrument snd_ctl_elem_info_user() stackleak: instrument its_create_device() stackleak: instrument patch_ad1885_specific() stackleak: instrument rescuer_thread() stackleak: instrument __gup_longterm_locked() stackleak: instrument do_tkill() stackleak: instrument patch_ad1888_specific() stackleak: instrument pci_scan_bridge_extend() stackleak: instrument sched_setscheduler() stackleak: instrument config_item_set_name() stackleak: instrument patch_wolfson_wm9703_specific() stackleak: instrument sched_setscheduler_nocheck() stackleak: instrument sched_set_fifo() stackleak: instrument patch_ad1981a_specific() stackleak: instrument sched_set_fifo_low() stackleak: instrument sched_set_normal() stackleak: instrument copy_siginfo_from_user() stackleak: instrument perf_event_update_userpage() stackleak: instrument check_max_stack_depth() stackleak: instrument time64_to_tm_test_date_range() stackleak: instrument __copy_siginfo_to_user32() stackleak: instrument patch_ad1986_specific() stackleak: instrument adp5520_bl_probe() stackleak: instrument mtk_cirq_domain_alloc() stackleak: instrument copy_siginfo_from_user32() stackleak: instrument its_vpe_irq_domain_alloc() stackleak: instrument tracing_snapshot_write() stackleak: instrument patch_it2646_specific() stackleak: instrument kthread_create_on_node() stackleak: instrument __arm64_sys_sched_setattr() stackleak: instrument snd_vx_setup_firmware() stackleak: instrument __arm64_sys_rt_sigtimedwait() stackleak: instrument patch_wolfson_wm9704_specific() stackleak: instrument compact_zone() stackleak: instrument __arm64_compat_sys_rt_sigtimedwait_time64() stackleak: instrument patch_ad1985_specific() stackleak: instrument compact_zone_order() stackleak: instrument snd_ctl_elem_add() stackleak: instrument patch_ad1980_specific() stackleak: instrument compact_node() stackleak: instrument __arm64_sys_kill() stackleak: instrument proactive_compact_node() stackleak: instrument patch_sigmatel_stac9700_3d() stackleak: instrument mtk_sysirq_domain_alloc() stackleak: instrument __arm64_sys_pidfd_send_signal() stackleak: instrument visit_groups_merge.constprop.isra() stackleak: instrument convert_ctx_accesses() stackleak: instrument __arm64_sys_sched_getattr() stackleak: instrument snd_seq_fifo_cell_out() stackleak: instrument __arm64_sys_rt_sigqueueinfo() stackleak: instrument patch_ad1981b_specific() stackleak: instrument flush_workqueue() stackleak: instrument rcu_sched_clock_irq() stackleak: instrument __arm64_compat_sys_rt_sigqueueinfo() stackleak: instrument kcompactd_do_work() stackleak: instrument __arm64_sys_rt_tgsigqueueinfo() stackleak: instrument __arm64_compat_sys_rt_tgsigqueueinfo() stackleak: instrument snd_ctl_elem_add_user() stackleak: instrument patch_vt1616_specific() stackleak: instrument proc_timens_set_offset() stackleak: instrument patch_alc850_specific() stackleak: instrument kthread_create_worker() stackleak: instrument pinctrl_groups_show() stackleak: instrument kthread_create_worker_on_cpu() stackleak: instrument vx_update_pipe_position() stackleak: instrument patch_alc655_specific() stackleak: instrument vx_query_hbuffer_size() stackleak: instrument kthread_flush_work() stackleak: instrument vx_pipe_can_start() stackleak: instrument __arm64_sys_sigaltstack() stackleak: instrument kcompactd() stackleak: instrument vx_conf_pipe() stackleak: instrument vx_send_irqa() stackleak: instrument affine_move_task() stackleak: instrument vx_get_pipe_state() stackleak: instrument vx_notify_end_of_buffer() stackleak: instrument kthread_flush_worker() stackleak: instrument __perf_event_task_sched_in() stackleak: instrument patch_alc650_specific() stackleak: instrument __sched_setaffinity() stackleak: instrument vx_alloc_pipe.constprop() In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'KERNEL_BPFPTR': /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/kernel/bpf/btf.c: In function 'make_bpfptr': /kisskb/src/include/linux/bpfptr.h:23:16: note: userspace variable will be forcibly initialized 23 | return (bpfptr_t) { .user = p }; | ^ /kisskb/src/include/linux/bpfptr.h:18:16: note: userspace variable will be forcibly initialized 18 | return (bpfptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/bpfptr.h:29:24: note: userspace variable will be forcibly initialized 29 | return KERNEL_BPFPTR((void*) (uintptr_t) addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stackleak: instrument patch_sigmatel_stac9708_3d() stackleak: instrument pkcs1pad_verify_complete_cb() stackleak: instrument snd_ctl_ioctl() stackleak: instrument patch_vt1617a() stackleak: instrument get_name() stackleak: instrument pci_get_domain_bus_and_slot() stackleak: instrument pci_get_subsys() stackleak: instrument pkcs1pad_decrypt_complete_cb() In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:25, from /kisskb/src/include/linux/bpf_verifier.h:7, from /kisskb/src/kernel/bpf/btf.c:19: /kisskb/src/kernel/bpf/btf.c: In function 'copy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized 55 | static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) | ^~~~~~~~~~~~~~~~ stackleak: instrument pci_get_device() stackleak: instrument patch_yamaha_ymf743_build_spdif() stackleak: instrument __arm64_sys_sigprocmask() stackleak: instrument pci_get_class() stackleak: instrument do_misc_fixups() stackleak: instrument snd_vortex_peaks_get() stackleak: instrument verbose_invalid_scalar.constprop() stackleak: instrument __arm64_sys_rt_sigaction() stackleak: instrument pkcs1pad_encrypt_sign_complete_cb() stackleak: instrument patch_yamaha_ymf7x3_3d() stackleak: instrument check_buffer_access.constprop() stackleak: instrument trace_event_raw_event_preemptirq_template() stackleak: instrument adp8860_probe() stackleak: instrument vx_pcm_prepare() stackleak: instrument vx_stop_stream.isra() stackleak: instrument check_helper_mem_access() stackleak: instrument vx_free_pipe.isra() stackleak: instrument __arm64_compat_sys_rt_sigaction() stackleak: instrument motu_probe() stackleak: instrument vx_stop_pipe.isra() stackleak: instrument exportfs_decode_fh_raw() stackleak: instrument vx_set_ibl.isra() stackleak: instrument async_synchronize_full() stackleak: instrument snd_ctl_ioctl_compat() stackleak: instrument vx_start_stream() stackleak: instrument async_synchronize_full_domain() stackleak: instrument __perf_event_task_sched_out() stackleak: instrument add_kfunc_call() stackleak: instrument async_synchronize_cookie_domain() stackleak: instrument async_synchronize_cookie() stackleak: instrument remove_ctl.isra() stackleak: instrument vx_init_audio_io() stackleak: instrument internal_get_user_pages_fast() stackleak: instrument __arm64_compat_sys_sigaction() stackleak: instrument verbose_linfo() /kisskb/src/kernel/bpf/btf.c: In function 'btf_parse': /kisskb/src/include/linux/bpfptr.h:55:19: note: userspace variable will be forcibly initialized /kisskb/src/kernel/bpf/btf.c:4544:20: note: userspace variable will be forcibly initialized 4544 | static struct btf *btf_parse(bpfptr_t btf_data, u32 btf_data_size, | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_new_fd': /kisskb/src/kernel/bpf/btf.c:6248:15: note: userspace variable will be forcibly initialized 6248 | btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6249 | attr->btf_size, attr->btf_log_level, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6250 | u64_to_user_ptr(attr->btf_log_buf), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6251 | attr->btf_log_size); | ~~~~~~~~~~~~~~~~~~~ stackleak: instrument rcu_core() stackleak: instrument pinctrl_unregister.part.0() stackleak: instrument ac97_soc_probe() stackleak: instrument patch_sigmatel_stac97xx_specific() stackleak: instrument patch_sigmatel_stac9758_specific() stackleak: instrument process_it_ctx_payloads() stackleak: instrument patch_sigmatel_stac9708_specific() stackleak: instrument ipmb_read() stackleak: instrument fw_iso_resources_allocate() stackleak: instrument remove_id_store() stackleak: instrument snd_vx_pcm_new() stackleak: instrument patch_cirrus_build_spdif() stackleak: instrument ipmb_write() stackleak: instrument sprd_eic_irq_handler() stackleak: instrument synchronize_rcu_expedited() stackleak: instrument __btf_verifier_log() stackleak: instrument check_stack_read() stackleak: instrument __arm64_sys_setns() stackleak: instrument btf_show() stackleak: instrument synchronize_rcu() stackleak: instrument probe_wakeup() stackleak: instrument fb_set_logocmap() stackleak: instrument patch_wolfson_wm9711_specific() stackleak: instrument trace_array_printk() stackleak: instrument new_id_store() stackleak: instrument bpf_core_match_member() stackleak: instrument __do_sys_reboot() stackleak: instrument pci_dev_str_match() stackleak: instrument trace_array_printk_buf() stackleak: instrument patch_conexant_build_spdif() stackleak: instrument pci_device_probe() stackleak: instrument trace_vprintk() stackleak: instrument snd_ff_probe() stackleak: instrument patch_wolfson_wm9713_specific() stackleak: instrument set_worker_desc() stackleak: instrument sched_cpu_deactivate() stackleak: instrument print_worker_info() stackleak: instrument snd_ac97_cvol_new() stackleak: instrument btf_verifier_log() stackleak: instrument bpf_core_calc_field_relo() stackleak: instrument pinctrl_gpio_request() stackleak: instrument pinctrl_gpio_set_config() stackleak: instrument atc_connect_dai() stackleak: instrument trace_check_vprintf() stackleak: instrument snd_ac97_cmute_new_stereo() stackleak: instrument bpf_core_calc_relo() stackleak: instrument snd_kctl_jack_new() stackleak: instrument snd_oxfw_stream_start_duplex() stackleak: instrument probe_wakeup_sched_switch() stackleak: instrument snd_ctl_make_virtual_master() stackleak: instrument snd_ac97_cmix_new_stereo() stackleak: instrument trace_event_raw_event_vm_unmapped_area() stackleak: instrument uniphier_aidet_probe() stackleak: instrument fb_show_logo() stackleak: instrument uniphier_aidet_domain_alloc() stackleak: instrument unmap_region() stackleak: instrument snd_oxfw_stream_reserve_duplex() stackleak: instrument snd_tscm_stream_reserve_duplex() stackleak: instrument stack_max_size_read() stackleak: instrument change_protection_range() stackleak: instrument remove_ctl.isra() stackleak: instrument fill_stream_formats.constprop() stackleak: instrument copy_page_range() stackleak: instrument wq_watchdog_timer_fn() stackleak: instrument __btf_verifier_log_type() stackleak: instrument fb_set_var() stackleak: instrument check_mem_access() stackleak: instrument detect_midi_ports() stackleak: instrument hw_rule_channels() stackleak: instrument fuse_get_req() stackleak: instrument print_graph_proc() stackleak: instrument pci_bus_max_busnr() stackleak: instrument stack_trace_call() stackleak: instrument bpf_verifier_log_write() stackleak: instrument fill_stream_formations.constprop() stackleak: instrument workqueue_online_cpu() stackleak: instrument pcm_open() stackleak: instrument bpf_log() stackleak: instrument register_framebuffer() stackleak: instrument snd_tscm_stream_start_duplex() stackleak: instrument bpf_core_calc_relo_insn() stackleak: instrument move_vma.constprop() stackleak: instrument bpf_jit_find_kfunc_model() stackleak: instrument spdif_passthru_playback_prepare() stackleak: instrument start_stream() stackleak: instrument fb_new_modelist() stackleak: instrument print_trace_header() stackleak: instrument check_mem_reg() stackleak: instrument btf_verifier_log_vsi() stackleak: instrument unmap_page_range() stackleak: instrument check_kfunc_mem_size_reg() stackleak: instrument snd_vortex_peaks_get() stackleak: instrument zap_page_range_single() stackleak: instrument snd_bebob_stream_get_clock_src() stackleak: instrument atc_pcm_playback_prepare() stackleak: instrument pci_read_config() stackleak: instrument work_on_cpu() stackleak: instrument tune_inv_eapd() stackleak: instrument zap_page_range() stackleak: instrument trace_event_raw_event_thread_noise() stackleak: instrument meson_gpio_irq_of_init() stackleak: instrument __do_sys_perf_event_open() stackleak: instrument trace_event_raw_event_softirq_noise() stackleak: instrument __arm64_sys_mremap() stackleak: instrument request_wait_answer() stackleak: instrument trace_event_raw_event_nmi_noise() stackleak: instrument meson_gpio_irq_domain_alloc() stackleak: instrument trace_event_raw_event_sample_threshold() stackleak: instrument workqueue_set_unbound_cpumask() stackleak: instrument insert_pfn() stackleak: instrument snd_bebob_stream_start_duplex() stackleak: instrument ovl_workdir_create() stackleak: instrument trace_graph_function() stackleak: instrument snd_seq_timer_open() stackleak: instrument snd_bebob_stream_discover() stackleak: instrument ovl_check_namelen.constprop() stackleak: instrument vx_adjust_audio_level() stackleak: instrument atc_pcm_capture_get_resources() stackleak: instrument ovl_do_rename.constprop() stackleak: instrument trace_event_raw_event_irq_noise() stackleak: instrument tune_mute_led() stackleak: instrument trace_print_graph_duration() stackleak: instrument snd_vortex_probe() stackleak: instrument vx_get_audio_vu_meter.isra() stackleak: instrument fcp_avc_transaction() stackleak: instrument atc_pcm_capture_prepare() stackleak: instrument perf_mmap_close() stackleak: instrument start_per_cpu_kthreads() stackleak: instrument btf_verifier_log_member() stackleak: instrument ovl_posix_acl_xattr_set() stackleak: instrument tracing_splice_read_pipe() stackleak: instrument alloc_workqueue() stackleak: instrument osnoise_cpus_write() stackleak: instrument remap_pfn_range_notrack() stackleak: instrument __vma_adjust() stackleak: instrument snd_dummy_probe() stackleak: instrument hwdep_ioctl() stackleak: instrument j721e_pcie_probe() stackleak: instrument snd_hwdep_open() stackleak: instrument page_mapped_in_vma() stackleak: instrument stack_trace_save_tsk() stackleak: instrument hwdep_read() stackleak: instrument hwdep_read() stackleak: instrument perf_trace_thread_noise() stackleak: instrument adp8870_probe() stackleak: instrument perf_trace_irq_noise() stackleak: instrument hwdep_ioctl() stackleak: instrument ct_atc_create() stackleak: instrument snd_hwdep_info() stackleak: instrument vortex_adb_allocroute() stackleak: instrument as3711_backlight_probe() stackleak: instrument tune_hp_mute_led() stackleak: instrument perf_output_sample() stackleak: instrument vx_modify_board_clock.constprop.isra() stackleak: instrument vx_modify_board_inputs.isra() stackleak: instrument snd_dg00x_stream_start_duplex() stackleak: instrument tracing_set_cpumask() stackleak: instrument snd_vx_mixer_new() stackleak: instrument mtk_pctrl_dt_node_to_map() stackleak: instrument print_graph_function_flags() stackleak: instrument snd_hwdep_ioctl() stackleak: instrument arch_get_unmapped_area() stackleak: instrument trace_event_raw_event_data_block_sph() stackleak: instrument snd_hwdep_ioctl_compat() stackleak: instrument walk_page_range() stackleak: instrument walk_page_range_novma() stackleak: instrument trace_event_raw_event_data_block_message() stackleak: instrument walk_page_vma() stackleak: instrument fuse_dev_do_write() stackleak: instrument hw_rule_playback_format_by_channels() stackleak: instrument hda_codec_driver_remove() stackleak: instrument walk_page_mapping() stackleak: instrument perf_event_output_forward() stackleak: instrument debugfs_parse_options() stackleak: instrument arch_get_unmapped_area_topdown() stackleak: instrument perf_trace_data_block_sph() stackleak: instrument tune_alc_jack() stackleak: instrument hw_rule_capture_format_by_channels() stackleak: instrument snd_ff_stream_start_duplex() stackleak: instrument perf_event_output_backward() stackleak: instrument snd_emu10k1x_probe() stackleak: instrument fuse_dev_splice_write() stackleak: instrument check_helper_call() stackleak: instrument perf_event_output() stackleak: instrument perf_trace_data_block_message() stackleak: instrument fuse_dev_write() stackleak: instrument tracing_trace_options_write() stackleak: instrument mtk_pctrl_show_one_pin() stackleak: instrument chacha_block_generic() stackleak: instrument mtk_pctrl_dbg_show() stackleak: instrument hchacha_block_generic() stackleak: instrument remove_ctl.isra() stackleak: instrument cpm_muram_init() stackleak: instrument perf_event_exec() stackleak: instrument perf_event_comm() stackleak: instrument pci_request_irq() stackleak: instrument exit_mmap() stackleak: instrument osnoise_main() stackleak: instrument qe_reset() stackleak: instrument insert_vm_struct() stackleak: instrument snd_virmidi_probe() stackleak: instrument fuse_dev_do_read.constprop() stackleak: instrument fuse_dev_read() stackleak: instrument check_free_space() stackleak: instrument trace_event_raw_event_amdtp_packet() stackleak: instrument copy_vma() stackleak: instrument fuse_dev_splice_read() stackleak: instrument debugfs_rename() stackleak: instrument hwdep_read() stackleak: instrument tracing_set_tracer() stackleak: instrument fb_edid_to_monspecs() stackleak: instrument perf_event_mmap() stackleak: instrument pci_ea_init() stackleak: instrument hwdep_ioctl() stackleak: instrument process_ir_ctx_payloads() stackleak: instrument perf_event_aux_event() stackleak: instrument do_brk_flags() stackleak: instrument snd_vortex_probe() stackleak: instrument ovl_fill_super() stackleak: instrument of_get_fb_videomode() stackleak: instrument tracing_set_trace_write() stackleak: instrument perf_log_lost_samples() stackleak: instrument perf_event_ksymbol() stackleak: instrument idio_16_gpio_get_multiple() stackleak: instrument __handle_mm_fault() stackleak: instrument pinmux_functions_show() stackleak: instrument perf_event_bpf_event() stackleak: instrument perf_event_text_poke() stackleak: instrument register_virtio_device() stackleak: instrument tracefs_parse_options() stackleak: instrument tracing_clock_write() stackleak: instrument perf_report_aux_output_id() stackleak: instrument do_acct_process() stackleak: instrument pcm_open() stackleak: instrument perf_trace_amdtp_packet() stackleak: instrument fuse_abort_conn() stackleak: instrument mmap_region() stackleak: instrument fuse_wait_aborted() stackleak: instrument set_gid() stackleak: instrument pinmux_enable_setting() stackleak: instrument pinconf_generic_dt_subnode_to_map() stackleak: instrument ovl_lookup() stackleak: instrument snd_echo_probe() stackleak: instrument pinmux_disable_setting() stackleak: instrument snd_timer_user_tinterrupt() stackleak: instrument ___perf_sw_event() stackleak: instrument ti_sci_intr_irq_domain_alloc() stackleak: instrument rule_format() stackleak: instrument put_compat_rusage() stackleak: instrument snd_seq_system_broadcast() stackleak: instrument ti_sci_intr_irq_domain_probe() stackleak: instrument vortex_adb_allocroute() stackleak: instrument __arm64_sys_remap_file_pages() stackleak: instrument ovl_check_protattr() stackleak: instrument faraday_pci_probe() stackleak: instrument perf_tp_event() stackleak: instrument ovl_set_protattr() stackleak: instrument chacha_crypt_generic() stackleak: instrument snd_tscm_probe() stackleak: instrument __access_remote_vm() stackleak: instrument pci_vpd_read() stackleak: instrument idio_24_gpio_set_multiple() stackleak: instrument kallsyms_lookup_name() stackleak: instrument process_ir_ctx_payloads() stackleak: instrument idio_24_gpio_get_multiple() stackleak: instrument midi_playback_drain() stackleak: instrument loopback_probe() stackleak: instrument autofs_fill_super() stackleak: instrument btf_struct_walk() stackleak: instrument process_tx_packets() stackleak: instrument handle_hss() stackleak: instrument process_it_ctx_payloads() stackleak: instrument matroxfb_probe() stackleak: instrument __bpf_core_types_are_compat() stackleak: instrument snd_ac97_mixer_build() stackleak: instrument smp_call_on_cpu() stackleak: instrument pci_host_common_probe() stackleak: instrument snd_ice1712_build_pro_mixer() stackleak: instrument _perf_ioctl() stackleak: instrument process_rx_packets() stackleak: instrument event_id_read() stackleak: instrument snd_timer_user_info_compat.isra() stackleak: instrument perf_syscall_enter() stackleak: instrument matroxfb_set_par() stackleak: instrument store_bl_curve() stackleak: instrument perf_bp_event() stackleak: instrument oxygen_ac97_wait() stackleak: instrument former_dump_status() stackleak: instrument reset_method_store() stackleak: instrument vortex_connect_default() stackleak: instrument ftrace_syscall_enter() stackleak: instrument store_pan() stackleak: instrument matroxfb_wait_for_sync() stackleak: instrument store_mode() stackleak: instrument rockchip_irq_demux() stackleak: instrument isight_probe() stackleak: instrument snd_timer_user_read() stackleak: instrument store_bpp() stackleak: instrument trace_event_raw_event_tlb_flush() stackleak: instrument store_rotate() stackleak: instrument hi6220_register_clkdiv() stackleak: instrument trace_event_raw_event_mm_migrate_pages() stackleak: instrument store_virtual() stackleak: instrument trace_event_raw_event_mm_migrate_pages_start() stackleak: instrument trace_event_raw_event_migration_pte() stackleak: instrument perf_pmu_migrate_context() stackleak: instrument fb_set_user_cmap() stackleak: instrument amdtp_domain_start() stackleak: instrument map_write() stackleak: instrument snd_timer_user_status64.isra() stackleak: instrument perf_event_free_task() stackleak: instrument snd_timer_user_status32.isra() stackleak: instrument folio_referenced_one() stackleak: instrument rockchip_gpio_probe() stackleak: instrument __purge_vmap_area_lazy() stackleak: instrument __pcie_print_link_status() stackleak: instrument snd_timer_user_params.isra() stackleak: instrument perf_event_init_task() stackleak: instrument matroxfb_ioctl() stackleak: instrument snd_ac97_mixer() stackleak: instrument copy_pid_ns() stackleak: instrument btf_datasec_resolve() stackleak: instrument page_mkclean_one() stackleak: instrument riptide_handleirq() stackleak: instrument hisi_register_clkgate_sep() stackleak: instrument system_enable_read() stackleak: instrument meson_canvas_get() stackleak: instrument oxygen_pci_probe() stackleak: instrument pci_reassigndev_resource_alignment() stackleak: instrument ovl_getattr() stackleak: instrument perf_trace_mm_migrate_pages() stackleak: instrument par_io_init() stackleak: instrument snd_korg1212_SendStopAndWait() stackleak: instrument trace_event_raw_event_regulator_range() stackleak: instrument par_io_of_config() stackleak: instrument pinctrl_dt_to_map() stackleak: instrument snd_nm256_probe() stackleak: instrument null_skcipher_crypt() stackleak: instrument cs46xx_detect_codec.constprop() stackleak: instrument folio_referenced() stackleak: instrument btf_array_resolve() stackleak: instrument folio_mkclean() stackleak: instrument devm_of_find_backlight() stackleak: instrument riptide_reset() stackleak: instrument snd_cs46xx_mixer() stackleak: instrument __snd_timer_user_ioctl.isra() stackleak: instrument hmac_setkey() stackleak: instrument ct_mixer_create() stackleak: instrument gpio_sim_bus_notifier_call() stackleak: instrument snd_motu_stream_start_duplex() stackleak: instrument snd_timer_user_ioctl_compat() stackleak: instrument apple_gpio_dt_node_to_map() stackleak: instrument btf_resolve() stackleak: instrument of_parse_phandle.constprop() stackleak: instrument alloc_vmap_area() stackleak: instrument map_followers() stackleak: instrument ovl_get_nlink() stackleak: instrument snd_korg1212_probe() stackleak: instrument regulator_summary_show() stackleak: instrument snd_timer_global_register() stackleak: instrument snd_vortex_probe() stackleak: instrument iproc_pll_clk_setup() stackleak: instrument of_get_child_regulator() stackleak: instrument snd_cs46xx_create() stackleak: instrument pci_bus_get_depth() stackleak: instrument do_check_common() stackleak: instrument cdns_sierra_clk_register() stackleak: instrument snd_card_ymfpci_probe() stackleak: instrument cmdq_pkt_flush_async_cb() stackleak: instrument regulator_dev_lookup() stackleak: instrument snd_riptide_prepare() stackleak: instrument dummy_input() stackleak: instrument cmdq_dev_get_client_reg() stackleak: instrument trace_event_raw_event_regulator_value() stackleak: instrument try_to_unmap_one() stackleak: instrument bind_virq_to_irq() stackleak: instrument trace_event_raw_event_regulator_basic() stackleak: instrument perf_ftrace_function_call() stackleak: instrument gpio_sim_probe() stackleak: instrument __assign_resources_sorted() stackleak: instrument bind_ipi_to_irqhandler() stackleak: instrument oxfw_probe() stackleak: instrument ti_sci_inta_irq_domain_probe() stackleak: instrument btf_struct_access() stackleak: instrument gpio_sim_make_bank_swnode() stackleak: instrument try_to_migrate_one() stackleak: instrument try_to_unmap() stackleak: instrument snd_card_riptide_probe() stackleak: instrument snd_hda_get_conn_list() stackleak: instrument rdev_init_debugfs() stackleak: instrument try_to_migrate() stackleak: instrument btf_struct_ids_match() stackleak: instrument fuse_access() stackleak: instrument get_src_rsc() stackleak: instrument snd_ice1712_probe() stackleak: instrument snd_seq_event_port_attach() stackleak: instrument fuse_readlink_page() stackleak: instrument snd_seq_event_port_detach() stackleak: instrument bpf_check_attach_target() stackleak: instrument xen_poll_irq_timeout() stackleak: instrument snd_hdsp_create_midi() stackleak: instrument regulator_lock_dependent() stackleak: instrument xen_poll_irq() stackleak: instrument vortex_adb_allocroute() /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xferi_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3202:26: note: userspace variable will be forcibly initialized 3202 | struct snd_xferi xferi; | ^~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xfern_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3224:26: note: userspace variable will be forcibly initialized 3224 | struct snd_xfern xfern; | ^~~~~ stackleak: instrument ti_sci_inta_request_resources() stackleak: instrument gpio_sim_device_config_live_store() In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ stackleak: instrument do_truncate() stackleak: instrument xen_irq_resume() /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:392:22: note: userspace variable will be forcibly initialized 392 | 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:495:22: note: userspace variable will be forcibly initialized 495 | struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; | ^~~ stackleak: instrument snd_hda_codec_pcm_new() In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c:743:30: note: userspace variable will be forcibly initialized 743 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ stackleak: instrument __of_reset_control_get() stackleak: instrument hwdep_read() stackleak: instrument perf_trace_regulator_range() stackleak: instrument __stop_cpus.constprop() stackleak: instrument fuse_dentry_revalidate() stackleak: instrument snd_hda_codec_device_init() stackleak: instrument hwdep_ioctl() stackleak: instrument pbus_size_mem() stackleak: instrument pcm_open() stackleak: instrument virtqueue_add_packed() stackleak: instrument snd_hdsp_midi_output_write.isra() stackleak: instrument stop_one_cpu() stackleak: instrument btf_type_seq_show_flags() stackleak: instrument fuse_do_getattr() stackleak: instrument btf_type_snprintf_show() stackleak: instrument clk_register_hisi_phase() stackleak: instrument stop_two_cpus() stackleak: instrument new_sync_read() stackleak: instrument fuse_create_open() stackleak: instrument create_regulator() stackleak: instrument new_sync_write() stackleak: instrument pci_vc_do_save_buffer() stackleak: instrument chmod_common() stackleak: instrument stop_machine_cpuslocked() stackleak: instrument create_new_entry.constprop() stackleak: instrument __pci_bus_size_bridges() stackleak: instrument fuse_symlink() stackleak: instrument exynos_usi_probe() stackleak: instrument stop_machine_from_inactive_cpu() stackleak: instrument fuse_mkdir() stackleak: instrument do_iter_readv_writev() stackleak: instrument fuse_mknod() stackleak: instrument __pci_bus_assign_resources() stackleak: instrument chown_common() stackleak: instrument btf_new_fd() stackleak: instrument virtqueue_add_split() stackleak: instrument fuse_lookup_name() stackleak: instrument vfs_readv() stackleak: instrument fuse_lookup() stackleak: instrument pci_assign_unassigned_root_bus_resources() stackleak: instrument btf_get_info_by_fd() stackleak: instrument fuse_link() stackleak: instrument hw_rule_playback_format_by_channels() stackleak: instrument snd_hdsp_midi_input_read.isra() stackleak: instrument __next_mem_range() stackleak: instrument fuse_rmdir() stackleak: instrument do_sendfile() stackleak: instrument cdns_sierra_phy_probe() stackleak: instrument hw_rule_capture_format_by_channels() stackleak: instrument pci_reassign_bridge_resources() stackleak: instrument fuse_unlink() stackleak: instrument snd_hda_find_mixer_ctl() stackleak: instrument memblock_find_in_range_node() stackleak: instrument __evtchn_fifo_handle_events() stackleak: instrument xillybus_init_chrdev() stackleak: instrument fuse_rename_common() stackleak: instrument vfs_writev() stackleak: instrument fb_find_mode() stackleak: instrument __hvc_poll() stackleak: instrument memblock_double_array() stackleak: instrument do_sys_open() stackleak: instrument __arm64_sys_open() stackleak: instrument __arm64_sys_openat() stackleak: instrument snd_serial_probe() stackleak: instrument __arm64_compat_sys_open() stackleak: instrument fb_match_mode() stackleak: instrument __arm64_compat_sys_openat() stackleak: instrument __vring_new_virtqueue() stackleak: instrument __arm64_sys_creat() stackleak: instrument fuse_set_nowrite() stackleak: instrument snd_pcm_hw_rule_format() stackleak: instrument btf_check_func_arg_match() stackleak: instrument fuse_flush_times() stackleak: instrument thunderx_gpio_probe() stackleak: instrument hvc_console_print() stackleak: instrument snd_hda_create_dig_out_ctls() stackleak: instrument __kernel_read() stackleak: instrument fb_find_best_display() stackleak: instrument vring_create_virtqueue() stackleak: instrument adau1701_safeload() stackleak: instrument event_enable_trigger_parse() stackleak: instrument vring_new_virtqueue() stackleak: instrument __next_mem_pfn_range_in_zone() stackleak: instrument adau1701_reg_read() stackleak: instrument snd_hda_create_spdif_in_ctls() stackleak: instrument parse_pred() stackleak: instrument __kernel_write() stackleak: instrument fuse_do_setattr() stackleak: instrument snd_hda_codec_device_new() stackleak: instrument pwrap_probe() stackleak: instrument bpf_core_apply() stackleak: instrument add_controls() stackleak: instrument pcm_open() stackleak: instrument _regulator_do_set_voltage() stackleak: instrument lp855x_probe() stackleak: instrument of_irq_parse_and_map_pci() stackleak: instrument memblock_dump_all() stackleak: instrument print_constraints_debug() stackleak: instrument aspeed_vuart_probe() stackleak: instrument midisynth_use() stackleak: instrument ti_sci_pm_domain_probe() stackleak: instrument snd_ac97_pcm_assign() stackleak: instrument devm_of_pci_get_host_bridge_resources.constprop() stackleak: instrument snd_pcm_update_hw_ptr0() stackleak: instrument midisynth_subscribe() stackleak: instrument serial8250_probe() stackleak: instrument snd_hda_parse_pin_defcfg() stackleak: instrument snd_midi_input_event() stackleak: instrument pci_host_bridge_of_msi_domain() stackleak: instrument snd_trident_notify_pcm_change1() stackleak: instrument snd_pcm_drain() stackleak: instrument snd_ad1889_probe() stackleak: instrument pcpu_get_vm_areas() stackleak: instrument sw842_compress() stackleak: instrument uniphier_gpio_to_irq() stackleak: instrument snd_ac97_pcm_open() stackleak: instrument ovl_copyfile() stackleak: instrument irq_find_host() stackleak: instrument snd_hda_add_new_ctls() stackleak: instrument regulator_summary_show_subtree.part.0() stackleak: instrument snd_seq_midisynth_probe() stackleak: instrument uniphier_gpio_probe() stackleak: instrument apply_subsystem_event_filter() stackleak: instrument xlnx_event_manager_probe() stackleak: instrument snd_midi_process_event() stackleak: instrument ovl_do_rename() stackleak: instrument ioremap_page_range() stackleak: instrument snd_pcm_sync_ptr() stackleak: instrument arm_smmu_probe_device() stackleak: instrument snd_als300_probe() stackleak: instrument ftrace_profile_set_filter() stackleak: instrument uniphier_gpio_irq_domain_alloc() stackleak: instrument snd_echo_midi_output_write() stackleak: instrument snd_pcm_hw_rule_ratdens() stackleak: instrument regulator_do_balance_voltage() stackleak: instrument keembay_pinctrl_probe() stackleak: instrument snd_pcm_ioctl_sync_ptr_buggy() stackleak: instrument serial8250_config_port() stackleak: instrument add_jack_kctl() stackleak: instrument vfs_copy_file_range() stackleak: instrument dummy_regulator_probe() stackleak: instrument ovl_instantiate() stackleak: instrument regulator_set_voltage() stackleak: instrument regulator_set_suspend_voltage() stackleak: instrument keembay_gpio_irq_handler() stackleak: instrument trace_event_raw_event_error_report_template() stackleak: instrument ovl_lookup_temp() stackleak: instrument blake2s_compress_generic() stackleak: instrument sunxi_sram_of_parse() stackleak: instrument ovl_cleanup_and_whiteout() stackleak: instrument regulator_get_voltage() stackleak: instrument autofs_notify_daemon.constprop() stackleak: instrument snd_pcm_sw_params_user() stackleak: instrument snd_interval_ratnum() stackleak: instrument snd_hdsp_probe() stackleak: instrument ovl_clear_empty() stackleak: instrument regulator_disable() stackleak: instrument adau17x1_dsp_mux_enum_put() stackleak: instrument snd_hda_load_patch() stackleak: instrument regulator_disable_work() stackleak: instrument adau17x1_safeload() stackleak: instrument snd_pcm_ioctl_sw_params_compat() stackleak: instrument event_inject_write() stackleak: instrument autofs_wait() stackleak: instrument bpf_check() stackleak: instrument snd_pcm_hw_rule_add() stackleak: instrument regulator_enable() stackleak: instrument ovl_rename() stackleak: instrument trace_event_raw_event_azx_pcm_trigger() stackleak: instrument adau1761_i2c_probe() stackleak: instrument trace_event_raw_event_azx_get_position() stackleak: instrument snd_ymfpci_playback_prepare() stackleak: instrument trace_event_raw_event_azx_pcm() stackleak: instrument adau17x1_hw_params() stackleak: instrument snd_ice1712_ews88d_control_put() stackleak: instrument ovl_write_iter() stackleak: instrument snd_echo_probe() stackleak: instrument regulator_force_disable() stackleak: instrument ovl_splice_write() stackleak: instrument crng_fast_key_erasure() stackleak: instrument snd_pcm_hw_refine() stackleak: instrument crng_pre_init_inject() stackleak: instrument arm_smmu_attach_dev() stackleak: instrument azx_get_time_info() stackleak: instrument hwdep_read() stackleak: instrument quirk_huawei_pcie_sva() stackleak: instrument perf_trace_rpm_internal() stackleak: instrument blake2s.constprop() stackleak: instrument __vmalloc_node_range() stackleak: instrument snd_atiixp_probe() stackleak: instrument hwdep_ioctl() stackleak: instrument trace_event_raw_event_rpm_return_int() stackleak: instrument write_pool() stackleak: instrument ovl_create_or_link() stackleak: instrument snd_ymfpci_irq_wait() stackleak: instrument mcp23s08_irq() stackleak: instrument trace_event_raw_event_rpm_internal() stackleak: instrument extract_entropy.constprop() stackleak: instrument _virtio_gpio_req() stackleak: instrument perf_trace_rpm_return_int() stackleak: instrument crng_reseed.constprop() stackleak: instrument virtio_gpio_irq_prepare() stackleak: instrument snd_hdsp_hwdep_ioctl() stackleak: instrument iommu_get_group_resv_regions() stackleak: instrument mtk_clk_register_composite() stackleak: instrument microchip_sgpio_get_ports.constprop() stackleak: instrument ti_sci_inta_msi_alloc_descs() stackleak: instrument snd_mts64_probe() stackleak: instrument trace_event_raw_event_cpu() stackleak: instrument try_to_generate_entropy() stackleak: instrument trace_event_raw_event_pstate_sample() stackleak: instrument xenbus_switch_fatal() stackleak: instrument snd_trident_create() stackleak: instrument trace_event_raw_event_cpu_frequency_limits() stackleak: instrument trace_event_raw_event_suspend_resume() stackleak: instrument trace_event_raw_event_cpu_latency_qos_request() stackleak: instrument xenbus_dev_error() stackleak: instrument arm_smmu_device_probe() stackleak: instrument hwdep_ioctl() stackleak: instrument trace_event_raw_event_pm_qos_update() stackleak: instrument snd_pcm_status_user64() stackleak: instrument __snd_pcm_lib_xfer() stackleak: instrument rmqueue_bulk() stackleak: instrument _get_random_bytes.part.0() stackleak: instrument xenbus_unmap_ring.part.0() stackleak: instrument ovl_cache_update_ino() stackleak: instrument snd_atiixp_probe() stackleak: instrument snd_pcm_add_chmap_ctls() stackleak: instrument snd_pcm_status_user32() stackleak: instrument xenbus_unmap_ring_hvm() stackleak: instrument xenbus_dev_fatal() stackleak: instrument hwdep_read() stackleak: instrument xilly_obtain_idt() stackleak: instrument trace_event_raw_event_powernv_throttle() stackleak: instrument get_random_bytes_user.part.0() stackleak: instrument trace_event_raw_event_clock() stackleak: instrument trace_event_raw_event_power_domain() stackleak: instrument xenbus_map_ring_hvm() stackleak: instrument sw842_decompress() stackleak: instrument ovl_dir_read_merged() stackleak: instrument trace_event_raw_event_dev_pm_qos_request() stackleak: instrument xenbus_watch_pathfmt() stackleak: instrument xilly_quiesce.isra() stackleak: instrument xs_send.isra() stackleak: instrument xenwatch_thread() stackleak: instrument xgpio_probe() stackleak: instrument sha1_final() stackleak: instrument xgpio_set_multiple() stackleak: instrument crypto_sha1_update() stackleak: instrument perf_trace_device_pm_callback_start() stackleak: instrument crypto_sha1_finup() stackleak: instrument xs_talkv() stackleak: instrument wait_for_random_bytes() stackleak: instrument trace_event_raw_event_wakeup_source() stackleak: instrument pci_device_group() stackleak: instrument virtio_gpio_probe() stackleak: instrument trace_event_raw_event_device_pm_callback_end() stackleak: instrument xilly_setupchannels() stackleak: instrument scpsys_probe() stackleak: instrument xenbus_directory() stackleak: instrument ovl_iterate_real() stackleak: instrument xenbus_write() stackleak: instrument trace_event_raw_event_device_pm_callback_start() In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/mm/madvise.c:10: /kisskb/src/mm/madvise.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized 127 | return (struct iovec) { | ^ stackleak: instrument mtk8250_probe() stackleak: instrument ovl_lookup_real() stackleak: instrument uniphier_uart_probe() stackleak: instrument exynos_pd_probe() stackleak: instrument azx_probe_codecs() stackleak: instrument ovl_copy_up_data() stackleak: instrument xenbus_transaction_end() stackleak: instrument ovl_get_dentry() stackleak: instrument ovl_set_timestamps.isra() stackleak: instrument iommu_unmap() stackleak: instrument ovl_set_size.isra() stackleak: instrument trace_event_raw_event_benchmark_event() stackleak: instrument xenbus_scanf() stackleak: instrument snd_virmidi_dev_register() /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/include/linux/uio.h:127:16: note: userspace variable will be forcibly initialized /kisskb/src/mm/madvise.c:1419:45: note: userspace variable will be forcibly initialized 1419 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~ stackleak: instrument ovl_set_attr() stackleak: instrument xenbus_printf() stackleak: instrument xenbus_thread() stackleak: instrument snd_ymfpci_mixer() stackleak: instrument __iommu_map() stackleak: instrument add_input_randomness() stackleak: instrument xenbus_gather() stackleak: instrument hw_card_init() stackleak: instrument inflate_fast() stackleak: instrument snd_ymfpci_timer() stackleak: instrument ovl_check_d_type_supported() stackleak: instrument hw_dac_init() stackleak: instrument xillybus_read() stackleak: instrument perf_trace_pstate_sample() stackleak: instrument add_hwgenerator_randomness() stackleak: instrument fuse_send_open() stackleak: instrument ovl_copy_up_inode() stackleak: instrument perf_trace_powernv_throttle() stackleak: instrument fuse_bmap() stackleak: instrument iommu_create_device_direct_mappings.isra() stackleak: instrument xillybus_release() stackleak: instrument register_xenbus_watch() stackleak: instrument fb_find_mode_cvt() stackleak: instrument ovl_workdir_cleanup_recurse() stackleak: instrument madvise_pageout() stackleak: instrument perf_trace_clock() stackleak: instrument madvise_cold() stackleak: instrument fuse_file_poll() stackleak: instrument perf_trace_dev_pm_qos_request() stackleak: instrument unregister_xenbus_watch() stackleak: instrument ovl_indexdir_cleanup() stackleak: instrument xs_suspend() stackleak: instrument madvise_free_single_vma() stackleak: instrument perf_trace_power_domain() stackleak: instrument xillybus_myflush() stackleak: instrument xs_resume() stackleak: instrument fuse_lseek() stackleak: instrument hi3559av100_clk_register() stackleak: instrument microchip_sgpio_probe() stackleak: instrument fuse_wait_on_page_writeback.part.0() stackleak: instrument snd_pcm_common_ioctl() stackleak: instrument snd_ymfpci_create() stackleak: instrument perf_trace_device_pm_callback_end() stackleak: instrument fuse_do_truncate() stackleak: instrument ocelot_pinctrl_create_pincfg() stackleak: instrument asoc_simple_parse_convert() stackleak: instrument bus_iommu_probe() stackleak: instrument ovl_copy_up_one() stackleak: instrument snd_pcm_status_user_compat64() stackleak: instrument xillybus_write() stackleak: instrument snd_azf3328_probe() stackleak: instrument zlib_inflate_table() stackleak: instrument asoc_simple_set_dailink_name() stackleak: instrument hw_card_init() stackleak: instrument asoc_simple_parse_card_name() stackleak: instrument madvise_cold_or_pageout_pte_range() stackleak: instrument get_page_from_freelist() stackleak: instrument ocelot_irq_handler() stackleak: instrument snd_pcm_ioctl_compat() stackleak: instrument _autofs_dev_ioctl() stackleak: instrument fuse_do_readpage() stackleak: instrument autofs_dev_ioctl_requester() stackleak: instrument kirin_pcie_probe() stackleak: instrument ocelot_pinctrl_probe() stackleak: instrument arm_smmu_gerror_handler() stackleak: instrument xchacha_init() stackleak: instrument xillybus_endpoint_discovery() stackleak: instrument xencons_connect_backend() stackleak: instrument snd_dg00x_probe() stackleak: instrument aic_irq_domain_alloc() stackleak: instrument __chacha20poly1305_encrypt() stackleak: instrument autofs_dev_ioctl_ismountpoint() stackleak: instrument autofs_expire_run() stackleak: instrument neo_copy_data_from_uart_to_queue() stackleak: instrument asoc_simple_dai_init() stackleak: instrument __graph_for_each_link() stackleak: instrument asoc_simple_parse_routing() stackleak: instrument domU_write_console() stackleak: instrument ocelot_pinconf_set() stackleak: instrument asoc_simple_parse_widgets() stackleak: instrument __chacha20poly1305_decrypt() stackleak: instrument snd_pcm_open.part.0() stackleak: instrument super_setup_bdi_name() stackleak: instrument asoc_simple_parse_pin_switches() stackleak: instrument graph_parse_node.isra() stackleak: instrument asoc_simple_init_jack() stackleak: instrument graph_dai_link_of() stackleak: instrument bebob_probe() stackleak: instrument Ti3026_reset() stackleak: instrument do_madvise() stackleak: instrument hda_uevent() stackleak: instrument stmfx_pinctrl_irq_thread_fn() stackleak: instrument arm_smmu_cmdq_issue_cmdlist() stackleak: instrument zlib_inflate() stackleak: instrument chacha20poly1305_crypt_sg_inplace() stackleak: instrument __do_sys_process_madvise() stackleak: instrument graph_dai_link_of_dpcm() stackleak: instrument chacha20poly1305_encrypt() stackleak: instrument xchacha20poly1305_encrypt() stackleak: instrument __arm_smmu_tlb_inv_range() stackleak: instrument chacha20poly1305_decrypt() stackleak: instrument hw_rule_capture_format_by_channels() stackleak: instrument xchacha20poly1305_decrypt() stackleak: instrument snd_motu_protocol_v3_set_clock_rate() stackleak: instrument arm_smmu_sync_cd() stackleak: instrument xen_raw_printk() stackleak: instrument fuse_readahead() stackleak: instrument arm_smmu_atc_inv_domain.part.0() stackleak: instrument Ti3026_init() stackleak: instrument mtk_clk_register_plls() stackleak: instrument do_readlinkat() stackleak: instrument snd_cs4281_probe() stackleak: instrument snd_cmipci_put_volume() stackleak: instrument cp_compat_stat() stackleak: instrument arm_smmu_atc_inv_master.isra() stackleak: instrument lzogeneric1x_1_compress() stackleak: instrument __alloc_pages_slowpath.constprop() stackleak: instrument pipe_read() stackleak: instrument arm_smmu_priq_thread() stackleak: instrument cp_new_stat() stackleak: instrument arm_smmu_page_response() stackleak: instrument snd_cmipci_put_native_mixer() stackleak: instrument rockchip_get_pull() stackleak: instrument cp_new_stat64() stackleak: instrument virtsnd_event_notify_cb() stackleak: instrument keccakf_round() stackleak: instrument xenbus_probe_node.part.0() stackleak: instrument __graph_parse_node.isra() stackleak: instrument arm_smmu_handle_evt() stackleak: instrument vt1724_midi_read() stackleak: instrument rt4831_bl_probe() stackleak: instrument xenbus_probe_thread() stackleak: instrument hw_rule_playback_format_by_channels() stackleak: instrument cp_statx() stackleak: instrument wait_for_partner() stackleak: instrument FSE_readNCount_body_default() stackleak: instrument arm_smmu_tlb_inv_context() stackleak: instrument sha512_transform() stackleak: instrument fuse_flush() stackleak: instrument HUF_readStats() stackleak: instrument __alloc_pages() stackleak: instrument virtsnd_probe() stackleak: instrument rockchip_pinconf_get() stackleak: instrument fuse_setlk() stackleak: instrument pericom8250_probe.part.0() stackleak: instrument __do_sys_newfstat() stackleak: instrument __do_sys_fstat64() stackleak: instrument __do_compat_sys_newfstat() stackleak: instrument arm_smmu_write_strtab_ent() stackleak: instrument rockchip_set_mux() stackleak: instrument __do_sys_newstat() stackleak: instrument fuse_getlk() stackleak: instrument __do_sys_stat64() stackleak: instrument __do_compat_sys_newstat() stackleak: instrument __do_sys_newlstat() /kisskb/src/fs/exec.c: In function 'compat_do_execve': /kisskb/src/fs/exec.c:2034:29: note: userspace variable will be forcibly initialized 2034 | struct user_arg_ptr envp = { | ^~~~ stackleak: instrument audio_graph2_parse_of() /kisskb/src/fs/exec.c:2030:29: note: userspace variable will be forcibly initialized 2030 | struct user_arg_ptr argv = { | ^~~~ /kisskb/src/fs/exec.c: In function 'compat_do_execveat': stackleak: instrument fuse_fsync_common() /kisskb/src/fs/exec.c:2050:29: note: userspace variable will be forcibly initialized 2050 | struct user_arg_ptr envp = { | ^~~~ /kisskb/src/fs/exec.c:2046:29: note: userspace variable will be forcibly initialized 2046 | struct user_arg_ptr argv = { | ^~~~ stackleak: instrument __do_sys_lstat64() stackleak: instrument __do_compat_sys_newlstat() stackleak: instrument __do_sys_newfstatat() stackleak: instrument __do_sys_fstatat64() stackleak: instrument __do_compat_sys_newfstatat() stackleak: instrument xenbus_dev_changed() stackleak: instrument pipe_write() stackleak: instrument shift_arg_pages() stackleak: instrument do_statx() stackleak: instrument arm_smmu_attach_dev() stackleak: instrument mtk_clk_register_gates_with_dev() stackleak: instrument __alloc_pages_bulk() stackleak: instrument __fuse_copy_file_range() stackleak: instrument snd_audiopci_probe() stackleak: instrument fuse_file_fallocate() stackleak: instrument arm_smmu_probe_device() stackleak: instrument parport_claim_or_block() stackleak: instrument xenbus_file_read() stackleak: instrument connections_show() stackleak: instrument rockchip_pinctrl_probe() stackleak: instrument cls_intr() stackleak: instrument si_mem_available() stackleak: instrument of_platform_serial_probe() stackleak: instrument xenbus_reset_wait_for_backend.part.0() stackleak: instrument xenbus_command_reply() stackleak: instrument snd_hdac_device_init() stackleak: instrument pipe_wait_readable() stackleak: instrument snd_hdac_bus_exec_verb_unlocked() stackleak: instrument sha256_update() stackleak: instrument fuse_perform_write() stackleak: instrument pipe_wait_writable() stackleak: instrument snd_es1938_probe() stackleak: instrument frontend_probe_and_watch() stackleak: instrument snd_hdac_get_connections() stackleak: instrument migrate_to_node() stackleak: instrument rockchip_pinconf_set() stackleak: instrument register_device() stackleak: instrument sha256() stackleak: instrument arm_smmu_device_probe() stackleak: instrument arm_smmu_tlb_inv_asid() stackleak: instrument tps65217_bl_probe() stackleak: instrument fuse_direct_io() stackleak: instrument vt1724_midi_write() stackleak: instrument pruss_cfg_of_init() stackleak: instrument rockchip_clk_register_branches() stackleak: instrument pruss_probe() stackleak: instrument fuse_direct_IO() stackleak: instrument FSE_decompress_wksp_body_default() stackleak: instrument lp_register() stackleak: instrument fuse_direct_write_iter() stackleak: instrument __parse_nid_path() stackleak: instrument virtsnd_ctl_msg_send() stackleak: instrument do_migrate_pages() stackleak: instrument lp_error() stackleak: instrument snd_echo_probe() stackleak: instrument virtsnd_ctl_query_info() stackleak: instrument snd_es1968_mixer() stackleak: instrument fuse_direct_read_iter() stackleak: instrument snd_cmipci_probe() stackleak: instrument fill_readbuf.part.0() stackleak: instrument __send_control_msg.isra() stackleak: instrument debug_show_configs() stackleak: instrument mtk_clk_register_cpumuxes() stackleak: instrument ladder_cmult.constprop() stackleak: instrument LZ4_decompress_safe_continue() stackleak: instrument lp_read() stackleak: instrument FSE_decompress_usingDTable() stackleak: instrument ak4613_i2c_probe() stackleak: instrument LZ4HC_compress_generic() stackleak: instrument snd_card_fm801_probe() stackleak: instrument LZ4_decompress_fast_continue() stackleak: instrument fuse_writepages() stackleak: instrument pp_ioctl() stackleak: instrument snd_hdac_bus_get_response() stackleak: instrument ioctl_preallocate() stackleak: instrument fiemap_fill_next_extent() stackleak: instrument zynqmp_pinctrl_probe() stackleak: instrument i2c_matroxfb_probe() stackleak: instrument add_port.isra() stackleak: instrument snd_compress_wait_for_drain() stackleak: instrument create_out_jack_modes() stackleak: instrument discard_port_data() stackleak: instrument copy_fsxattr_to_user() stackleak: instrument add_control_with_pfx.constprop() stackleak: instrument begin_new_exec() stackleak: instrument add_sw_ctl() stackleak: instrument streebog_g() stackleak: instrument snd_compr_get_caps() stackleak: instrument streebog_final() stackleak: instrument streebog_update() stackleak: instrument snd_intel8x0_interrupt() stackleak: instrument mpll_set_rate() stackleak: instrument create_extra_outs() stackleak: instrument snd_compr_write() stackleak: instrument meson_clk_pll_determine_rate() stackleak: instrument add_single_cap_ctl.isra() stackleak: instrument torture_kthread_stopping() stackleak: instrument control_work_handler() stackleak: instrument __lookup_slow() stackleak: instrument snd_motu_register_dsp_message_parser_parse() stackleak: instrument snd_vt1724_probe() stackleak: instrument meson_clk_pll_enable() stackleak: instrument __arm64_sys_getdents() stackleak: instrument parport_open() stackleak: instrument __arm64_sys_mbind() stackleak: instrument HUF_writeCTable() stackleak: instrument port_fops_read() stackleak: instrument matroxfb_read_pins() /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:730:42: note: userspace variable will be forcibly initialized 730 | kernel_siginfo_t si; | ^~ stackleak: instrument __arm64_sys_getdents64() stackleak: instrument meson_clk_pll_set_rate() stackleak: instrument virtsnd_pcm_parse_cfg() stackleak: instrument HUF_readCTable() stackleak: instrument __arm64_compat_sys_getdents() stackleak: instrument do_vfs_ioctl() stackleak: instrument snd_compr_ioctl() stackleak: instrument parport_device_id() stackleak: instrument send_sigio_to_task() stackleak: instrument mpol_shared_policy_init() stackleak: instrument mtk_clk_register_muxes() stackleak: instrument sm3_update() stackleak: instrument hw_rule_capture_format_by_channels() stackleak: instrument s10_register_pll() stackleak: instrument snd_intel8x0m_interrupt() stackleak: instrument virtcons_probe() stackleak: instrument sm3_final() stackleak: instrument agilex_register_pll() stackleak: instrument wait_port_writable() stackleak: instrument n5x_register_pll() stackleak: instrument port_fops_splice_write() stackleak: instrument HUF_buildCTable_wksp() stackleak: instrument cfb_imageblit() stackleak: instrument at24_probe() stackleak: instrument snd_rawmidi_read() /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:799:31: note: userspace variable will be forcibly initialized 799 | struct sigset_argpack x = {NULL, 0}; | ^ stackleak: instrument snd_rawmidi_info_user() stackleak: instrument parse_capture_source() stackleak: instrument HUF_compress_internal.isra() stackleak: instrument pollwake() stackleak: instrument alloc_contig_range() stackleak: instrument ZSTD_getCParams_internal() stackleak: instrument ZSTD_NCountCost() stackleak: instrument ZSTD_getParams_internal() stackleak: instrument snd_hda_activate_path() stackleak: instrument ZSTD_makeCCtxParamsFromCParams() stackleak: instrument alloc_contig_pages() stackleak: instrument poll_select_finish() stackleak: instrument snd_rawmidi_write() stackleak: instrument do_fcntl() stackleak: instrument snd_es1968_probe() stackleak: instrument __wait_on_freeing_inode() stackleak: instrument snd_intel8x0m_probe() stackleak: instrument ZSTD_buildSeqStore() stackleak: instrument step_into() stackleak: instrument snd_rawmidi_ioctl_status64() stackleak: instrument hdmi_chmap_ctl_tlv() stackleak: disabled for this translation unit stackleak: instrument dmabuffs_dname() stackleak: instrument hw_rule_capture_format_by_channels() stackleak: instrument rockchip_clk_register_cpuclk() stackleak: instrument snd_rawmidi_ioctl_status32() stackleak: instrument virtsnd_pcm_msg_alloc() stackleak: instrument snd_intel8x0_probe() stackleak: instrument do_compat_fcntl64() stackleak: instrument hdmi_chmap_ctl_put() stackleak: instrument phy_type_syscon_get() stackleak: instrument trace_event_raw_event_hda_send_cmd() stackleak: instrument hw_rule_playback_format_by_channels() stackleak: instrument do_pages_stat() stackleak: instrument snd_rawmidi_ioctl_status_compat64() stackleak: instrument virtsnd_pcm_msg_send() stackleak: instrument trace_event_raw_event_hda_get_response() stackleak: instrument trace_event_raw_event_hda_unsol_event() stackleak: instrument rockchip_clk_register_pll() stackleak: instrument ZSTD_encodeSequences_default() stackleak: instrument trace_event_raw_event_hdac_stream() stackleak: instrument dma_buf_poll_add_cb() stackleak: instrument handle_dots.part.0() stackleak: instrument mtk_tphy_probe() stackleak: instrument snd_rawmidi_drain_output() stackleak: instrument ZSTD_copySequencesToSeqStoreNoBlockDelim() stackleak: instrument do_select() stackleak: instrument iproc_pcie_paxb_v2_msi_steer() stackleak: instrument load_asic_generic() stackleak: instrument remove_migration_pte() stackleak: instrument snd_hdac_setup_channel_mapping() stackleak: instrument compat_core_sys_select() stackleak: instrument ZSTD_copyBlockSequences() stackleak: instrument remove_migration_ptes() stackleak: instrument hw_rule_playback_format_by_channels() stackleak: instrument curve25519_generic() stackleak: instrument snd_hdac_channel_allocation() stackleak: instrument snd_rawmidi_open() stackleak: instrument dump_mapping() stackleak: instrument led_bl_probe() stackleak: instrument ZSTD_copySequencesToSeqStoreExplicitBlockDelim() stackleak: instrument load_asic_generic() stackleak: instrument do_sys_poll() stackleak: instrument folio_migrate_mapping() stackleak: instrument snd_rawmidi_info_select_user() stackleak: instrument trace_event_raw_event_map() stackleak: instrument migrate_huge_page_move_mapping() stackleak: instrument trace_event_raw_event_unmap() stackleak: instrument hw_rule_capture_format_by_channels() stackleak: instrument filename_parentat() stackleak: instrument core_sys_select() stackleak: instrument iomem_reg_shift_show() stackleak: instrument perf_trace_iommu_error() stackleak: instrument iomem_base_show() stackleak: instrument io_type_show() stackleak: instrument virtsnd_pcm_sync_stop() stackleak: instrument custom_divisor_show() stackleak: instrument snd_hda_gen_init() stackleak: instrument closing_wait_show() stackleak: instrument trace_event_raw_event_iommu_group_event() stackleak: instrument close_delay_show() stackleak: instrument snd_rawmidi_ioctl() stackleak: instrument xmit_fifo_size_show() stackleak: instrument iproc_pcie_setup() stackleak: instrument flags_show() stackleak: instrument __arm64_sys_pselect6() stackleak: instrument trace_event_raw_event_iommu_device_event() stackleak: instrument irq_show() stackleak: instrument port_show() stackleak: instrument line_show() stackleak: instrument type_show() stackleak: instrument trace_event_raw_event_iommu_error() stackleak: instrument snd_echo_midi_output_write() stackleak: instrument uartclk_show() stackleak: instrument snd_rawmidi_ioctl_compat() stackleak: instrument hw_rule_playback_format_by_channels() stackleak: instrument _request_firmware() stackleak: instrument move_to_new_page() stackleak: instrument hsi_add_clients_from_dt() stackleak: instrument lookup_open.isra() stackleak: instrument iproc_msi_init() stackleak: instrument perf_trace_iommu_device_event() stackleak: instrument __arm64_compat_sys_pselect6_time64() stackleak: instrument snd_rawmidi_receive() stackleak: instrument ZSTD_compressSuperBlock() stackleak: instrument uart_get_icount() stackleak: instrument perf_trace_iommu_group_event() stackleak: instrument snd_rme32_probe() stackleak: instrument gnttab_page_cache_shrink() stackleak: instrument trace_event_raw_event_hugepage_set_pmd() stackleak: instrument fuse_get_parent() stackleak: instrument trace_event_raw_event_hugepage_update() stackleak: instrument trace_event_raw_event_migration_pmd() stackleak: instrument genwqe_health_thread() stackleak: instrument fuse_get_dentry() stackleak: instrument s10_register_periph() stackleak: instrument filename_lookup() stackleak: instrument ZSTD_resetCCtx_internal() stackleak: instrument n5x_register_periph() stackleak: instrument fuse_statfs() stackleak: instrument fuse_send_destroy() stackleak: instrument rockchip_clk_register_inverter() stackleak: instrument s10_register_cnt_periph() stackleak: instrument ZSTD_copyCCtx_internal.constprop() stackleak: instrument gnttab_unmap_refs_sync() stackleak: instrument wp512_process_buffer() stackleak: instrument file_remove_privs() stackleak: instrument ZSTD_initStaticCCtx() stackleak: instrument uart_wait_modem_status() stackleak: instrument __pm_runtime_barrier() stackleak: instrument wp256_final() stackleak: instrument snd_echo_probe() stackleak: instrument ZSTD_createCCtxParams() stackleak: instrument wp384_final() stackleak: instrument inode_dio_wait() stackleak: instrument trace_event_raw_event_dma_fence() stackleak: instrument snd_rme96_info_inputtype_control() stackleak: instrument hsc_probe() stackleak: instrument fuse_sync_fs() stackleak: instrument perf_trace_dma_fence() stackleak: instrument xz_dec_bcj_run() stackleak: instrument snd_via82xx_probe() stackleak: instrument snd_rme96_probe() stackleak: instrument snd_sonic_probe() stackleak: instrument rockchip_clk_register_mmc() stackleak: instrument config_acp_dma() stackleak: instrument sys_imageblit() stackleak: instrument uart_set_info_user() stackleak: instrument slim_do_transfer() stackleak: instrument ZSTD_CCtxParams_init_advanced() stackleak: instrument blake2b_compress_one_generic() stackleak: instrument iproc_pltfm_pcie_probe() stackleak: instrument slim_readb() stackleak: instrument of_get_regulator_prot_limits() stackleak: instrument cs35l34_irq_thread() stackleak: instrument slim_writeb() stackleak: instrument snd_echo_probe() /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:153:22: note: userspace variable will be forcibly initialized 153 | struct iovec iov = { .iov_base = buf, .iov_len = size}; | ^~~ stackleak: instrument ZSTD_adjustCParams() stackleak: instrument hsc_write() stackleak: instrument ZSTD_getCParamsFromCCtxParams() stackleak: instrument rpm_resume() stackleak: instrument ZSTD_estimateCCtxSize_usingCParams() stackleak: instrument trace_event_raw_event_mm_khugepaged_scan_pmd() stackleak: instrument trace_event_raw_event_mm_collapse_huge_page() stackleak: instrument ZSTD_estimateCCtxSize() stackleak: instrument cs35l34_i2c_probe() stackleak: instrument ZSTD_estimateCStreamSize_usingCParams() stackleak: instrument path_openat() stackleak: instrument trace_event_raw_event_mm_collapse_huge_page_isolate() stackleak: instrument hsc_read() stackleak: instrument trace_event_raw_event_mm_collapse_huge_page_swapin() stackleak: instrument ZSTD_estimateCStreamSize() stackleak: instrument snd_echo_probe() stackleak: instrument of_get_regulation_constraints.isra() stackleak: instrument do_filp_open() stackleak: instrument migrate_pages() stackleak: instrument atyfb_check_var() stackleak: instrument cs35l35_irq() stackleak: instrument rpm_suspend() stackleak: instrument slim_register_controller() stackleak: instrument ZSTD_compressBlock_doubleFast_extDict_generic() stackleak: instrument uart_ioctl() stackleak: instrument do_file_open_root() stackleak: instrument exynos_clkout_probe() stackleak: instrument hsc_ioctl() stackleak: instrument fuse_get_tree_submount() stackleak: instrument page_cache_sync_readahead() stackleak: instrument atyfb_ioctl() stackleak: instrument of_check_coupling_data() stackleak: instrument ZSTD_entropyCompressSequences_internal.constprop.isra() stackleak: instrument of_parse_coupled_regulator() stackleak: instrument juli_add_controls() stackleak: instrument riva_get_EDID_i2c.isra() stackleak: instrument uart_set_options() stackleak: instrument _altera_pcie_cfg_read() stackleak: instrument vfs_setxattr() stackleak: instrument snd_via82xx_probe() stackleak: instrument expand_files() stackleak: instrument remove_watch_from_object() stackleak: instrument setxattr() stackleak: instrument __arm64_sys_move_pages() stackleak: instrument bcm_vk_probe() stackleak: instrument ZSTD_compressContinue_internal() stackleak: instrument fuse_fill_super_common() stackleak: instrument uart_resume_port() stackleak: instrument perf_trace_mm_collapse_huge_page_isolate() stackleak: instrument bcm_vk_drain_all_pend() stackleak: instrument aty_init() stackleak: instrument perf_trace_mm_khugepaged_scan_pmd() stackleak: instrument getxattr() stackleak: instrument seq_read() stackleak: instrument iommu_device_sysfs_add() stackleak: instrument rivafb_probe() stackleak: instrument ZSTD_loadCEntropy() stackleak: instrument __collapse_huge_page_swapin() stackleak: instrument SiS_SenseLCD() stackleak: instrument mnt_warn_timestamp_expiry.isra() stackleak: instrument find_cpio_data() stackleak: instrument do_rmdir() stackleak: instrument slab_err() stackleak: instrument s10_register_gate() stackleak: instrument cs35l35_i2c_probe() stackleak: instrument uart_add_one_port() stackleak: instrument propagate_umount() stackleak: instrument bcm_vk_sync_msgq() stackleak: instrument removexattr() stackleak: instrument ZSTD_compressBlock_fast_extDict_generic() stackleak: instrument ZSTD_initCDict_internal() stackleak: instrument agilex_register_gate() stackleak: instrument __split_huge_pmd() stackleak: instrument uart_remove_one_port() stackleak: instrument mtk_mipi_tx_probe() stackleak: instrument bcm_vk_load_image_by_type() stackleak: instrument seq_printf() stackleak: instrument do_unlinkat() stackleak: instrument apple_msi_domain_alloc() stackleak: instrument ZSTD_compressBegin_internal() stackleak: instrument riva_load_video_mode() stackleak: instrument bcm_vk_handle_notf() stackleak: instrument ZSTD_compressBegin_advanced() stackleak: instrument ca0132_alt_add_effect_slider() stackleak: instrument ZSTD_compressBegin_usingDict() stackleak: instrument add_fx_switch() stackleak: instrument ca0132_alt_mic_boost_info() stackleak: instrument ae5_headphone_gain_info() stackleak: instrument nv3_iterate.constprop.isra() stackleak: instrument snd_hda_gen_parse_auto_config() stackleak: instrument ZSTD_compress_advanced() stackleak: instrument ae5_sound_filter_info() stackleak: instrument freq_qos_test_readd() stackleak: instrument ZSTD_compress_advanced_internal() stackleak: instrument bcm_vk_ioctl() stackleak: instrument ZSTD_compress_usingDict() stackleak: instrument trace_event_raw_event_writeback_folio_template() stackleak: instrument deactivate_slab() stackleak: instrument freq_qos_test_min() stackleak: instrument d_alloc_parallel() stackleak: instrument trace_event_raw_event_writeback_dirty_inode_template() stackleak: instrument rivafb_cursor() stackleak: instrument trace_event_raw_event_writeback_write_inode_template() stackleak: instrument ZSTD_freeCDict() stackleak: instrument trace_event_raw_event_writeback_work_class() stackleak: instrument freq_qos_test_maxdef() stackleak: instrument apple_pcie_init() stackleak: instrument rockchip_clk_register_muxgrf() stackleak: instrument trace_event_raw_event_writeback_pages_written() stackleak: instrument reg_fixed_voltage_probe() stackleak: instrument trace_event_raw_event_writeback_class() stackleak: instrument ca0132_build_controls() stackleak: instrument trace_event_raw_event_writeback_bdi_register() stackleak: instrument ZSTD_createCDict_advanced2() stackleak: instrument ZSTD_createCDict_advanced() stackleak: instrument trace_event_raw_event_wbc_class() stackleak: instrument ZSTD_createCDict() stackleak: instrument collapse_file() stackleak: instrument trace_event_raw_event_writeback_queue_io() stackleak: instrument do_linkat() stackleak: instrument ZSTD_createCDict_byReference() stackleak: instrument trace_event_raw_event_bdi_dirty_ratelimit() stackleak: instrument dspio_scp.constprop() stackleak: instrument __kmem_cache_do_shrink() stackleak: instrument sisfb_search_mode.constprop() stackleak: instrument ZSTD_CCtx_init_compressStream2() stackleak: instrument trace_event_raw_event_balance_dirty_pages() stackleak: instrument trace_event_raw_event_writeback_sb_inodes_requeue() stackleak: instrument nv3_get_param.isra() stackleak: instrument cs35l41_probe() stackleak: instrument split_huge_page_to_list() stackleak: instrument trace_event_raw_event_writeback_single_inode_template() stackleak: instrument ZSTD_DUBT_findBestMatch() stackleak: instrument qtet_enum_info() stackleak: instrument trace_event_raw_event_writeback_inode_template() stackleak: instrument nv3CalcArbitration.constprop() stackleak: instrument gf128mul_lle() stackleak: instrument ZSTD_freeCCtx() stackleak: instrument cs35l36_i2c_probe() stackleak: instrument hw_rule_capture_format_by_channels() stackleak: instrument ZSTD_createCCtx() stackleak: instrument gf128mul_bbe() stackleak: instrument qtet_add_controls() stackleak: instrument crypto_ecb_crypt() stackleak: instrument ZSTD_createCCtx_advanced() stackleak: instrument fuse_conn_max_background_read() stackleak: instrument fuse_conn_congestion_threshold_read() stackleak: instrument mntput_no_expire() stackleak: instrument ZSTD_initStaticCDict() stackleak: instrument fuse_conn_waiting_read() stackleak: instrument vfs_rename() stackleak: instrument trace_event_raw_event_global_dirty_state() stackleak: instrument __inode_wait_for_writeback() stackleak: instrument ZSTD_compressBegin_usingCDict_advanced() stackleak: instrument generic_file_splice_read() stackleak: instrument ___slab_alloc() stackleak: instrument inode_sleep_on_writeback() stackleak: instrument fuse_ctl_add_conn() stackleak: instrument fb_ddc_read() stackleak: instrument ZSTD_createCStream() stackleak: instrument hw_rule_playback_format_by_channels() stackleak: instrument do_renameat2() stackleak: instrument se_add_controls() stackleak: instrument ZSTD_createCStream_advanced() stackleak: instrument fdt_appendprop_addrrange() stackleak: instrument __do_sys_vmsplice() stackleak: instrument bm_work() stackleak: instrument splice_from_pipe() stackleak: instrument ZSTD_initCStream_advanced() stackleak: instrument __page_symlink() stackleak: instrument split_huge_pages_write.part.0() stackleak: instrument ZSTD_HcFindBestMatch_dedicatedDictSearch_selectMLS.constprop() stackleak: instrument sisfb_handle_ddc() stackleak: instrument gup_test_ioctl() stackleak: instrument slim_ctrl_clk_pause() stackleak: instrument snd_wm8766_build_controls() stackleak: instrument do_execute_ddcb() stackleak: instrument iter_file_splice_write() stackleak: instrument generic_splice_sendpage() stackleak: instrument psc724_add_controls() stackleak: instrument fw_core_remove_card() stackleak: instrument psc724_set_jack_state() stackleak: instrument ca0132_alt_volume_put() stackleak: instrument splice_direct_to_actor() stackleak: instrument CalcStateExt() stackleak: instrument hdmi_show_short_audio_desc.constprop() stackleak: instrument do_splice_direct() stackleak: instrument ZSTD_compressStream2() stackleak: instrument ZSTD_compressStream2_simpleArgs() stackleak: instrument pccardd() stackleak: instrument ZSTD_compress2() stackleak: instrument perf_trace_writeback_queue_io() stackleak: instrument pe_test_reference() stackleak: instrument rockchip_clk_register_ddrclk() stackleak: instrument snd_hdmi_show_eld() stackleak: instrument pe_test_move_inline_str() stackleak: instrument pe_test_move_inline_u8() stackleak: instrument fuse_setxattr() stackleak: instrument snd_wm8776_activate_ctl.isra() stackleak: instrument fuse_getxattr() stackleak: instrument genpd_iterate_idle_states() stackleak: instrument ZSTD_compressSequences() stackleak: instrument ZSTD_compressBlock_fast() stackleak: instrument fuse_listxattr() stackleak: instrument crypto_cbc_encrypt() stackleak: instrument mem_cgroup_out_of_memory() stackleak: instrument ZSTD_getParams() stackleak: instrument fuse_removexattr() stackleak: instrument summary_show() stackleak: instrument crypto_cbc_decrypt() stackleak: instrument pe_test_strings() stackleak: instrument ZSTD_compressBlock_doubleFast() stackleak: instrument do_splice() stackleak: instrument genwqe_ioctl() stackleak: instrument slim_stream_prepare() stackleak: instrument vfs_utimes() stackleak: instrument snd_wm8776_build_controls() stackleak: instrument perf_trace_global_dirty_state() stackleak: instrument snd_echo_probe() stackleak: instrument slim_stream_enable() stackleak: instrument perf_trace_balance_dirty_pages() stackleak: instrument slim_stream_disable() stackleak: instrument sisfb_ioctl() stackleak: instrument slim_stream_unprepare() stackleak: instrument pe_test_uint_arrays() stackleak: instrument ZSTD_compressBlock_btlazy2() stackleak: instrument fuse_readdir_uncached() stackleak: instrument memory_stat_format() stackleak: instrument prepend_path() stackleak: instrument wb_wait_for_completion() stackleak: instrument rtsx_pci_send_cmd() stackleak: instrument __writeback_inodes_sb_nr() stackleak: instrument __slab_free() stackleak: instrument __iommu_dma_unmap() stackleak: instrument path_umount() stackleak: instrument pe_test_uints() stackleak: instrument rtsx_pci_dma_transfer() stackleak: instrument dynamic_dname() stackleak: instrument fuse_readdir() stackleak: instrument balloon_thread() stackleak: instrument khugepaged() stackleak: instrument __arm64_sys_getcwd() stackleak: instrument crypto_pcbc_decrypt() stackleak: instrument memcg_numa_stat_show() stackleak: instrument crypto_pcbc_encrypt() stackleak: instrument rtc_tm_to_ktime() stackleak: instrument rtsx_pci_complete_unfinished_transfer() stackleak: instrument rtc_ktime_to_tm() stackleak: instrument InitSDRAMRegisters() stackleak: instrument fuse_priv_ioctl() stackleak: instrument __genpd_dev_pm_attach() stackleak: instrument parkbd_attach() stackleak: instrument atyfb_imageblit() stackleak: instrument cs42l42_irq_thread() stackleak: instrument generic_hdmi_build_jack() stackleak: instrument SetCoreClockPLL() stackleak: instrument savagefb_set_par() stackleak: instrument attach_recursive_mnt() stackleak: instrument iommu_dma_alloc() stackleak: instrument ca0132_alt_select_out.isra() stackleak: instrument trace_event_raw_event_regmap_reg() stackleak: instrument rtsx_pci_probe() stackleak: instrument trace_event_raw_event_regcache_drop_region() stackleak: instrument fuse_do_ioctl() stackleak: instrument cs42l42_i2c_probe() stackleak: instrument trace_event_raw_event_regmap_block() stackleak: instrument memory_failure() stackleak: instrument memcg_write_event_control() stackleak: instrument trace_event_raw_event_regmap_bool() stackleak: instrument trace_event_raw_event_regmap_async() stackleak: instrument fuse_fileattr_get() stackleak: instrument vfio_pci_core_ioctl() stackleak: instrument cts_cbc_encrypt() stackleak: instrument ZSTD_ldm_fillHashTable() stackleak: instrument trace_event_raw_event_regcache_sync() stackleak: instrument iommu_setup_dma_ops() stackleak: instrument fuse_fileattr_set() stackleak: instrument regcache_sync_block() stackleak: instrument __arm64_sys_open_tree() stackleak: instrument ZSTD_insertBt1() stackleak: instrument perf_trace_regmap_async() stackleak: instrument dma_resv_copy_fences() stackleak: instrument lrw_xor_tweak() stackleak: instrument perf_trace_regmap_bool() stackleak: instrument crypto_ctr_crypt() stackleak: instrument dma_resv_get_fences() stackleak: instrument sccnxp_set_termios() stackleak: instrument cs42xx8_hw_params() stackleak: instrument cts_cbc_decrypt() stackleak: instrument soft_offline_page() stackleak: instrument dma_resv_wait_timeout() stackleak: instrument s3c24xx_serial_set_termios() stackleak: instrument perf_trace_regmap_reg() stackleak: instrument SiS_GetCRT2Data301() stackleak: instrument dma_resv_test_signaled() stackleak: instrument dma_resv_describe() stackleak: instrument lrw_create() stackleak: instrument perf_trace_regcache_drop_region() stackleak: instrument ZSTD_compressBlock_fast_dictMatchState() stackleak: instrument s3c24xx_serial_console_setup() stackleak: instrument keypad_read() stackleak: instrument perf_trace_regmap_block() stackleak: instrument i2c_new_ccgx_ucsi() stackleak: instrument ZSTD_compressBlock_lazy2() stackleak: instrument perf_trace_regcache_sync() stackleak: instrument writeback_sb_inodes() stackleak: instrument clk_factors_determine_rate() stackleak: instrument vfio_pci_core_match() stackleak: instrument act8865_pmic_probe() stackleak: instrument __sunxi_factors_register.constprop() stackleak: instrument ZSTD_ldm_generateSequences() stackleak: instrument trace_event_raw_event_rtc_time_alarm_class() stackleak: instrument trace_event_raw_event_rtc_irq_set_freq() stackleak: instrument trace_event_raw_event_rtc_irq_set_state() stackleak: instrument trace_event_raw_event_rtc_alarm_irq_enable() stackleak: instrument ec_mulm_448() stackleak: instrument trace_event_raw_event_rtc_offset_class() stackleak: instrument __arm_v7s_unmap() stackleak: instrument trace_event_raw_event_rtc_timer_class() stackleak: instrument panel_attach() stackleak: instrument ec_addm_448() stackleak: instrument aty128_decode_var() stackleak: instrument savagefb_probe() stackleak: instrument ec_subm_448() stackleak: instrument path_mount() stackleak: instrument sccnxp_probe() stackleak: instrument ZSTD_ldm_blockCompress() stackleak: instrument fw_device_op_read() stackleak: instrument aty128fb_check_var() stackleak: instrument ec_mulm_25519() stackleak: instrument __devm_rtc_register_device() stackleak: instrument ZSTD_insertBtAndGetAllMatches() stackleak: instrument cyber2000fb_check_var() stackleak: instrument fw_unit_uevent() stackleak: instrument wb_workfn() stackleak: instrument s3c24xx_serial_probe() stackleak: instrument genwqe_check_ddcb_queue.isra() stackleak: instrument __arm64_sys_mount() stackleak: instrument htcpld_core_probe() stackleak: instrument act8945a_pmic_probe() stackleak: instrument genwqe_card_thread() stackleak: instrument hdmi_parse_codec() stackleak: instrument ioctl_get_info() stackleak: instrument tifm_uevent() stackleak: instrument sisfb_probe() stackleak: instrument __arm64_sys_fsmount() stackleak: instrument read_config_rom() stackleak: instrument fw_device_op_release() stackleak: instrument __genwqe_wait_ddcb() stackleak: instrument sync_inodes_sb() stackleak: instrument tifm_alloc_device() stackleak: instrument write_inode_now() stackleak: instrument sync_inode_metadata() stackleak: instrument __rtc_set_alarm() stackleak: instrument __arm64_sys_move_mount() stackleak: instrument __genwqe_purge_ddcb() stackleak: instrument rtc_timer_enqueue() stackleak: instrument trace_event_raw_event_hda_pm() stackleak: instrument udmabuf_create() stackleak: instrument __do_sys_ustat() stackleak: instrument cyberpro_pci_probe() stackleak: instrument do_statfs_native() stackleak: instrument pin_kill() stackleak: instrument do_statfs64() stackleak: instrument rtc_timer_remove.part.0() stackleak: instrument aty128_init() stackleak: instrument shutdown_event() stackleak: instrument ZSTD_compressBlock_lazy() stackleak: instrument udmabuf_ioctl() stackleak: instrument put_compat_statfs64() stackleak: instrument ida_alloc_range() stackleak: instrument crypto_ccm_create() stackleak: instrument fw_core_handle_bus_reset() stackleak: instrument put_compat_statfs() stackleak: instrument ida_free() stackleak: instrument __regmap_init() stackleak: instrument __do_compat_sys_ustat() stackleak: instrument __arm64_sys_pivot_root() stackleak: instrument ZSTD_compressBlock_doubleFast_dictMatchState() stackleak: instrument vfs_get_fsid() stackleak: instrument ida_destroy() stackleak: instrument ZSTD_compressBlock_opt_generic() stackleak: instrument ZSTD_createDDict_advanced() stackleak: instrument ioctl_queue_iso() stackleak: instrument cyber2000fb_set_par() stackleak: instrument __do_sys_statfs() stackleak: instrument ZSTD_createDDict() stackleak: instrument __do_sys_statfs64() stackleak: instrument hdmi_present_sense_via_verbs() stackleak: instrument __do_compat_sys_statfs() stackleak: instrument ZSTD_createDDict_byReference() stackleak: instrument serport_ldisc_read() stackleak: instrument __genwqe_enqueue_ddcb() stackleak: instrument __do_sys_fstatfs() stackleak: instrument ZSTD_freeDDict() stackleak: instrument __do_sys_fstatfs64() stackleak: instrument __rtc_read_alarm() stackleak: instrument __do_compat_sys_fstatfs() stackleak: instrument arc_serial_console_setup() stackleak: instrument rtc_time64_to_tm_test_date_range() stackleak: instrument kcompat_sys_statfs64() stackleak: instrument ucc_uart_probe() stackleak: instrument kcompat_sys_fstatfs64() stackleak: instrument rtc_initialize_alarm() stackleak: instrument fsl_audmix_probe() stackleak: instrument SiSSetMode() stackleak: instrument ioctl_send_stream_packet() stackleak: instrument aty128_probe() stackleak: instrument crypto_ccm_auth() stackleak: instrument rtc_update_irq_enable() stackleak: instrument HUF_decompress1X1_usingDTable_internal.constprop() stackleak: instrument __arm64_sys_mount_setattr() stackleak: instrument fw_device_op_ioctl() stackleak: instrument ulite_console_setup() stackleak: instrument inno_hdmi_phy_probe() stackleak: instrument mpi_write_to_sgl() stackleak: instrument azx_probe() stackleak: instrument HUF_decompress1X2_usingDTable_internal.constprop() stackleak: instrument ZSTD_compressBlock_greedy() stackleak: instrument uniphier_u2phy_probe() stackleak: instrument mpi_ec_mul_point() stackleak: instrument i3c_hci_send_ccc_cmd() stackleak: instrument mpi_read_raw_from_sgl() stackleak: instrument iso_resource_work() stackleak: instrument SiS_SetGroup1_LVDS() stackleak: instrument ca0132_init() stackleak: instrument hdmi_pcm_open() stackleak: instrument i3c_hci_i2c_xfers() stackleak: instrument mem_cgroup_scan_tasks() stackleak: instrument cs43130_irq_thread() stackleak: instrument i3c_hci_priv_xfers() stackleak: instrument radeonfb_check_var() stackleak: instrument rtc_timer_do_work() stackleak: instrument _regmap_raw_write_impl() stackleak: instrument genwqe_init_debugfs() stackleak: instrument mem_cgroup_oom_synchronize() stackleak: instrument ZSTD_compressBlock_btlazy2_dictMatchState() stackleak: instrument save_stack() stackleak: instrument HUF_decompress4X1_usingDTable_internal.constprop() stackleak: instrument serdes_am654_clk_mux_set_parent() stackleak: instrument phantom_ioctl() stackleak: instrument pm2fb_cursor() stackleak: instrument dev_set_name() stackleak: instrument enclosure_remove_links() stackleak: instrument _regmap_raw_read() stackleak: instrument serdes_am654_probe() stackleak: instrument trace_event_raw_event_test_pages_isolated() stackleak: instrument __arm_lpae_unmap() stackleak: instrument enclosure_component_alloc() stackleak: instrument cs43130_imp_meas() stackleak: instrument enclosure_add_device() stackleak: instrument read_page_owner() stackleak: instrument ZSTD_freeDCtx.part.0() stackleak: instrument device_add() stackleak: instrument ZSTD_compressBlock_lazy2_dictMatchState() stackleak: instrument ZSTD_createDCtx_advanced() stackleak: instrument klist_remove() stackleak: instrument wait_for_device_probe() stackleak: instrument ZSTD_createDCtx() stackleak: instrument pagetypeinfo_showmixedcount_print() stackleak: instrument pm2fb_set_par() stackleak: instrument regmap_read_debugfs() stackleak: instrument ad5398_probe() stackleak: instrument HUF_decompress4X2_usingDTable_internal.constprop() stackleak: instrument ZSTD_buildSeqTable.constprop() stackleak: instrument pps_tty_open() stackleak: instrument try_charge_memcg() stackleak: instrument regmap_raw_read() stackleak: instrument pps_tty_dcd_change() stackleak: instrument regmap_reg_ranges_read_file() stackleak: instrument vfio_platform_read() stackleak: instrument pm2fb_fillrect() stackleak: instrument i2c_mux_probe() stackleak: instrument radeon_check_modes() stackleak: instrument fw_run_transaction() stackleak: instrument cs43130_i2c_probe() stackleak: instrument ZSTD_compressBlock_lazy_dictMatchState() stackleak: instrument HUF_readDTableX1_wksp_bmi2() stackleak: instrument vfio_platform_write() stackleak: instrument radeonfb_pci_register() stackleak: instrument xen_steal_clock() stackleak: instrument ZSTD_findFrameSizeInfo() stackleak: instrument xen_manage_runstate_time() stackleak: instrument ZSTD_getFrameContentSize() stackleak: instrument of_pci_iommu_init() stackleak: instrument ZSTD_findDecompressedSize() stackleak: instrument ZSTD_getDecompressedSize() stackleak: instrument ps2_do_sendbyte() stackleak: instrument _of_phy_get() stackleak: instrument vfio_platform_ioctl() stackleak: instrument of_iommu_configure() stackleak: instrument vfio_pci_bar_rw() stackleak: instrument ZSTD_decompressSequences_default.constprop() stackleak: instrument HUF_readDTableX2_wksp() stackleak: instrument ps2_drain() stackleak: instrument ZSTD_compressBlock_greedy_dictMatchState() stackleak: instrument ZSTD_loadDEntropy() stackleak: instrument regmap_async_complete() stackleak: instrument kyrofb_ioctl() stackleak: instrument cdns_i3c_master_do_daa() stackleak: instrument i2c_mux_gpio_probe() stackleak: instrument dev_uevent() stackleak: instrument dw_i3c_master_irq_handler() stackleak: instrument __ps2_command() stackleak: instrument xvcu_register_pll.constprop() stackleak: instrument cx2072x_reg_write() stackleak: instrument cx2072x_reg_read() stackleak: instrument fsl_sai_probe() stackleak: instrument cdns_i3c_master_interrupt() stackleak: instrument ZSTD_decompressMultiFrame() stackleak: instrument ZSTD_decompress() stackleak: instrument radeonfb_pci_suspend_late() stackleak: instrument logfc() stackleak: instrument ZSTD_getDictID_fromFrame() stackleak: instrument xvcu_probe() stackleak: instrument device_create() stackleak: instrument bh1770_lux_result_show() stackleak: instrument device_create_with_groups() stackleak: instrument ZSTD_compressBlock_lazy2_dedicatedDictSearch() stackleak: instrument ZSTD_createDStream() stackleak: instrument vfs_parse_fs_string() stackleak: instrument arizona_ldo1_of_get_pdata() stackleak: instrument ZSTD_decompressSequencesLong_default.constprop() stackleak: instrument ZSTD_createDStream_advanced() stackleak: instrument arizona_ldo1_common_init() stackleak: instrument da7213_probe() stackleak: instrument mem_cgroup_soft_limit_reclaim() stackleak: instrument dev_err_probe() stackleak: instrument radeonfb_set_par() stackleak: instrument __arm64_sys_fsconfig() stackleak: instrument __mem_cgroup_uncharge() stackleak: instrument __mem_cgroup_uncharge_list() stackleak: instrument w1_DS18B20_set_resolution() stackleak: instrument ZSTD_DCtx_refDDict() stackleak: instrument ZSTD_compressBlock_lazy_dedicatedDictSearch() stackleak: instrument of_parse_phandle() stackleak: instrument alarms_store() stackleak: instrument __power_supply_populate_supplied_from() stackleak: instrument mpi_tdiv_qr() stackleak: instrument ZSTD_estimateDStreamSize_fromFrame() stackleak: instrument i801_access() stackleak: instrument __power_supply_register() stackleak: instrument conv_time_store() stackleak: instrument lpuart_dma_shutdown() stackleak: instrument generic_remap_file_range_prep() stackleak: instrument i801_add_tco_spt.constprop() stackleak: instrument ZSTD_compressBlock_greedy_dedicatedDictSearch() stackleak: instrument i801_add_tco_cnl.constprop() stackleak: instrument power_supply_get_by_phandle() stackleak: instrument amd8111_access() stackleak: instrument i801_add_tco() stackleak: instrument w1_slave_show() stackleak: instrument digicolor_uart_console_setup() stackleak: instrument ZSTD_decompressStream() stackleak: instrument pps_get_ts() stackleak: instrument ZSTD_decompressStream_simpleArgs() stackleak: instrument pda_power_probe() stackleak: instrument bd70528_probe() stackleak: instrument parport_attach() stackleak: instrument dw_xdata_pcie_probe() stackleak: instrument power_supply_get_battery_info() stackleak: instrument pps_gpio_irq_handler() stackleak: instrument genwqe_ffdc_buff_read() stackleak: instrument parport_irq() stackleak: instrument power_supply_show_property() stackleak: instrument kobject_set_name() stackleak: instrument i740fb_set_par() stackleak: instrument occ_store_caps_user() stackleak: instrument w1_atoreg_num.constprop() stackleak: instrument camellia_setup128() stackleak: instrument edac_mc_alloc() stackleak: instrument w1_attach_slave_device() stackleak: instrument kobject_add() stackleak: instrument __twofish_setkey() stackleak: instrument SiS_SetGroup1() stackleak: instrument ZSTD_compressBlock_greedy_extDict() stackleak: instrument w1_slave_found() stackleak: instrument kobject_init_and_add() stackleak: instrument as3711_regulator_probe() stackleak: instrument camellia_setup256() stackleak: instrument arizona_micsupp_common_init() stackleak: instrument of_parse_phandle() stackleak: instrument edac_raw_mc_handle_error() stackleak: instrument zynqmp_clk_register_gate() stackleak: instrument radeonfb_bl_init() stackleak: instrument xgene_phy_probe() stackleak: instrument mtk_iommu_probe() stackleak: instrument piix4_probe() stackleak: instrument add_uevent_var() stackleak: instrument da7219_probe() stackleak: instrument edac_mc_handle_error() stackleak: instrument lpuart_start_rx_dma() stackleak: instrument userio_char_read() stackleak: instrument pci_endpoint_test_probe() stackleak: instrument tdfxfb_set_par() stackleak: instrument zs_page_migrate() stackleak: instrument vfio_basic_config_write() stackleak: instrument ti_tscadc_probe() stackleak: instrument cx25840_read() stackleak: instrument occ_setup() stackleak: instrument am335x_tsc_se_set_once() stackleak: instrument regmap_irq_sync_unlock() stackleak: instrument cx25840_set_fmt() stackleak: instrument eventfd_write() stackleak: instrument vt8623_pci_probe() stackleak: instrument neofb_set_par() stackleak: instrument lpuart_tx_dma_startup() stackleak: instrument zynqmp_clk_register_divider() stackleak: instrument eventfd_read() stackleak: instrument regmap_irq_thread() stackleak: instrument pci_endpoint_test_ioctl() stackleak: instrument ZSTD_compressBlock_lazy_extDict() stackleak: instrument cx25840_read4() stackleak: instrument zynqmp_clk_register_pll() stackleak: instrument xgene_phy_hw_init() stackleak: instrument mlxcpld_mux_select_chan() stackleak: instrument mlxcpld_mux_deselect() stackleak: instrument fsl_spdif_probe() stackleak: instrument zs_malloc() stackleak: instrument ics5342_set_freq() stackleak: instrument regmap_sccb_read() stackleak: instrument cast5_setkey() stackleak: instrument trace_event_raw_event_cma_alloc_class() stackleak: instrument ark_pci_probe() stackleak: instrument trace_event_raw_event_cma_release() stackleak: instrument trace_event_raw_event_cma_alloc_start() stackleak: instrument regmap_add_irq_chip_fwnode() stackleak: instrument xsdfec_table_write() stackleak: instrument set_input() stackleak: instrument vt8623fb_set_par() stackleak: instrument pps_cdev_pps_fetch.isra() stackleak: instrument vfio_device_fops_unl_ioctl() stackleak: instrument as3722_regulator_probe() stackleak: instrument clcdfb_of_get_dpi_panel_mode() stackleak: instrument vfio_config_init() stackleak: instrument pps_cdev_ioctl() stackleak: instrument perf_trace_cma_alloc_start() stackleak: instrument parse_elf_properties() stackleak: instrument zs_compact() stackleak: instrument perf_trace_cma_release() stackleak: instrument xsdfec_probe() stackleak: instrument pps_cdev_compat_ioctl() stackleak: instrument zynqmp_clk_register_mux() stackleak: instrument perf_trace_cma_alloc_class() stackleak: instrument total_mapping_size_test() stackleak: instrument vfio_pci_config_rw() stackleak: instrument camellia_set_key() stackleak: instrument i2c_mux_pinctrl_probe() stackleak: instrument vfio_group_fops_unl_ioctl() stackleak: instrument svc_i3c_master_do_daa_locked() stackleak: instrument trace_event_raw_event_locks_get_lock_context() stackleak: instrument max8925_power_probe() stackleak: instrument trace_event_raw_event_filelock_lock() stackleak: instrument clcdfb_of_init_display() stackleak: instrument parse_elf_properties.isra() stackleak: instrument trace_event_raw_event_filelock_lease() stackleak: instrument cma_alloc() stackleak: instrument trace_event_raw_event_leases_conflict() stackleak: instrument clcdfb_of_vram_setup() stackleak: instrument evtchn_read() stackleak: instrument vfio_unregister_group_dev() stackleak: instrument xsdfec_dev_ioctl() stackleak: instrument common_s_io_pin_config() stackleak: instrument trace_event_raw_event_generic_add_lease() stackleak: instrument gxt4500_check_var() stackleak: instrument et8ek8_i2c_buffered_write_regs() stackleak: instrument z3fold_reclaim_page.constprop() stackleak: instrument ds1511_rtc_probe() stackleak: instrument total_mapping_size_test() stackleak: instrument edac_device_alloc_ctl_info() stackleak: instrument evtchn_ioctl() stackleak: instrument ZSTD_compressBlock_lazy2_extDict() stackleak: instrument et8ek8_power_on() stackleak: instrument svc_i3c_master_do_daa() stackleak: instrument gxt4500_set_par() stackleak: instrument trace_event_raw_event_hwmon_attr_class() stackleak: instrument gxt4500_probe.part.0() stackleak: instrument et8ek8_registered() stackleak: instrument cirrusfb_copyarea() stackleak: instrument trace_event_raw_event_hwmon_attr_show_string() stackleak: instrument SiS_SetCRT2Group() stackleak: instrument cdns_i2c_master_xfer() stackleak: instrument sprd_tx_dma_config() stackleak: instrument ZSTD_compressBlock_btlazy2_extDict() stackleak: instrument cx25840_reset() stackleak: instrument et8ek8_set_ctrl() stackleak: instrument mpihelp_divrem() stackleak: instrument mt2701_init_clock() stackleak: instrument w1_add_master_device() stackleak: instrument xenfb_connect_backend() stackleak: instrument mcp794xx_set_alarm() stackleak: instrument ds1374_set_alarm() stackleak: instrument SiS_HandleDDC() stackleak: instrument load_elf_binary() stackleak: instrument ds1553_rtc_probe() stackleak: instrument __hwmon_device_register() stackleak: instrument p8_i2c_occ_getscom.constprop.isra() stackleak: instrument xenfb_refresh() stackleak: instrument w1_slave_show() stackleak: instrument map_get_value() stackleak: instrument perf_trace_hwmon_attr_class() stackleak: instrument bd71828_probe() stackleak: instrument perf_trace_hwmon_attr_show_string() stackleak: instrument cx25840_loadfw() stackleak: instrument zynqmp_register_clocks.isra() stackleak: instrument p8_i2c_occ_send_cmd() stackleak: instrument bd9571mwv_regulator_probe() stackleak: instrument ds1307_probe() stackleak: instrument ad9389b_dbg_dump_edid.constprop() stackleak: instrument sun9i_a80_mmc_config_clk_probe() stackleak: instrument i2c_dw_init_regmap() stackleak: instrument zynqmp_clock_probe() stackleak: instrument hwmon_notify_event() stackleak: instrument xilinxfb_of_probe() stackleak: instrument adp5061_probe() stackleak: instrument mctrl_gpio_set() stackleak: instrument da9052_regulator_probe() stackleak: instrument hci_cmd_v1_daa() stackleak: instrument fsl_rpmsg_probe() stackleak: instrument load_elf_binary() stackleak: instrument cx25840_s_sliced_fmt() stackleak: instrument i3c_master_rstdaa_locked() stackleak: instrument simplefb_probe() stackleak: instrument posix_lock_inode() stackleak: instrument sun9i_a80_cpus_setup() stackleak: instrument mpihelp_mul() stackleak: instrument arizona_dev_init() stackleak: instrument fsl_micfil_hw_params() stackleak: instrument axp20x_regulator_probe() stackleak: instrument i2c_dw_isr_slave() stackleak: instrument hci_cmd_v2_daa() stackleak: instrument i3c_master_setda_locked() /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap': /kisskb/src/drivers/xen/privcmd.c:253:29: note: userspace variable will be forcibly initialized 253 | struct privcmd_mmap mmapcmd; | ^~~~~~~ stackleak: instrument mpihelp_mul_karatsuba_case() /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_batch': /kisskb/src/drivers/xen/privcmd.c:452:33: note: userspace variable will be forcibly initialized 452 | struct mmap_batch_state state; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c:447:37: note: userspace variable will be forcibly initialized 447 | struct privcmd_mmapbatch_v2 m; | ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_dm_op': /kisskb/src/drivers/xen/privcmd.c:618:30: note: userspace variable will be forcibly initialized 618 | struct privcmd_dm_op kdata; | ^~~~~ stackleak: instrument locks_remove_flock() stackleak: instrument do_lock_file_wait() stackleak: instrument w1_f2d_readblock() stackleak: instrument act8945a_charger_probe() stackleak: instrument i2c_dw_isr() stackleak: instrument hci_dma_irq_handler() stackleak: instrument w1_f14_readblock() stackleak: instrument edac_device_create_sysfs() stackleak: instrument page_idle_clear_pte_refs_one() stackleak: instrument w1_f2d_write.constprop() stackleak: instrument da9055_regulator_probe() stackleak: instrument eeprom_write() stackleak: instrument w1_f14_write.constprop() stackleak: instrument i2c_dw_xfer() stackleak: instrument clkdev_create() stackleak: instrument eeprom_write() stackleak: instrument clkdev_hw_create() stackleak: instrument i3c_master_retrieve_dev_info() stackleak: instrument mpi_powm() stackleak: instrument __break_lease() stackleak: instrument privcmd_ioctl_mmap_batch.isra() stackleak: instrument store_current_governor() stackleak: instrument cirrusfb_set_par_foo() stackleak: instrument i3c_master_entdaa_locked() stackleak: instrument i3c_master_disec_locked() stackleak: instrument generic_setlease() stackleak: instrument i3c_master_enec_locked() stackleak: instrument fcntl_setlease() stackleak: instrument dt_init_idle_driver() stackleak: instrument i3c_master_defslvs_locked() stackleak: instrument ds1672_read_time() stackleak: instrument locks_lock_inode_wait() stackleak: instrument ds1685_rtc_probe() stackleak: instrument privcmd_ioctl() stackleak: instrument crypto_authenc_copy_assoc() stackleak: instrument memfd_fcntl() stackleak: instrument sun6i_a31_apb0_gates_clk_probe() stackleak: instrument ssd1307fb_probe() stackleak: instrument trace_event_raw_event_page_ref_mod_template() /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dirty_pages': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2924:58: note: userspace variable will be forcibly initialized 2924 | struct vfio_iommu_type1_dirty_bitmap_get range; | ^~~~~ stackleak: instrument ds2780_battery_probe() stackleak: instrument da9063_regulator_probe() stackleak: instrument trace_event_raw_event_page_ref_mod_and_test_template() stackleak: instrument crypto_authenc_esn_copy() stackleak: instrument vfio_wait() stackleak: instrument fcntl_getlk() stackleak: instrument perf_trace_page_ref_mod_and_test_template() stackleak: instrument adv7170_write_block.constprop() stackleak: instrument viommu_event_handler() stackleak: instrument i3c_master_register() stackleak: instrument cw_init() stackleak: instrument remap_pte_fn() stackleak: instrument mt2701_wm8960_machine_probe() stackleak: instrument led_compose_name() stackleak: instrument xen_xlate_remap_gfn_array() stackleak: instrument imx_audmux_probe() stackleak: instrument aat1290_led_probe() stackleak: instrument vaddr_get_pfns() stackleak: instrument __viommu_add_req() stackleak: instrument mt6360_led_probe() stackleak: instrument cw_bat_probe() stackleak: instrument cpu_device_create() stackleak: instrument fcntl_setlk() stackleak: instrument adv7175_write_block() stackleak: instrument ds1742_rtc_probe() stackleak: instrument fan53555_regulator_probe() stackleak: instrument i3c_master_add_i3c_dev_locked() stackleak: instrument trace_event_raw_event_i2c_write() stackleak: instrument cw_bat_work() stackleak: instrument ds2781_battery_probe() stackleak: instrument trace_event_raw_event_i2c_read() stackleak: instrument viommu_attach_dev() stackleak: instrument trace_event_raw_event_i2c_reply() stackleak: instrument trace_event_raw_event_i2c_result() stackleak: instrument meson_i2c_probe() stackleak: instrument locks_remove_posix() stackleak: instrument clk_divider_round_rate() stackleak: instrument divider_round_rate_parent() stackleak: instrument vfio_unmap_unpin() stackleak: instrument divider_ro_round_rate_parent() stackleak: instrument viommu_map() stackleak: instrument tty_read() stackleak: instrument ffa_version_check() stackleak: instrument __clk_hw_register_divider() stackleak: instrument cx25840_ir_irq_handler() stackleak: instrument ffa_id_get() stackleak: instrument i2c_default_probe() stackleak: instrument show_cons_active() stackleak: instrument ffa_msg_send_direct_req() stackleak: instrument cx25840_ir_probe() stackleak: instrument as3645a_v4l2_setup() stackleak: instrument ffa_mem_next_frag() stackleak: instrument fan53880_i2c_probe() stackleak: instrument ffa_memory_reclaim() stackleak: instrument viommu_probe() stackleak: instrument clk_range_test_multiple_set_range_rate_minimized() stackleak: instrument ffa_mem_first_frag() stackleak: instrument clk_range_test_multiple_disjoints_range() stackleak: instrument ffa_rxtx_map.constprop() stackleak: instrument ffa_rxtx_unmap.isra() stackleak: instrument fc0011_vcocal_read() stackleak: instrument ffa_rx_release.isra() stackleak: instrument as3645a_probe() stackleak: instrument __ffa_partition_info_get() stackleak: instrument e4000_set_params.part.0() stackleak: instrument __clk_hw_register_fixed_rate() stackleak: instrument mv64xxx_i2c_wait_for_completion() stackleak: instrument mtk_i2c_calculate_speed() stackleak: instrument ffa_partition_info_get() stackleak: instrument compat_tty_tiocsserial() stackleak: instrument ds278x_battery_probe() stackleak: instrument clk_range_test_multiple_set_range_rate_maximized() stackleak: instrument compat_tty_tiocgserial() stackleak: instrument __arm_ffa_fn_hvc() stackleak: instrument __arm_ffa_fn_smc() stackleak: instrument perf_trace_i2c_write() stackleak: instrument rockchip_i2s_probe() stackleak: instrument vfio_iommu_type1_detach_group() stackleak: instrument __clk_hw_register_fixed_factor() stackleak: instrument perf_trace_i2c_reply() stackleak: instrument __clk_hw_register_gate() stackleak: instrument fc0011_set_params() stackleak: instrument vfio_pin_pages_remote() stackleak: instrument scmi_base_protocol_init() stackleak: instrument opp_parse_supplies.constprop() stackleak: instrument eeprom_write() stackleak: instrument clk_test_init_with_ops() stackleak: instrument mtk_i2c_probe() stackleak: instrument _get_more_prng_bytes.constprop() stackleak: instrument new_device_store() stackleak: instrument trace_event_raw_event_clk_rate_range() stackleak: instrument i2c_detect.isra() stackleak: instrument tty_port_block_til_ready() stackleak: instrument dt_idle_pd_alloc() stackleak: instrument dt_idle_pd_init_topology() stackleak: instrument mv64xxx_i2c_probe() stackleak: instrument vfio_iommu_type1_pin_pages() stackleak: instrument trace_event_raw_event_scmi_xfer_begin() stackleak: instrument clk_orphan_transparent_single_parent_mux_test_init() stackleak: instrument trace_event_raw_event_scmi_xfer_response_wait() stackleak: instrument scmi_events_dispatcher() stackleak: instrument n_tty_write() stackleak: instrument adv7180_init_cfg() stackleak: instrument trace_event_raw_event_scmi_xfer_end() stackleak: instrument thunderx_lmc_threaded_isr() stackleak: instrument jent_entropy_init() stackleak: instrument gpio_regulator_probe() stackleak: instrument trace_event_raw_event_smbus_write() stackleak: instrument trace_event_raw_event_scmi_rx_done() stackleak: instrument trace_event_raw_event_smbus_read() stackleak: instrument _of_add_table_indexed() stackleak: instrument trace_event_raw_event_smbus_reply() stackleak: instrument dev_pm_opp_of_get_opp_desc_node() stackleak: instrument trace_event_raw_event_smbus_result() stackleak: instrument trace_event_raw_event_i2c_slave() stackleak: instrument _managed_opp() stackleak: instrument hi6421_regulator_probe() stackleak: instrument devm_kvasprintf() stackleak: instrument devm_kasprintf() stackleak: instrument _of_init_opp_table() stackleak: instrument s10_edac_dberr_handler() stackleak: instrument dev_pm_opp_of_find_icc_paths() stackleak: instrument tty_wait_until_sent() stackleak: instrument validate_parent_available() stackleak: instrument scmi_notify() stackleak: instrument i2c_new_dummy_device() stackleak: instrument of_led_get() stackleak: instrument mtk_i2c_transfer() stackleak: instrument vfio_iommu_type1_attach_group() stackleak: instrument clk_gate_register_test_parent_hw() stackleak: instrument devm_i2c_new_dummy_device() stackleak: instrument dev_pm_opp_of_get_sharing_cpus() stackleak: instrument get_s10_sdram_edac_resource() stackleak: instrument clk_gate_register_test_parent_data_legacy() stackleak: instrument of_get_required_opp_performance_state() stackleak: instrument i2c_new_ancillary_device() stackleak: instrument xgene_edac_soc_check() stackleak: instrument thunderx_l2c_probe() stackleak: instrument i2c_smbus_xfer_emulated() stackleak: instrument clk_gate_register_test_parent_data() stackleak: instrument get_memsize() stackleak: instrument led_classdev_register_ext() stackleak: instrument tty_ioctl() stackleak: instrument perf_trace_smbus_read() stackleak: instrument clk_gate_register_test_parent_names() stackleak: instrument clk_core_get() stackleak: instrument tty_set_termios() stackleak: instrument perf_trace_smbus_result() stackleak: instrument drbg_init_sym_kernel() stackleak: instrument store_fan_div() stackleak: instrument w83781d_probe() stackleak: instrument clk_gate_test_disable() stackleak: instrument n_tty_read() stackleak: instrument nmk_i2c_xfer() stackleak: instrument ocores_xfer_core() stackleak: instrument altr_edac_a10_device_add() stackleak: instrument xgene_edac_mc_check() stackleak: instrument platform_device_register_resndata.constprop() stackleak: instrument perf_trace_smbus_reply() stackleak: instrument mc_probe() stackleak: instrument trace_event_raw_event_clk_rate() stackleak: instrument clk_gate_register_test_dev() stackleak: instrument scmi_probe() stackleak: instrument trace_event_raw_event_clk_phase() stackleak: instrument perf_trace_smbus_write() stackleak: instrument trace_event_raw_event_clk_duty_cycle() stackleak: instrument clk_gate_test_hiword_enable() stackleak: instrument thunderx_ocx_probe() stackleak: instrument drbg_hash_df() stackleak: instrument trace_event_raw_event_clk() stackleak: instrument perf_trace_scmi_xfer_begin() stackleak: instrument xgene_edac_pmd_add() stackleak: instrument clk_gate_test_invert_enable() stackleak: instrument hi655x_regulator_probe() stackleak: instrument perf_trace_scmi_xfer_end() stackleak: instrument drbg_hash_hashgen() /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_dio_get_config': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:132:28: note: userspace variable will be forcibly initialized 132 | struct comedi_insn insn; | ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_dio_config': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:153:28: note: userspace variable will be forcibly initialized 153 | struct comedi_insn insn; | ^~~~ /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c: In function 'comedi_dio_bitfield2': /kisskb/src/drivers/comedi/kcomedilib/kcomedilib_main.c:169:28: note: userspace variable will be forcibly initialized 169 | struct comedi_insn insn; | ^~~~ stackleak: instrument clk_gate_test_enable() stackleak: instrument scmi_dev_domain_id() stackleak: instrument perf_trace_scmi_rx_done() stackleak: instrument bw_name_read() stackleak: instrument ocores_i2c_probe() stackleak: instrument clk_gate_test_hiword_disable() stackleak: instrument perf_trace_scmi_xfer_response_wait() stackleak: instrument tty_register_device_attr() stackleak: instrument opp_list_debug_create_link() stackleak: instrument comedi_dio_get_config() stackleak: instrument sbs_probe() stackleak: instrument comedi_dio_config() stackleak: instrument xgene_edac_l3_add() stackleak: instrument set_termios.part.0() stackleak: instrument trace_event_raw_event_clk_parent() stackleak: instrument clk_gate_test_invert_disable() stackleak: instrument comedi_dio_bitfield2() stackleak: instrument opp_debug_create_one() stackleak: instrument drbg_hmac_update() stackleak: instrument bcma_of_get_irq.part.0() stackleak: instrument scmi_clock_protocol_init() stackleak: instrument xgene_edac_soc_add() stackleak: instrument hi6421v530_regulator_probe() stackleak: instrument clk_calc_new_rates() stackleak: instrument drbg_hmac_generate() stackleak: instrument i2c_smbus_read_byte() stackleak: instrument sun4i_codec_probe() stackleak: instrument i2c_smbus_read_byte_data() stackleak: instrument i2c_smbus_write_byte_data() stackleak: instrument scmi_perf_protocol_init() stackleak: instrument ds3232_probe() stackleak: instrument xgene_edac_mc_add() stackleak: instrument sun8i_v3s_codec_create_card() stackleak: instrument i2c_smbus_read_word_data() stackleak: instrument scmi_fast_switch_possible() stackleak: instrument i2c_smbus_write_word_data() stackleak: instrument sun8i_a23_codec_create_card() stackleak: instrument i2c_smbus_read_block_data() stackleak: instrument scmi_dvfs_transition_latency_get() stackleak: instrument i2c_pca_pf_waitforcompletion() stackleak: instrument of_i2c_register_devices() stackleak: instrument i2c_smbus_write_block_data() stackleak: instrument drbg_hash_update() stackleak: instrument sun8i_h3_codec_create_card() stackleak: instrument i2c_smbus_read_i2c_block_data() stackleak: instrument sbs_get_constant_string() stackleak: instrument scmi_dvfs_device_opps_add() /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_chaninfo': /kisskb/src/drivers/comedi/comedi_fops.c:2899:32: note: userspace variable will be forcibly initialized 2899 | struct comedi_chaninfo chaninfo; | ^~~~~~~~ stackleak: instrument i2c_smbus_write_i2c_block_data() stackleak: instrument do_xfer() stackleak: instrument adv7511_dbg_dump_edid.constprop() /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_rangeinfo': /kisskb/src/drivers/comedi/comedi_fops.c:2923:33: note: userspace variable will be forcibly initialized 2923 | struct comedi_rangeinfo rangeinfo; | ^~~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_cmd': /kisskb/src/drivers/comedi/comedi_fops.c:3000:27: note: userspace variable will be forcibly initialized 3000 | struct comedi_cmd cmd; | ^~~ stackleak: instrument adv_smbus_read_byte_data() /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_cmdtest': stackleak: instrument do_xfer_with_response() /kisskb/src/drivers/comedi/comedi_fops.c:3025:27: note: userspace variable will be forcibly initialized 3025 | struct comedi_cmd cmd; | ^~~ stackleak: instrument i2c_smbus_read_i2c_block_data_or_emulated() stackleak: instrument tty_open() stackleak: instrument i2c_new_smbus_alert_device() stackleak: instrument tty_mode_ioctl() /kisskb/src/drivers/comedi/comedi_fops.c: In function 'compat_insn': /kisskb/src/drivers/comedi/drivers.c: In function 'insn_rw_emulate_bits': /kisskb/src/drivers/comedi/drivers.c:611:28: note: userspace variable will be forcibly initialized 611 | struct comedi_insn _insn; | ^~~~~ /kisskb/src/drivers/comedi/comedi_fops.c:3102:28: note: userspace variable will be forcibly initialized 3102 | struct comedi_insn insn; | ^~~~ stackleak: instrument i2c_setup_smbus_alert() stackleak: instrument of_dma_configure_id() stackleak: instrument adv7511_log_status() stackleak: instrument drbg_ctr_df() stackleak: instrument sun4i_i2s_probe() /kisskb/src/drivers/comedi/comedi_fops.c: In function 'comedi_unlocked_ioctl': /kisskb/src/drivers/comedi/comedi_fops.c:2253:36: note: userspace variable will be forcibly initialized 2253 | struct comedi_insn insn; | ^~~~ stackleak: instrument insn_rw_emulate_bits() /kisskb/src/drivers/comedi/comedi_fops.c:2229:40: note: userspace variable will be forcibly initialized 2229 | struct comedi_insnlist insnlist; | ^~~~~~~~ /kisskb/src/drivers/comedi/comedi_fops.c:2216:35: note: userspace variable will be forcibly initialized 2216 | struct comedi_cmd cmd; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c:2203:35: note: userspace variable will be forcibly initialized 2203 | struct comedi_cmd cmd; | ^~~ /kisskb/src/drivers/comedi/comedi_fops.c:2180:41: note: userspace variable will be forcibly initialized 2180 | struct comedi_rangeinfo it; | ^~ /kisskb/src/drivers/comedi/comedi_fops.c:2171:40: note: userspace variable will be forcibly initialized 2171 | struct comedi_chaninfo it; | ^~ stackleak: instrument __clk_hw_register_mux() stackleak: instrument sbs_probe() stackleak: instrument rt4505_probe() stackleak: instrument s3c24xx_i2c_xfer() stackleak: instrument perf_trace_clk_rate_range() stackleak: instrument bonding_attach() stackleak: instrument lp3972_i2c_probe() stackleak: instrument perf_trace_clk_rate() stackleak: instrument drbg_hash_process_addtl() stackleak: instrument w1_eprom_add_slave() stackleak: instrument perf_trace_clk_phase() stackleak: instrument n_tty_receive_buf_common() stackleak: instrument sbsm_probe() stackleak: instrument i2c_get_device_id() stackleak: instrument perf_trace_clk_duty_cycle() stackleak: instrument drbg_seed() stackleak: instrument wm8400_register_codec() stackleak: instrument perf_trace_clk_parent() stackleak: instrument fc0012_init() stackleak: instrument drbg_kcapi_seed() stackleak: instrument vfio_iommu_type1_ioctl() stackleak: instrument max96712_probe() stackleak: instrument bq27xxx_battery_update() stackleak: instrument fc0012_get_rf_strength() stackleak: instrument drbg_hash_generate() stackleak: instrument parse_iommu_maps() stackleak: instrument parse_gpio_compat() stackleak: instrument parse_pinctrl5() stackleak: instrument __clk_hw_register_composite() stackleak: instrument test_skcipher_speed() stackleak: instrument fc0012_set_params() stackleak: instrument of_fwnode_get_reference_args() stackleak: instrument drbg_kcapi_random() stackleak: instrument of_device_alloc() stackleak: instrument parse_interrupts() stackleak: instrument fc0012_attach() stackleak: instrument seq_buf_printf() stackleak: instrument __of_parse_phandle_with_args() stackleak: instrument of_parse_phandle() stackleak: instrument clk_composite_determine_rate() stackleak: instrument of_get_cpu_state_node() stackleak: instrument bcma_bus_scan() stackleak: instrument bq27xxx_battery_setup() stackleak: instrument multi_intensity_store() stackleak: instrument seq_buf_putmem_hex() stackleak: instrument of_platform_bus_create() stackleak: instrument of_fwnode_graph_get_remote_endpoint() stackleak: instrument cs_dsp_halo_configure_mpu() stackleak: instrument lp872x_probe() stackleak: instrument parse_gpios() stackleak: instrument parse_regulators() stackleak: instrument of_parse_phandle_with_args_map() stackleak: instrument parse_gpio() stackleak: instrument test_ahash_speed_common() stackleak: instrument of_count_phandle_with_args() stackleak: instrument seq_buf_hex_dump() stackleak: instrument parse_clocks() stackleak: instrument parse_interconnects() stackleak: instrument parse_iommus() stackleak: instrument lp872x_regulator_enable_time() stackleak: instrument apple_dart_attach_dev() stackleak: instrument parse_pinctrl6() stackleak: instrument parse_pinctrl7() stackleak: instrument parse_pinctrl8() stackleak: instrument parse_remote_endpoint() stackleak: instrument __ldsem_down_read_nested() stackleak: instrument parse_pwms() stackleak: instrument parse_resets() stackleak: instrument fc0013_init() stackleak: instrument parse_leds() stackleak: instrument parse_backlight() stackleak: instrument parse_mboxes() stackleak: instrument of_alias_scan() stackleak: instrument parse_io_channels() stackleak: instrument parse_interrupt_parent() stackleak: instrument fc0013_get_rf_strength() stackleak: instrument parse_dmas() stackleak: instrument __ldsem_down_write_nested() stackleak: instrument parse_power_domains() stackleak: instrument i2c_parport_attach() stackleak: instrument parse_hwlocks() stackleak: instrument of_find_next_cache_node() stackleak: instrument unflatten_dt_nodes() stackleak: instrument parse_extcon() stackleak: instrument parse_nvmem_cells() stackleak: instrument parse_phys() stackleak: instrument parse_wakeup_parent() stackleak: instrument parse_pinctrl0() stackleak: instrument of_map_id() stackleak: instrument parse_pinctrl1() stackleak: instrument parse_pinctrl2() stackleak: instrument test_mb_aead_speed.constprop() stackleak: instrument parse_pinctrl3() stackleak: instrument da9052_bat_probe() stackleak: instrument parse_pinctrl4() stackleak: instrument rockchip_i2s_tdm_probe() stackleak: instrument mlxreg_hotplug_udev_event_send.isra() stackleak: instrument scmi_reset_protocol_init() stackleak: instrument lp87565_regulator_probe() stackleak: instrument put_compat_cmd() stackleak: instrument mlxreg_hotplug_device_create.isra() stackleak: instrument cs_dsp_parse_coeff() stackleak: instrument bcm6328_leds_probe() stackleak: instrument mbox_request_channel() stackleak: instrument test_aead_speed.constprop() stackleak: instrument rpmsg_dev_probe() stackleak: instrument lp873x_regulator_probe() stackleak: instrument fc0013_set_params() stackleak: instrument cs_dsp_halo_setup_algs() stackleak: instrument fc0013_rc_cal_add() stackleak: instrument mlxreg_hotplug_work_handler() stackleak: instrument do_devinfo_ioctl() stackleak: instrument of_hwspin_lock_get_id() stackleak: instrument max14577_regulator_probe() stackleak: instrument lp8755_probe() stackleak: instrument hym8563_probe() stackleak: instrument scmi_power_protocol_init() stackleak: instrument adv_smbus_read_byte_data() stackleak: instrument cs_dsp_adsp2_setup_algs() stackleak: instrument of_graph_get_remote_endpoint() stackleak: instrument test_mb_skcipher_speed() stackleak: instrument get_compat_cmd() stackleak: instrument clk_hw_register_fractional_divider() stackleak: instrument of_graph_get_remote_port_parent() stackleak: instrument of_graph_get_remote_port() stackleak: instrument of_graph_get_remote_node() stackleak: instrument mlxreg_hotplug_probe() stackleak: instrument cs_dsp_load() stackleak: instrument taos_smbus_xfer() stackleak: instrument adv7842_log_infoframes() stackleak: instrument adv7842_delayed_work_enable_hotplug() stackleak: instrument rkvdec_vp9_done() stackleak: instrument do_devconfig_ioctl() stackleak: instrument adv7842_dummy_client.constprop() stackleak: instrument adv76xx_log_infoframes() stackleak: instrument disable_input() stackleak: instrument taos_connect() stackleak: instrument find_and_set_predefined_video_timings() stackleak: instrument clk_core_set_rate_nolock() stackleak: instrument i2c_new_slave_host_notify_device() stackleak: instrument cs_dsp_load_coeff() stackleak: instrument mtk_rpmsg_create_ept() /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links32': /kisskb/src/drivers/media/mc/mc-device.c:496:33: note: userspace variable will be forcibly initialized 496 | struct media_links_enum links; | ^~~~~ stackleak: instrument xtfpga_pcm_refill_fifo() stackleak: instrument comedi_buf_alloc() stackleak: instrument max77620_regulator_probe() stackleak: instrument clk_register_gpio() stackleak: instrument cs_dsp_adsp1_power_up() stackleak: instrument adv7842_query_dv_timings() stackleak: instrument comedi_write() stackleak: instrument clk_mux_determine_rate_flags() stackleak: instrument fsi_i2c_xfer() stackleak: instrument media_device_ioctl() stackleak: instrument waveform_ai_timer() stackleak: instrument __of_translate_address() stackleak: instrument max77620_of_parse_cb() stackleak: instrument __of_get_dma_parent() stackleak: instrument fan_auto_channel_store() stackleak: instrument adv7842_rewrite_i2c_addresses() stackleak: instrument of_clk_set_defaults() stackleak: instrument rproc_find_carveout_by_name() stackleak: instrument clk_hw_round_rate() stackleak: instrument m41t80_probe() stackleak: instrument clk_round_rate() stackleak: instrument adv76xx_set_edid() stackleak: instrument mt8192_afe_irq_handler() stackleak: instrument media_device_enum_links() stackleak: instrument rkvdec_h264_run() stackleak: instrument rproc_mem_entry_init() stackleak: instrument irq_find_matching_fwnode() stackleak: instrument media_device_compat_ioctl() stackleak: instrument set_rgb_quantization_range() stackleak: instrument applnco_probe() stackleak: instrument __of_get_address() stackleak: instrument max77650_regulator_probe() stackleak: instrument adv7842_setup_format() stackleak: instrument __of_address_to_resource() stackleak: instrument max17042_probe() stackleak: instrument rkvdec_vp9_run() stackleak: instrument rproc_handle_vdev() stackleak: instrument cs_dsp_halo_bus_error() stackleak: instrument i2c_mux_add_adapter() stackleak: instrument scmi_sensors_protocol_init() stackleak: instrument i2c_mux_del_adapters() stackleak: instrument of_irq_parse_raw() stackleak: instrument __zstd_compress() stackleak: instrument enable_input() stackleak: instrument rproc_of_resm_mem_entry_init() stackleak: instrument platform_device_register_resndata.constprop() stackleak: instrument of_pci_range_parser_one() stackleak: instrument media_device_get_topology() stackleak: instrument zstd_comp_init() stackleak: instrument irq_of_parse_and_map() stackleak: instrument of_iomap() stackleak: instrument of_irq_get() stackleak: instrument scmi_hwmon_probe() stackleak: instrument of_io_request_and_map() stackleak: instrument framebuffer_probe() stackleak: instrument cacheinfo_cpu_online() stackleak: instrument media_device_register_entity() stackleak: instrument lt3651_charger_probe() stackleak: instrument of_irq_count() stackleak: instrument adv7842_irq_enable() stackleak: instrument of_dma_get_range() stackleak: instrument gpio_charger_probe() stackleak: instrument trace_event_raw_event_snd_soc_dapm_connected() stackleak: instrument edid_write_vga_segment() stackleak: instrument w1_f19_i2c_master_transfer() stackleak: instrument of_msi_map_get_device_domain() stackleak: instrument comedi_unlocked_ioctl() stackleak: instrument fwnode_find_reference() stackleak: instrument of_msi_get_domain() stackleak: instrument virtio_i2c_prepare_reqs() stackleak: instrument scmi_voltage_protocol_init() stackleak: instrument mbox_test_message_read() stackleak: instrument adv7842_isr() stackleak: instrument virtio_i2c_probe() stackleak: instrument max17042_init_worker() stackleak: instrument comedi_compat_ioctl() stackleak: instrument pl172_probe() stackleak: instrument of_parse_phandle() stackleak: instrument m88rs6000t_get_rf_strength() stackleak: instrument snd_rk_mc_probe() stackleak: instrument adv76xx_probe() stackleak: instrument of_reserved_mem_device_init_by_idx() stackleak: instrument smcwd_probe() stackleak: instrument max2165_read_reg.isra() stackleak: instrument comedi_read() stackleak: instrument ntty_cflags_changed() stackleak: instrument adv76xx_s_dv_timings() stackleak: instrument perf_trace_snd_soc_dapm_path() stackleak: instrument cedrus_device_run() stackleak: instrument adv7842_s_dv_timings() stackleak: instrument extcon_sync.part.0() stackleak: instrument trace_event_raw_event_snd_soc_dapm_widget() stackleak: instrument max8649_regulator_probe() stackleak: instrument max2165_set_params() stackleak: instrument of_clk_get_hw() stackleak: instrument of_clk_get() stackleak: instrument ntty_ioctl() stackleak: instrument of_clk_get_by_name() stackleak: instrument trace_event_raw_event_snd_soc_card() stackleak: instrument adv76xx_isr() stackleak: instrument mc44s803_set_params() stackleak: instrument max14656_probe() stackleak: instrument of_clk_get_parent_name() stackleak: instrument max2165_init() stackleak: instrument trace_event_raw_event_snd_soc_jack_report() stackleak: instrument edid_write_hdmi_segment() stackleak: instrument max8660_pdata_from_dt() stackleak: instrument fwnode_connection_find_match() stackleak: instrument mc44s803_init() stackleak: instrument trace_event_raw_event_snd_soc_dapm_basic() stackleak: instrument mc44s803_attach() stackleak: instrument trace_event_raw_event_snd_soc_jack_notify() stackleak: instrument adt7470_update_device.isra() stackleak: instrument max8660_probe() stackleak: instrument of_resolve_phandles() stackleak: instrument trace_event_raw_event_snd_soc_jack_irq() stackleak: instrument trace_event_raw_event_snd_soc_dapm_walk_done() stackleak: instrument adv76xx_query_dv_timings() stackleak: instrument aspeed_pwm_tacho_probe() stackleak: instrument trace_event_raw_event_snd_soc_dapm_path() stackleak: instrument timer_store() stackleak: instrument max14577_muic_probe() stackleak: instrument bcma_chipco_watchdog_register() stackleak: instrument adv76xx_log_status() stackleak: instrument exynos_ppmu_get_event() stackleak: instrument adv7842_s_sdp_io() stackleak: instrument scpi_hwmon_probe() stackleak: instrument mlxreg_lc_probe() stackleak: instrument devfreq_summary_show() stackleak: instrument MT2063_ChooseFirstIF() stackleak: instrument perf_trace_snd_soc_card() stackleak: instrument qcom_glink_tx() stackleak: instrument exynos_ppmu_v2_get_event() stackleak: instrument perf_trace_snd_soc_dapm_widget() stackleak: instrument mt2063_read() stackleak: instrument perf_trace_snd_soc_jack_notify() stackleak: instrument trace_event_raw_event_devfreq_frequency() stackleak: instrument __qcom_glink_send() stackleak: instrument mt2063_write() stackleak: instrument perf_trace_snd_soc_jack_report() stackleak: instrument trace_event_raw_event_devfreq_monitor() stackleak: instrument bd71837_clk_probe() stackleak: instrument max8925_regulator_probe() stackleak: instrument qcom_glink_send_open_req() stackleak: instrument qcom_glink_ssr_notifier_call() stackleak: instrument max8998_get_voltage_sel() stackleak: instrument adt7475_probe() stackleak: instrument rproc_trace_read() stackleak: instrument adv7842_s_ctrl() stackleak: instrument mc13783_regulator_probe() stackleak: instrument rproc_coredump_read() stackleak: instrument governor_store() stackleak: instrument rproc_name_read() stackleak: instrument max20086_parse_regulators_dt() stackleak: instrument extcon_get_edev_by_phandle() stackleak: instrument max20086_i2c_probe() stackleak: instrument perf_trace_devfreq_frequency() stackleak: instrument max8998_battery_probe() stackleak: instrument da9052_tsi_show() stackleak: instrument rproc_coredump_write() stackleak: instrument bq24190_register_vbus_regulator() stackleak: instrument perf_trace_devfreq_monitor() stackleak: instrument MT2063_Tune.part.0() stackleak: instrument bm1880_clk_probe() stackleak: instrument qcom_glink_native_intr() stackleak: instrument max77693_charger_probe() stackleak: instrument max8998_pmic_probe() stackleak: instrument wm8350_irq() stackleak: instrument __media_pipeline_start() stackleak: instrument snd_soc_cnew() stackleak: instrument max8998_set_voltage_buck_sel() stackleak: instrument vli_mmod_special() stackleak: instrument devfreq_set_target() stackleak: instrument qcom_glink_work() stackleak: instrument snd_soc_add_card_controls() stackleak: instrument rproc_coredump() stackleak: instrument qcom_glink_create_ept() stackleak: instrument vli_mmod_special2() stackleak: instrument devfreq_update_target() stackleak: instrument show_dram() stackleak: instrument essiv_aead_setkey.part.0() stackleak: instrument __ecc_is_key_valid() stackleak: instrument show_vendor() stackleak: instrument select_input() stackleak: instrument rproc_coredump_using_sections() stackleak: instrument show_refresh() stackleak: instrument mtk_smi_device_link_common() stackleak: instrument essiv_skcipher_setkey() stackleak: instrument brcmstb_dpfe_download_firmware() stackleak: instrument mt6359_accdet_parse_dt() stackleak: instrument zynqmp_firmware_probe() stackleak: instrument tps65217_charger_probe() stackleak: instrument scpi_dev_domain_id() stackleak: instrument store_refresh() stackleak: instrument snd_soc_add_dai_controls() stackleak: instrument blinkm_probe() stackleak: instrument show_info() stackleak: instrument vli_mmod_barrett() stackleak: instrument check_msr_delta() stackleak: instrument of_parse_phandle.constprop() stackleak: instrument bq24190_probe() stackleak: instrument mc13892_regulator_probe() stackleak: instrument mhu_db_probe() stackleak: instrument pop_dbg() stackleak: instrument max6900_rtc_set_time() stackleak: instrument ucs1002_probe() stackleak: instrument max6900_rtc_read_time() stackleak: instrument dapm_find_widget() stackleak: instrument fwtty_proc_show_port() stackleak: instrument of_parse_phandle.constprop() stackleak: instrument fwtty_get_icount() stackleak: instrument snd_soc_of_parse_audio_simple_widgets() stackleak: instrument smb347_interrupt() stackleak: instrument glink_rpm_probe() stackleak: instrument scpi_clk_get_range() stackleak: instrument dsu_pmu_device_probe() stackleak: instrument snd_soc_of_parse_aux_devs() stackleak: instrument _cedrus_write_ref_list.isra() stackleak: instrument mt6311_i2c_probe() stackleak: instrument mp8859_i2c_probe() stackleak: instrument bq24257_probe() stackleak: instrument fwtty_ioctl() stackleak: instrument scpi_probe() stackleak: instrument scpi_sensor_get_info() stackleak: instrument snd_soc_daifmt_parse_format() stackleak: instrument dsu_pmu_validate_group() stackleak: instrument devfreq_add_device.part.0() stackleak: instrument adv7842_core_init() stackleak: instrument cedrus_write_frame_list() stackleak: instrument snd_soc_daifmt_parse_clock_provider_raw() stackleak: instrument scpi_dvfs_get_info() stackleak: instrument scpi_dvfs_add_opps_to_device() stackleak: instrument mcp16502_probe() stackleak: instrument snd_soc_of_get_dai_name() stackleak: instrument cci_pmu_event_init() stackleak: instrument scpi_dvfs_get_transition_latency() stackleak: instrument snd_soc_dapm_add_path() stackleak: instrument devfreq_get_devfreq_by_phandle() stackleak: instrument snd_soc_of_get_dai_link_codecs() stackleak: instrument mp5416_i2c_probe() stackleak: instrument crosslink_setup_req_ids() stackleak: instrument snd_soc_dapm_add_route() stackleak: instrument mt8195_afe_irq_handler() stackleak: instrument tad_pmu_probe() stackleak: instrument fwtty_stats_show() stackleak: instrument mt6360_regulator_probe() stackleak: instrument adv7842_command_ram_test() stackleak: instrument trace_event_raw_event_arm_event() stackleak: instrument trace_event_raw_event_aer_event() stackleak: instrument svc_thread_cmd_data_claim() stackleak: instrument vli_mmod_fast.isra() stackleak: instrument trace_event_raw_event_memory_failure_event() stackleak: instrument vli_mod_mult_fast() stackleak: instrument qthread_fn() stackleak: instrument devfreq_event_get_edev_by_phandle() stackleak: instrument vli_mod_square_fast() stackleak: instrument cdce706_divider_round_rate() stackleak: instrument smb347_probe() stackleak: instrument xycz_add() stackleak: instrument svc_normal_to_secure_thread() stackleak: instrument fwtty_break_ctl() stackleak: instrument xycz_add_c() stackleak: instrument cedrus_h265_frame_info_write_single() stackleak: instrument trace_event_raw_event_non_standard_event() stackleak: instrument bd9576_wdt_probe() stackleak: instrument adv7842_probe() stackleak: instrument snd_soc_dapm_del_route.isra() stackleak: instrument pfuze100_regulator_probe() stackleak: instrument trace_event_raw_event_mc_event() stackleak: instrument ecc_point_double_jacobian() stackleak: instrument cdce925_regmap_i2c_read() stackleak: instrument goldfish_pipe_read_write() stackleak: instrument max77686_rtc_stop_alarm() stackleak: instrument adv7842_cp_log_status() stackleak: instrument curve25519_compute_value() stackleak: instrument max77686_rtc_start_alarm() stackleak: instrument switchtec_ntb_add() stackleak: instrument fwserial_add_peer() stackleak: instrument perf_trace_aer_event() stackleak: instrument bd9995x_get_chip_state() stackleak: instrument cdce706_probe() stackleak: instrument perf_trace_non_standard_event() stackleak: instrument anybuss_host_common_probe() stackleak: instrument rproc_elf_load_segments() stackleak: instrument rproc_virtio_find_vqs() stackleak: instrument bd9995x_fw_probe() stackleak: instrument perf_trace_mc_event() stackleak: instrument vli_mod_inv.part.0() stackleak: instrument cedrus_h265_setup() stackleak: instrument cec_open() stackleak: instrument check_channel_list.part.0() stackleak: instrument bd9995x_hw_init() stackleak: instrument cec_receive_msg() stackleak: instrument cdce925_probe() stackleak: instrument bd9995x_probe() stackleak: instrument vli_mmod_slow() stackleak: instrument number() stackleak: instrument cec_post_state_event() stackleak: instrument vli_mod_mult_slow() stackleak: instrument bd9995x_irq_handler_thread() stackleak: instrument cec_queue_pin_cec_event() stackleak: instrument dapm_seq_run() stackleak: instrument cec_queue_pin_hpd_event() stackleak: instrument cec_queue_pin_5v_event() stackleak: instrument ecc_point_add() stackleak: instrument cec_thread_func() stackleak: instrument dpcm_add_paths.isra() stackleak: instrument mt8183_da7219_max98357_dev_probe() stackleak: instrument ecc_point_mult() stackleak: instrument tps6507x_i2c_write_device() stackleak: instrument tps6507x_i2c_read_device() stackleak: instrument gpio_led_probe() stackleak: instrument dpcm_state_read_file() stackleak: instrument stm_assign_first_policy() stackleak: instrument ip6_compressed_string() stackleak: instrument mt2032_set_if_freq.isra() stackleak: instrument pv88090_i2c_probe() stackleak: instrument stm_source_link_store() stackleak: instrument ip4_addr_string() stackleak: instrument pv88080_i2c_probe() stackleak: instrument ecc_point_mult_shamir() /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_user_read': /kisskb/src/drivers/fsi/fsi-sbefifo.c:813:22: note: userspace variable will be forcibly initialized 813 | struct iovec resp_iov; | ^~~~~~~~ stackleak: instrument ip6_addr_string() stackleak: instrument scp_ipi_send() stackleak: instrument stm_char_write() stackleak: instrument ecc_gen_privkey() stackleak: instrument cec_config_log_addr() stackleak: instrument microtune_attach() stackleak: instrument cec_ioctl() stackleak: instrument ecc_is_pubkey_valid_partial() stackleak: instrument __soc_pcm_hw_params() stackleak: instrument dentry_name() stackleak: instrument dapm_power_widgets() stackleak: instrument stm_char_ioctl() stackleak: instrument symbol_string() stackleak: instrument ecc_make_pub_key() stackleak: instrument cec_config_thread_func() stackleak: instrument pwm_regulator_probe() stackleak: instrument cec_feature_abort_reason.isra() stackleak: instrument ip4_addr_string_sa() stackleak: instrument xa_load() stackleak: instrument dmaengine_pcm_hw_params() stackleak: instrument __xa_erase() stackleak: instrument crypto_ecdh_shared_secret() stackleak: instrument __nvmem_cell_entry_write() stackleak: instrument __xa_store() stackleak: instrument dmaengine_pcm_open() stackleak: instrument hex_string() stackleak: instrument __xa_cmpxchg() stackleak: instrument mux_get.isra() stackleak: instrument __xa_insert() stackleak: instrument bitmap_list_string.constprop() stackleak: instrument attiny_i2c_probe() stackleak: instrument omap_mbox_probe() stackleak: instrument xa_store_range() stackleak: instrument sbefifo_probe() stackleak: instrument xa_get_order() stackleak: instrument v4l2_fwnode_endpoint_parse_csi2_bus() stackleak: instrument ip6_addr_string_sa() stackleak: instrument __sbefifo_submit() stackleak: instrument cec_received_msg_ts() stackleak: instrument __xa_alloc() stackleak: instrument sbefifo_user_read() stackleak: instrument rohm_regulator_set_dvs_levels() stackleak: instrument __xa_set_mark() stackleak: instrument pv88060_i2c_probe() stackleak: instrument sbefifo_submit() stackleak: instrument __xa_clear_mark() stackleak: instrument dpcm_be_disconnect() stackleak: instrument scp_ipi_handler() stackleak: instrument mbox_interrupt() stackleak: instrument fourcc_string() stackleak: instrument nvmem_register() stackleak: instrument mt8192_mt6359_dev_probe() stackleak: instrument xa_get_mark() stackleak: instrument xa_set_mark() stackleak: instrument of_nvmem_device_get() stackleak: instrument xa_clear_mark() stackleak: instrument xa_find() stackleak: instrument gpio_fan_probe() stackleak: instrument snd_soc_dapm_put_volsw() stackleak: instrument tps51632_probe() stackleak: instrument of_nvmem_cell_get() stackleak: instrument rt4801_probe() stackleak: instrument mt8192_mt6359_init() stackleak: instrument rsu_send_msg() stackleak: instrument snd_soc_new_compress() stackleak: instrument xa_find_after() stackleak: instrument trace_event_raw_event_fsi_master_read() stackleak: instrument trace_event_raw_event_fsi_master_break() stackleak: instrument snd_soc_dapm_put_enum_double() stackleak: instrument trace_event_raw_event_fsi_slave_init() stackleak: instrument v4l2_async_nf_parse_fwnode_endpoints() stackleak: instrument check_channel_list.part.0() stackleak: instrument rt5190a_probe() stackleak: instrument trace_event_raw_event_fsi_slave_invalid_cfam() stackleak: instrument lm3530_init_registers() stackleak: instrument time64_str() stackleak: instrument clk_pwm_probe() stackleak: instrument trace_event_raw_event_fsi_dev_init() stackleak: instrument v4l2_async_register_subdev_sensor() stackleak: instrument ntxec_set_time() stackleak: instrument xa_extract() stackleak: instrument xa_delete_node() stackleak: instrument mac_address_string() stackleak: instrument nvmem_device_cell_read() stackleak: instrument xa_destroy() stackleak: instrument max77686_clk_probe() stackleak: instrument nvmem_device_cell_write() stackleak: instrument trace_event_raw_event_fsi_master_write() stackleak: instrument rtq2134_probe() stackleak: instrument rt6160_probe() stackleak: instrument __ziirave_firm_write_pkt.isra() stackleak: instrument dbg_show() stackleak: instrument trace_event_raw_event_fsi_master_rw_result() stackleak: instrument max8998_rtc_read_alarm() stackleak: instrument is31fl32xx_probe() stackleak: instrument uuid_string() stackleak: instrument scp_start() stackleak: instrument snd_soc_dapm_new_dai() stackleak: instrument mc13xxx_add_subdevice_pdata.isra() stackleak: instrument dapm_kcontrol_data_alloc.constprop() stackleak: instrument max9485_i2c_probe() stackleak: instrument ziirave_wdt_sysfs_store_firm() stackleak: instrument mc13xxx_adc_do_conversion() stackleak: instrument perf_trace_fsi_master_read() stackleak: instrument ntb_msi_init() stackleak: instrument perf_trace_fsi_master_write() stackleak: instrument ntb_msi_setup_mws() stackleak: instrument dpcm_fe_dai_open() stackleak: instrument fw_cfg_sysfs_probe() stackleak: instrument scp_get() stackleak: instrument perf_trace_fsi_master_rw_result() stackleak: instrument device_node_string() stackleak: instrument snd_soc_dapm_new_dai_widgets() stackleak: instrument rtmv20_properties_init() stackleak: instrument trace_event_raw_event_siox_set_data() stackleak: instrument trace_event_raw_event_siox_get_data() stackleak: instrument rtmv20_probe() stackleak: instrument hdmi_dai_probe() stackleak: instrument soc_new_pcm() stackleak: instrument hdmi_codec_prepare() stackleak: instrument pru_rproc_probe() stackleak: instrument gnss_read() stackleak: instrument hdmi_codec_hw_params() stackleak: instrument resource_string.isra() stackleak: instrument num_to_str() stackleak: instrument ti_sci_probe() stackleak: instrument nau8824_hw_params() stackleak: instrument device_add_store() stackleak: instrument axg_card_add_link() stackleak: instrument hi6220_mbox_interrupt() stackleak: instrument rtq6752_probe() stackleak: instrument perf_trace_siox_set_data() stackleak: instrument pru_rproc_start() stackleak: instrument hi655x_clk_probe() stackleak: instrument perf_trace_siox_get_data() stackleak: instrument mt8195_dai_etdm_parse_of() stackleak: instrument vsnprintf() stackleak: instrument k3_dsp_rproc_probe() stackleak: instrument soc_dpcm_fe_runtime_update.part.0() stackleak: instrument coresight_get_cpu() stackleak: instrument va_format.constprop() stackleak: instrument s2mpa01_pmic_probe() stackleak: instrument mt2266_set_params() stackleak: instrument mtk_dai_etdm_mclk_configure() stackleak: instrument coresight_get_platform_data() stackleak: instrument snprintf() stackleak: instrument scnprintf() stackleak: instrument mt2266_attach() stackleak: instrument sprintf() stackleak: instrument ina3221_probe() stackleak: instrument fsi_master_scan() stackleak: instrument ucb1400_core_probe() stackleak: instrument siox_poll_thread() stackleak: instrument pdc_probe() stackleak: instrument cec_notifier_parse_hdmi_phandle() stackleak: instrument handle_remove() stackleak: instrument cfam_write() stackleak: instrument vbin_printf() stackleak: instrument pdc_tasklet_cb() stackleak: instrument devtmpfs_work_loop() stackleak: instrument slg51000_irq_handler() stackleak: instrument ina3221_read() stackleak: instrument devtmpfs_create_node() stackleak: instrument devtmpfs_delete_node() stackleak: instrument mtk_dai_etdm_configure() stackleak: instrument pem_probe() stackleak: instrument pdc_startup() stackleak: instrument mux_mmio_probe() stackleak: instrument pem_update_device.isra() stackleak: instrument slg51000_i2c_probe() stackleak: instrument bprintf() stackleak: instrument sirf_set_active() stackleak: instrument hi846_read_reg() stackleak: instrument imx208_identify_module.part.0() stackleak: instrument lm3692x_probe() stackleak: instrument _adapt_coef_probs() stackleak: instrument otp_read() stackleak: instrument pdc_send_data() stackleak: instrument peci_device_create() stackleak: instrument s2mps11_pmic_probe() stackleak: instrument hi846_probe() stackleak: instrument scpi_clocks_probe() stackleak: instrument scmi_clocks_probe() stackleak: instrument vsscanf() stackleak: instrument sscanf() stackleak: instrument ntb_transport_probe() stackleak: instrument s5m8767_pmic_probe() stackleak: instrument trace_event_raw_event_vb2_event_class() stackleak: instrument kvasprintf() stackleak: instrument kvasprintf_const() stackleak: instrument kasprintf() stackleak: instrument hi846_start_streaming() stackleak: instrument ntb_transport_link_work() stackleak: instrument tool_peer_spad_read() stackleak: instrument hi846_set_ctrl() stackleak: instrument __prepare_dmabuf.constprop() stackleak: instrument tool_fn_read() stackleak: instrument stpmic1_regulator_probe() stackleak: instrument of_parse_phandle() stackleak: instrument ti_sci_get_by_phandle() stackleak: instrument tool_inmsg_read() stackleak: instrument tool_spad_read() stackleak: instrument __prepare_userptr.constprop() stackleak: instrument pcf2127_probe.constprop() stackleak: instrument sy8106a_i2c_probe() stackleak: instrument v4l2_m2m_cancel_job() stackleak: instrument imx214_entity_init_cfg() stackleak: instrument exynos_bus_probe() stackleak: instrument tool_peer_link_event_write() stackleak: instrument cmdq_task_exec_done() stackleak: instrument das800_interrupt() stackleak: instrument k3_r5_rproc_prepare() stackleak: instrument lm3697_probe() stackleak: instrument tool_msg_event_write() stackleak: instrument pcf2127_rtc_irq() stackleak: instrument imx214_probe() stackleak: instrument pl031_stv2_tm_to_time.constprop() stackleak: instrument ntb_transport_create_queue() stackleak: instrument mxl301rf_get_rf_strength() stackleak: instrument tool_db_event_write() stackleak: instrument v4l2_vp9_adapt_noncoef_probs() stackleak: instrument tool_port_read() stackleak: instrument allegro_encode_config_blob() stackleak: instrument sy7636a_regulator_probe() stackleak: instrument mxl301rf_set_params() stackleak: instrument rv3029_read_alarm() stackleak: instrument lp50xx_probe() stackleak: instrument v4l2_m2m_suspend() stackleak: instrument cmdq_mbox_flush() stackleak: instrument tool_mw_trans_write() stackleak: instrument imx258_probe() stackleak: instrument lp5521_update_program_memory() stackleak: instrument tool_mw_trans_read() stackleak: instrument imx290_entity_init_cfg() stackleak: instrument lp55xx_register_leds() stackleak: instrument das16_cmd_exec() stackleak: instrument sy8824_i2c_probe() stackleak: instrument tool_peer_port_read() stackleak: instrument list_sort() stackleak: instrument vb2_core_create_bufs() stackleak: instrument k3_r5_core_of_init() stackleak: instrument lp55xx_of_populate_pdata() stackleak: instrument imx290_probe() stackleak: instrument mt8195_mt6359_init() stackleak: instrument rv3029_probe.constprop() stackleak: instrument allegro_channel_eos_event() stackleak: instrument flexrm_new_request.constprop() stackleak: instrument rv3032_eeprom_write() stackleak: instrument nal_h264_write_sps() stackleak: instrument timestamp0_show() stackleak: instrument nal_h264_read_sps() stackleak: instrument mt8195_mt6359_rt1011_rt5682_dev_probe() stackleak: instrument nal_h264_write_pps() stackleak: instrument nal_h264_read_pps() stackleak: instrument lp8860_probe() stackleak: instrument occ_probe() stackleak: instrument nal_h264_write_filler() stackleak: instrument nal_h264_read_filler() stackleak: instrument rv3032_probe() stackleak: instrument vb2_core_reqbufs() stackleak: instrument occ_getsram.constprop() stackleak: instrument sys_t_write() stackleak: instrument mxl5007t_get_status() stackleak: instrument mxl5007t_write_regs() stackleak: instrument nal_hevc_write_vps() stackleak: instrument nal_hevc_read_vps() stackleak: instrument meson_card_parse_dai() stackleak: instrument si5351_write_parameters() stackleak: instrument nal_hevc_write_sps() stackleak: instrument tool_probe() stackleak: instrument nal_hevc_read_sps() stackleak: instrument qt1010_set_params() stackleak: instrument si5351_read_parameters() stackleak: instrument nal_hevc_write_pps() stackleak: instrument fsi_occ_submit() stackleak: instrument nal_hevc_read_pps() stackleak: instrument tool_peer_mw_trans_read() stackleak: instrument sg_alloc_append_table_from_pages() stackleak: instrument k3_r5_probe() stackleak: instrument nal_hevc_write_filler() stackleak: instrument max77650_led_probe() stackleak: instrument nal_hevc_read_filler() stackleak: instrument vb2_wait_for_all_buffers() stackleak: instrument imx355_probe() stackleak: instrument vb2_dc_get_dmabuf() stackleak: instrument tool_peer_mw_trans_write() stackleak: instrument rv3028_probe() stackleak: instrument qt1010_init() stackleak: instrument vb2_core_dqbuf() stackleak: instrument qt1010_attach() stackleak: instrument rv3028_eeprom_write() stackleak: instrument allegro_device_run() stackleak: instrument node_read_meminfo() stackleak: instrument sg_copy_buffer() stackleak: instrument cscfg_configfs_add_config() stackleak: instrument sg_zero_buffer() stackleak: instrument tps6286x_i2c_probe() stackleak: instrument imx334_init_pad_cfg() stackleak: instrument _ecdsa_verify() stackleak: instrument max8997_led_probe() stackleak: instrument vb2_dma_sg_get_dmabuf() stackleak: instrument ecdsa_verify() stackleak: instrument s5p_cec_get_rx_buf() stackleak: instrument mxl5007t_attach() stackleak: instrument tps6507x_pmic_probe() stackleak: instrument pcm512x_i2c_probe() stackleak: instrument ecdsa_get_signature_rs.constprop() stackleak: instrument si5351_i2c_probe() stackleak: instrument __vb2_perform_fileio() stackleak: instrument ks0127_read.isra() stackleak: instrument si544_probe() stackleak: instrument da9063_i2c_probe() stackleak: instrument allegro_mcu_send_create_channel.isra() stackleak: instrument imx334_probe() stackleak: instrument led_pwm_probe() stackleak: instrument pwm_freq_store() stackleak: instrument si544_set_rate() stackleak: instrument rv8803_probe() stackleak: instrument tps62360_probe() stackleak: instrument tps65217_regulator_probe() stackleak: instrument allegro_handle_create_channel.isra() stackleak: instrument tmc_probe() stackleak: instrument csi2tx_probe() stackleak: instrument tps65132_probe() stackleak: instrument tpiu_probe() stackleak: instrument tps_65023_probe() stackleak: instrument rs9_probe() stackleak: instrument ltc2947_core_probe() stackleak: instrument si570_probe() stackleak: instrument uniphier_regulator_probe() stackleak: instrument s5m_rtc_read_alarm() stackleak: instrument syscon_led_probe() stackleak: instrument pca955x_probe() stackleak: instrument allegro_irq_thread() stackleak: instrument s5m_rtc_start_alarm() stackleak: instrument s5m_rtc_stop_alarm() stackleak: instrument rt1011_calibrate.isra() stackleak: instrument tmc_update_etr_buffer() stackleak: instrument si2157_get_rf_strength() stackleak: instrument v4l2_event_dequeue() stackleak: instrument si2157_sleep() stackleak: instrument max77620_probe() stackleak: instrument stk17ta8_rtc_probe() stackleak: instrument tps65912_regulator_probe() stackleak: instrument s5m_rtc_set_time() stackleak: instrument si2157_probe() stackleak: instrument xgene_register_clk.constprop() stackleak: instrument simple_dvb_configure.isra() stackleak: instrument perf_dbgfs_write_run() stackleak: instrument wm8350_regulator_probe() stackleak: instrument xgene_pllclk_init() stackleak: instrument si2157_set_params() stackleak: instrument v4l2_ctrl_query_fill() /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_s_ctrl': stackleak: instrument xgene_register_clk_pmd.constprop() /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2235:33: note: userspace variable will be forcibly initialized 2235 | struct v4l2_ext_control ctrl; | ^~~~ stackleak: instrument si2157_load_firmware.isra() /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c: In function 'v4l_g_ctrl': /kisskb/src/drivers/media/v4l2-core/v4l2-ioctl.c:2201:33: note: userspace variable will be forcibly initialized 2201 | struct v4l2_ext_control ctrl; | ^~~~ stackleak: instrument simple_dvb_set_params() stackleak: instrument r820t_set_pll.constprop() stackleak: instrument xgene_pmdclk_init() stackleak: instrument vb2_vmalloc_get_dmabuf() stackleak: instrument v4l2_g_parm_cap() stackleak: instrument v4l2_s_parm_cap() stackleak: instrument si2157_init() stackleak: instrument funnel_probe() stackleak: instrument perf_service_work() stackleak: instrument iter_xarray_populate_pages() stackleak: instrument r820t_imr() stackleak: instrument si2157_set_analog_params() stackleak: instrument vb2_create_bufs() stackleak: instrument si2157_stat_work() stackleak: instrument perf_thread_work() stackleak: instrument v4l2_get_link_freq() stackleak: instrument wm8400_regulator_probe() stackleak: instrument allegro_fw_callback() stackleak: instrument r820t_init() stackleak: instrument rht_head_hashfn() stackleak: instrument simple_set_params() stackleak: instrument v4l_enum_freq_bands() stackleak: instrument __percpu_ref_switch_mode() stackleak: instrument _copy_to_iter() stackleak: instrument replicator_probe() stackleak: instrument ltc2992_gpio_set_multiple() stackleak: instrument msp_log_status() stackleak: instrument __video_register_device() stackleak: instrument percpu_ref_switch_to_atomic_sync() stackleak: instrument perf_probe() stackleak: instrument msp_reset() stackleak: instrument msp_read() stackleak: instrument generic_set_freq.isra() stackleak: instrument ltc2992_i2c_probe() stackleak: instrument _copy_from_iter() stackleak: instrument ctrl_is_pointer() stackleak: instrument __tda18271_write_regs() stackleak: instrument _copy_from_iter_nocache() stackleak: instrument msp_sleep() stackleak: instrument ntb_msit_probe() stackleak: instrument put_v4l2_format32() stackleak: instrument led_prepare() stackleak: instrument v4l_s_ctrl() /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:33: note: userspace variable will be forcibly initialized 726 | 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:33: note: userspace variable will be forcibly initialized 807 | 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:33: note: userspace variable will be forcibly initialized 820 | struct v4l2_ext_control c; | ^ stackleak: instrument v4l_g_ctrl() stackleak: instrument get_v4l2_format32() stackleak: instrument subdev_do_ioctl() stackleak: instrument _copy_from_iter_flushcache() stackleak: instrument tca6507_probe() stackleak: instrument sprd_efuse_probe() stackleak: instrument rht_deferred_worker() stackleak: instrument send_initial_event() stackleak: instrument v4l2_subdev_link_validate() stackleak: instrument send_event() stackleak: instrument wm8994_ldo_probe() stackleak: instrument rt5682_set_component_pll() stackleak: instrument v4l2_compat_get_user() stackleak: instrument rt5645_i2c_probe() stackleak: instrument rt5659_i2c_probe() /kisskb/src/drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c: In function 'mtk_mdp_m2m_open': /kisskb/src/drivers/media/platform/mediatek/mdp/mtk_mdp_m2m.c:1056:28: note: userspace variable will be forcibly initialized 1056 | struct v4l2_format default_format; | ^~~~~~~~~~~~~~ stackleak: instrument catu_probe() stackleak: instrument v4l2_ctrl_new_std() stackleak: instrument arm_trbe_register_coresight_cpu() stackleak: instrument iov_iter_zero() stackleak: instrument perf_trace_devres() stackleak: instrument max8997_irq_thread() stackleak: instrument trace_event_raw_event_devres() stackleak: instrument tda18271_read_regs() stackleak: instrument tda18271_read_extended() stackleak: instrument v4l2_compat_put_user() stackleak: instrument mt9m001_set_fmt() stackleak: instrument __video_do_ioctl() stackleak: instrument sigmadsp_read_i2c() stackleak: instrument mt9p031_probe() stackleak: instrument rt5682_register_dai_clks() stackleak: instrument gsc_runtime_suspend() stackleak: instrument debug_func_knob_write() stackleak: instrument copy_page_from_iter_atomic() stackleak: instrument mt9m001_s_stream() stackleak: instrument vmid_masks_store() stackleak: instrument rhashtable_insert_slow() stackleak: instrument v4l2_ctrl_new() stackleak: instrument v4l2_compat_get_array_args() stackleak: instrument sgtl5000_i2c_probe() stackleak: instrument v4l2_g_ext_ctrls_common() stackleak: instrument v4l2_ctrl_new_custom() stackleak: instrument ni_tio_insn_config() stackleak: instrument ctxid_masks_store() stackleak: instrument v4l2_ctrl_new_std_menu() stackleak: instrument v4l_s_crop() stackleak: instrument v4l2_ctrl_new_std_menu_items() stackleak: instrument v4l_g_crop() stackleak: instrument v4l2_compat_put_array_args() stackleak: instrument v4l2_ctrl_new_std_compound() stackleak: instrument v4l2_ctrl_new_int_menu() stackleak: instrument v4l_cropcap() stackleak: instrument mtk_jpeg_dec_fill_param() stackleak: instrument try_set_ext_ctrls_common() stackleak: instrument mtk_mdp_m2m_open() stackleak: instrument sigmadsp_activate_ctrl() stackleak: instrument genradix_free_recurse() stackleak: instrument mtk_mdp_m2m_s_selection() stackleak: instrument mtk_jpeg_dec_device_run() stackleak: instrument iov_iter_get_pages() stackleak: instrument kstrtoull_from_user() stackleak: instrument rga_hw_start() stackleak: instrument kstrtoll_from_user() stackleak: instrument v4l2_queryctrl() stackleak: instrument etm4_probe() stackleak: instrument kstrtoul_from_user() stackleak: instrument gsc_m2m_s_selection() stackleak: instrument __mt9t112_reg_read.isra() stackleak: instrument tda827xa_set_params() stackleak: instrument iov_iter_get_pages_alloc() stackleak: instrument rt5682s_probe() stackleak: instrument devm_sigmadsp_init() stackleak: instrument kstrtol_from_user() stackleak: instrument video_usercopy() stackleak: instrument __gsc_m2m_job_abort() stackleak: instrument sigmadsp_attach() stackleak: instrument kstrtouint_from_user() stackleak: instrument tda827xo_set_params() stackleak: instrument v4l2_i2c_new_subdev() stackleak: instrument kstrtoint_from_user() stackleak: instrument mt9v011_s_frame_interval() stackleak: instrument mlxreg_fan_probe() stackleak: instrument gsc_try_selection() stackleak: instrument addr_instdatatype_store() stackleak: instrument kstrtou16_from_user() stackleak: instrument csum_and_copy_from_iter() stackleak: instrument tda18271c2_rf_cal_init.isra() stackleak: instrument tda827xa_set_analog_params() stackleak: instrument kstrtos16_from_user() stackleak: instrument og01a1b_probe() /kisskb/src/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c: In function 's5p_mfc_dec_init': /kisskb/src/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c:1205:28: note: userspace variable will be forcibly initialized 1205 | struct v4l2_format f; | ^ stackleak: instrument vpu_irq_handler() stackleak: instrument trace_event_raw_event_v4l2_event_class() stackleak: instrument rt5682s_i2c_probe() stackleak: instrument adp5520_probe() stackleak: instrument trace_event_raw_event_vb2_v4l2_event_class() stackleak: instrument tda827xo_set_analog_params() stackleak: instrument mt9t112_s_stream() stackleak: instrument addr_range_store() stackleak: instrument rotate_s_ctrl() stackleak: instrument kempld_register_cells_generic() stackleak: instrument tda18271_tune() stackleak: instrument s5p_mfc_wait_for_done_dev() stackleak: instrument ov13b10_read_reg() stackleak: instrument csum_and_copy_to_iter() stackleak: instrument s5p_mfc_wait_for_done_ctx() stackleak: instrument ov08d10_probe() stackleak: instrument vpu_debug_read() stackleak: instrument vdec_vp9_init() stackleak: instrument ov13b10_probe() stackleak: instrument vpu_ipi_send() stackleak: instrument vidioc_dqbuf() stackleak: instrument tda8295_probe.isra() stackleak: instrument tda8290_probe.isra() stackleak: instrument vpu_get_plat_device() stackleak: instrument xc2028_get_reg() stackleak: instrument string_get_size() stackleak: instrument tda8295_has_signal() stackleak: instrument vpu_load_firmware() stackleak: instrument tda8290_has_signal() stackleak: instrument ov13b10_set_stream() stackleak: instrument tda8295_standby() stackleak: instrument __ov2680_read_reg.isra() stackleak: instrument tda8295_set_video_std.isra() stackleak: instrument rotate_device_run() stackleak: instrument s5p_jpeg_s_fmt() stackleak: instrument tda8295_i2c_bridge() stackleak: instrument lpc_sch_probe() stackleak: instrument load_firmware_cb() stackleak: instrument vdec_vp8_decode() stackleak: instrument ov2680_init_cfg() stackleak: instrument mr75203_probe() stackleak: instrument tda8295_set_params() stackleak: instrument load_firmware() stackleak: instrument lpc_ich_probe() stackleak: instrument s5p_mfc_dec_ctrls_setup() stackleak: instrument tda8290_set_params() stackleak: instrument vdec_vp9_decode() stackleak: instrument ov2680_bayer_order() stackleak: instrument kasan_stack_oob() stackleak: instrument kasan_global_oob_right() stackleak: instrument mtk_vcodec_probe() stackleak: instrument vmalloc_oob() stackleak: instrument ov5640_read_reg.isra() stackleak: instrument get_vdec_decode_parameters() stackleak: instrument vdec_msg_queue_dqbuf() stackleak: instrument kmalloc_double_kzfree() /kisskb/src/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c: In function 's5p_mfc_enc_init': /kisskb/src/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c:2692:28: note: userspace variable will be forcibly initialized 2692 | struct v4l2_format f; | ^ stackleak: instrument mtk_vcodec_dec_ctrls_setup() stackleak: instrument generic_set_freq() stackleak: instrument kmalloc_uaf2() stackleak: instrument vdec_msg_queue_wait_lat_buf_full() stackleak: instrument kmalloc_uaf() stackleak: instrument kmalloc_uaf_16() stackleak: instrument vb2ops_vdec_stateful_buf_queue() stackleak: instrument tda829x_attach() stackleak: instrument kmalloc_oob_16() stackleak: instrument kmalloc_large_oob_right() stackleak: instrument nct6683_probe() stackleak: instrument tda829x_probe() stackleak: instrument vidioc_dqbuf() stackleak: instrument kmalloc_pagealloc_invalid_free() stackleak: instrument kmalloc_pagealloc_uaf() stackleak: instrument kmalloc_pagealloc_oob_right() stackleak: instrument kmalloc_oob_left() stackleak: instrument xc5000_readreg.isra() stackleak: instrument mtk_vdec_worker() stackleak: instrument kmalloc_oob_right() stackleak: instrument si476x_core_send_command() stackleak: instrument xc_debug_dump() stackleak: instrument s5p_jpeg_buf_queue() stackleak: instrument si476x_core_cmd_fm_rsq_status_a30() stackleak: instrument ov5695_probe() stackleak: instrument kasan_strings() stackleak: instrument xc_write_reg() stackleak: instrument kmalloc_uaf_memset() stackleak: instrument kmalloc_oob_memset_16() stackleak: instrument si476x_core_cmd_fm_rsq_status_a20() stackleak: instrument kmalloc_oob_memset_8() stackleak: instrument h264_enc_encode() stackleak: instrument vp8_enc_encode() stackleak: instrument kmalloc_oob_memset_4() stackleak: instrument ov5648_g_volatile_ctrl() stackleak: instrument ov6650_set_selection() stackleak: instrument xc_load_fw_and_init_tuner() stackleak: instrument kmalloc_oob_memset_2() stackleak: instrument vpu_enc_set_param() stackleak: instrument npcm7xx_pwm_fan_probe() stackleak: instrument kmalloc_oob_in_memset() stackleak: instrument syscon_probe() stackleak: instrument si476x_core_cmd_fm_rsq_status_a10() stackleak: instrument ov8856_read_reg() stackleak: instrument ov5640_probe() stackleak: instrument kasan_memcmp() stackleak: instrument ni_E_interrupt() stackleak: instrument vpu_enc_encode() stackleak: instrument ov6650_video_probe() stackleak: instrument kasan_memchr() stackleak: instrument of_syscon_register() stackleak: instrument kmem_cache_double_destroy() stackleak: instrument ov5647_s_stream() stackleak: instrument etm4_enable() stackleak: instrument syscon_regmap_lookup_by_phandle() stackleak: instrument vb2ops_venc_start_streaming() stackleak: instrument kmem_cache_invalid_free() stackleak: instrument si476x_core_cmd_am_rsq_status() stackleak: instrument syscon_regmap_lookup_by_phandle_args() stackleak: instrument xc5000_get_status() stackleak: instrument syscon_regmap_lookup_by_phandle_optional() stackleak: instrument si476x_core_cmd_fm_acf_status() stackleak: instrument ov7251_entity_init_cfg() stackleak: instrument ov5647_s_ctrl() stackleak: instrument ov5640_load_regs() stackleak: instrument kmem_cache_double_free() stackleak: instrument ov772x_probe() stackleak: instrument kmem_cache_oob() stackleak: instrument ov9282_init_pad_cfg() stackleak: instrument si476x_core_cmd_fm_rds_status() stackleak: instrument si476x_core_cmd_fm_rds_blockcount() stackleak: instrument ksize_uaf() stackleak: instrument ov5647_probe() stackleak: instrument ksize_unpoisons_memory() stackleak: be careful, alloca() in kasan_alloca_oob_right() stackleak: instrument exynos4_jpeg_device_run() stackleak: instrument ov5640_s_ctrl() stackleak: instrument kasan_alloca_oob_right(): calls_alloca stackleak: be careful, alloca() in kasan_alloca_oob_left() stackleak: instrument ov9282_probe() stackleak: instrument kasan_alloca_oob_left(): calls_alloca stackleak: instrument si476x_cmd_tune_seek_freq.constprop() stackleak: instrument devm_of_iomap() stackleak: instrument ov8856_probe() stackleak: instrument kmem_cache_bulk() stackleak: instrument rdacm21_probe() stackleak: instrument mtk_vcodec_wait_for_done_ctx() stackleak: instrument ov7251_probe() stackleak: instrument mtk_venc_worker() stackleak: instrument kmalloc_memmove_invalid_size() stackleak: instrument assoc_array_find() stackleak: instrument tas571x_reg_read() stackleak: instrument store_pwm() stackleak: instrument kmalloc_memmove_negative_size() stackleak: instrument enc_post_frame_start() stackleak: instrument krealloc_uaf() stackleak: instrument ni_atmio_attach() stackleak: instrument m2mops_venc_device_run() stackleak: instrument tas571x_coefficient_get() stackleak: instrument ov5640_set_mode() stackleak: instrument nct7802_probe() stackleak: instrument pwm_fan_probe() stackleak: instrument krealloc_less_oob_helper() stackleak: instrument ov5648_resume() stackleak: instrument ov965x_probe() stackleak: instrument krealloc_more_oob_helper() stackleak: instrument pagealloc_uaf() stackleak: instrument kmalloc_node_oob_right() stackleak: instrument tas5086_reg_read() stackleak: instrument s5p_mfc_enc_ctrls_setup() stackleak: instrument platform_device_register_resndata.constprop() stackleak: instrument ov5640_s_power() stackleak: instrument rj54n1_set_selection() stackleak: instrument kasan_bitops_modify.constprop() stackleak: instrument tas5805m_i2c_probe() stackleak: instrument tas5086_probe() stackleak: instrument ov7740_probe() stackleak: instrument assoc_array_insert() stackleak: instrument kasan_bitops_test_and_modify.constprop() stackleak: instrument packing() stackleak: instrument assoc_array_delete() stackleak: instrument s5k5baf_read() stackleak: instrument saa6752hs_probe() stackleak: instrument sky81452_probe() stackleak: instrument s5k5baf_write_arr_seq() stackleak: instrument saa7185_write_block() stackleak: instrument saa6588_command() stackleak: instrument eic_show() stackleak: instrument saa6752hs_init() stackleak: instrument assoc_array_gc() stackleak: instrument sysmgr_probe() stackleak: instrument saa7127_probe() stackleak: instrument altr_sysmgr_regmap_lookup_by_phandle() stackleak: instrument mpx_setup.isra() stackleak: instrument s5k6aa_read() stackleak: instrument s5k5baf_probe() stackleak: instrument rj54n1_set_fmt() stackleak: instrument saa711x_set_lcr() stackleak: instrument sis5595_pci_probe() stackleak: instrument i2c_wr() stackleak: instrument tc358743_g_edid() stackleak: instrument s5k5baf_hw_set_crop_rects() stackleak: instrument s5k6aa_set_power() stackleak: instrument i2c_rdreg() stackleak: instrument xxh32_reset() stackleak: instrument xxh64_reset() stackleak: instrument aic32x4_register_clk.isra() stackleak: instrument print_avi_infoframe() stackleak: instrument saa711x_probe() stackleak: instrument tc358743_log_status() stackleak: instrument chip_read2() stackleak: instrument tvp514x_probe() stackleak: instrument collect_syscall() stackleak: instrument s5k5baf_set_power() stackleak: instrument rave_sp_probe() stackleak: instrument tc358743_format_change() stackleak: instrument rave_sp_write.isra() stackleak: instrument aic32x4_i2c_probe() stackleak: instrument rave_sp_receive_buf() stackleak: instrument tda9873_checkit() stackleak: instrument via686a_pci_probe() stackleak: instrument tmp421_probe() stackleak: instrument rave_sp_exec() stackleak: instrument asn1_ber_decoder() stackleak: instrument nct6775_probe() stackleak: instrument tmp51x_probe() stackleak: instrument aic3x_i2c_probe() stackleak: instrument of_gen_pool_get() stackleak: instrument snd_soc_dapm_put_volsw_aic3x() stackleak: instrument bd71828_i2c_probe() stackleak: instrument tc358743_probe() stackleak: instrument vt8231_pci_probe() stackleak: instrument tvp7002_get_pdata() stackleak: instrument adcx140_codec_probe() stackleak: instrument tc358743_isr() stackleak: instrument aic3x_probe() stackleak: instrument atc260x_i2c_probe() stackleak: instrument nct6775_update_device.isra() stackleak: instrument tvp7002_probe() stackleak: instrument tvp5150_g_sliced_fmt() stackleak: instrument stmfx_probe() stackleak: instrument w83627ehf_read() stackleak: instrument tvp5150_probe() stackleak: instrument wcd9335_slimbus_irq() stackleak: instrument wcd9335_slim_status() stackleak: instrument wm8903_irq() stackleak: instrument wm8903_i2c_probe() stackleak: instrument wm8904_handle_retune_mobile_pdata() stackleak: instrument wsa_macro_probe() stackleak: instrument wm8904_probe() stackleak: instrument tx_macro_probe() stackleak: instrument wm_adsp_control_add() stackleak: instrument va_macro_probe() stackleak: instrument wm_adsp_boot_work() stackleak: instrument wm_adsp_buffer_populate() stackleak: instrument wm_adsp_event_post_run() stackleak: instrument wm_adsp_write_ctl() stackleak: instrument wm_adsp1_event() stackleak: instrument wm_adsp2_preloader_put() stackleak: instrument wm_adsp2_component_probe() stackleak: instrument rx_macro_probe() stackleak: instrument wm_adsp_compr_copy() Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 # Build took: 0:01:41.694367