# git rev-parse -q --verify e022620b5d056e822e42eb9bc0f24fcb97389d86^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify e022620b5d056e822e42eb9bc0f24fcb97389d86^{commit} e022620b5d056e822e42eb9bc0f24fcb97389d86 # git checkout -q -f -B kisskb e022620b5d056e822e42eb9bc0f24fcb97389d86 # git clean -qxdf # < git log -1 # commit e022620b5d056e822e42eb9bc0f24fcb97389d86 # Merge: 012bd7e859df 714f3cbd70a4 # Author: Linus Torvalds # Date: Fri Aug 26 11:32:53 2022 -0700 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fixes from Will Deacon: # "A bumper crop of arm64 fixes for -rc3. # # The largest change is fixing our parsing of the 'rodata=full' command # line option, which kstrtobool() started treating as 'rodata=false'. # The fix actually makes the parsing of that option much less fragile # and updates the documentation at the same time. # # We still have a boot issue pending when KASLR is disabled at compile # time, but there's a fresh fix on the list which I'll send next week if # it holds up to testing. # # Summary: # # - Fix workaround for Cortex-A76 erratum #1286807 # # - Add workaround for AMU erratum #2457168 on Cortex-A510 # # - Drop reference to removed CONFIG_ARCH_RANDOM #define # # - Fix parsing of the "rodata=full" cmdline option # # - Fix a bunch of issues in the SME register state switching and sigframe code # # - Fix incorrect extraction of the CTR_EL0.CWG register field # # - Fix ACPI cache topology probing when the PPTT is not present # # - Trivial comment and whitespace fixes" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64/sme: Don't flush SVE register state when handling SME traps # arm64/sme: Don't flush SVE register state when allocating SME storage # arm64/signal: Flush FPSIMD register state when disabling streaming mode # arm64/signal: Raise limit on stack frames # arm64/cache: Fix cache_type_cwg() for register generation # arm64/sysreg: Guard SYS_FIELD_ macros for asm # arm64/sysreg: Directly include bitfield.h # arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level # arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly # arm64: fix rodata=full # arm64: Fix comment typo # docs/arm64: elf_hwcaps: unify newlines in HWCAP lists # arm64: adjust KASLR relocation after ARCH_RANDOM removal # arm64: Fix match_list for erratum 1286807 on Arm Cortex-A76 # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 e022620b5d056e822e42eb9bc0f24fcb97389d86 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:5888:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- In file included from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/tm.h:24, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/latent_entropy_plugin.c:78: /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/tm.h:41, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/latent_entropy_plugin.c:78: /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/tm.h:24, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/stackleak_plugin.c:30: /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/tm.h:41, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/stackleak_plugin.c:30: /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/tm.h:24, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/randomize_layout_plugin.c:19: /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/tm.h:41, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/randomize_layout_plugin.c:19: /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/../lib/gcc/aarch64-linux/5.5.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' stackleak: instrument gpr_set() stackleak: instrument __fpr_set.isra.13() stackleak: instrument restore_fpsimd_context() stackleak: instrument restore_sve_fpsimd_context.isra.20() stackleak: instrument __ww_mutex_lock.constprop() stackleak: instrument damos_wmark_metric_value() stackleak: instrument __filemap_fdatawait_range() stackleak: instrument __oom_reap_task_mm() stackleak: instrument active_load_balance_cpu_stop() stackleak: instrument find_idlest_group() stackleak: instrument damon_sysfs_mk_scheme() stackleak: instrument ptdump_walk() stackleak: instrument ptdump_check_wx() stackleak: instrument affine_move_task() stackleak: instrument do_msgrcv.constprop() stackleak: instrument __filemap_get_folio() stackleak: instrument ksys_msgctl.constprop() stackleak: instrument fsnotify() stackleak: instrument filemap_fault() stackleak: instrument find_busiest_group() stackleak: instrument build_merkle_tree() stackleak: instrument fscrypt_hkdf_expand() stackleak: instrument fanotify_read() stackleak: instrument print_lockdep_cache.isra.30() stackleak: instrument __print_lock_name.isra.31() stackleak: instrument enable_verity() stackleak: instrument fscrypt_crypt_block() stackleak: instrument fsverity_ioctl_enable() stackleak: instrument fname_decrypt() stackleak: instrument fscrypt_fname_encrypt() stackleak: instrument load_balance() stackleak: instrument fscrypt_fname_disk_to_usr() stackleak: instrument ksys_shmctl.constprop() stackleak: instrument filemap_read() stackleak: instrument semctl_main() stackleak: instrument mapping_seek_hole_data() stackleak: instrument dio_warn_stale_pagecache() stackleak: instrument balance_dirty_pages_ratelimited_flags() stackleak: instrument __arm64_sys_semctl() stackleak: instrument write_cache_pages() stackleak: instrument __do_semtimedop() stackleak: instrument do_semtimedop() stackleak: instrument setup_per_mode_enc_key() stackleak: instrument fsverity_prepare_hash_state() stackleak: instrument fsverity_hash_page() stackleak: instrument fsverity_hash_buffer() stackleak: instrument truncate_inode_pages_range() stackleak: instrument fscrypt_ioctl_add_key() stackleak: instrument derive_key_aes() stackleak: instrument fscrypt_add_test_dummy_key() stackleak: instrument invalidate_mapping_pagevec() stackleak: instrument fscrypt_ioctl_get_key_status() stackleak: instrument invalidate_inode_pages2_range() stackleak: instrument fscrypt_zeroout_range() stackleak: instrument isolate_lru_pages() stackleak: instrument shrink_page_list() stackleak: instrument reclaim_page_list() stackleak: instrument iomap_fiemap() stackleak: instrument iomap_bmap() stackleak: instrument iomap_read_folio_sync() stackleak: instrument iomap_seek_hole() stackleak: instrument shrink_lruvec() stackleak: instrument iomap_seek_data() stackleak: instrument __iomap_dio_rw() stackleak: instrument __node_reclaim() stackleak: instrument balance_pgdat() stackleak: instrument reclaim_clean_pages_from_list() stackleak: instrument build_sched_domains() stackleak: instrument try_to_free_pages() stackleak: instrument __do_sys_mq_getsetattr() stackleak: instrument check_move_unevictable_pages() stackleak: instrument verify_page() stackleak: instrument iomap_read_folio() stackleak: instrument iomap_readahead() stackleak: instrument refresh_cpu_vm_stats() stackleak: instrument iomap_file_buffered_write() stackleak: instrument iomap_file_unshare() stackleak: instrument iomap_zero_range() stackleak: instrument iomap_page_mkwrite() stackleak: instrument __dquot_transfer() stackleak: instrument test_abba() stackleak: instrument test_aa() stackleak: instrument __test_mutex() stackleak: instrument dquot_disable() stackleak: instrument cpu_vm_stats_fold() stackleak: instrument synchronize_rcu_tasks_generic() stackleak: instrument stress_reorder_work() stackleak: instrument stress_inorder_work() stackleak: instrument quota_getstate() stackleak: instrument quota_getstatev() stackleak: instrument quota_getinfo() stackleak: instrument quota_getquota() stackleak: instrument quota_getxquota() stackleak: instrument cpu_suspend() stackleak: instrument quota_getnextquota() stackleak: instrument quota_getnextxquota() stackleak: instrument quota_getxstatev() stackleak: instrument quota_setquota() stackleak: instrument quota_setxquota() stackleak: instrument __synchronize_srcu() stackleak: instrument do_quotactl() stackleak: instrument TSS_checkhmac2.constprop() stackleak: instrument synchronize_rcu_mult_test() stackleak: instrument tpm_unseal() stackleak: instrument rcu_torture_stats_print() stackleak: instrument load_other_segments() stackleak: instrument key_create_or_update() stackleak: instrument remove_inode_hugepages() stackleak: instrument hugetlbfs_fallocate() stackleak: instrument fat_add_new_entries() stackleak: instrument ext4_ext_rm_leaf() stackleak: instrument fat_free_clusters() stackleak: instrument fat_parse_short() stackleak: instrument hfsplus_fill_super() stackleak: instrument fat_alloc_clusters() stackleak: instrument fat_count_free_clusters() stackleak: instrument __fat_readdir() stackleak: instrument fat_trim_fs() stackleak: instrument copy_pte_range() stackleak: instrument isofs_bmap() stackleak: instrument get_block() stackleak: instrument fat_search_long() stackleak: instrument __es_remove_extent() stackleak: instrument V1_minix_truncate() stackleak: instrument zap_page_range_single() stackleak: instrument fat_alloc_new_dir() stackleak: instrument zap_page_range() stackleak: instrument isofs_fill_super() stackleak: instrument ext4_getfsmap() stackleak: instrument search_nested_keyrings() stackleak: instrument keyring_detect_cycle() stackleak: instrument ext4_ext_convert_to_initialized.isra.53() stackleak: instrument keyring_search() stackleak: instrument ext4_ext_map_blocks() stackleak: instrument exfat_find_empty_entry() stackleak: instrument exfat_add_entry() stackleak: instrument __handle_mm_fault() stackleak: instrument exfat_create() stackleak: instrument exfat_mkdir() stackleak: instrument exfat_find.isra.12() stackleak: instrument jbd2_journal_commit_transaction() stackleak: instrument exfat_lookup() stackleak: instrument __exfat_rename.isra.13() stackleak: instrument rcu_torture_fwd_prog() stackleak: instrument rcu_torture_one_read() stackleak: instrument truncate() stackleak: instrument hfsplus_cat_read_inode() stackleak: instrument get_block() stackleak: instrument hfsplus_cat_write_inode() stackleak: instrument get_name() stackleak: instrument exportfs_decode_fh_raw() stackleak: instrument ext2_get_blocks.constprop() stackleak: instrument fat_fill_super() stackleak: instrument __ext2_truncate_blocks() stackleak: instrument do_msdos_rename() stackleak: instrument keyctl_instantiate_key_iov() stackleak: instrument do_one_pass() stackleak: instrument exfat_readdir() stackleak: instrument exfat_iterate() stackleak: instrument exfat_find_dir_entry() stackleak: instrument unmap_region() stackleak: instrument hfsplus_free_fork() stackleak: instrument __do_sys_adjtimex() stackleak: instrument __vma_adjust() stackleak: instrument get_old_timex32() stackleak: instrument put_old_timex32() stackleak: instrument __do_sys_adjtimex_time32() stackleak: instrument ext2_quota_write() stackleak: instrument ext2_quota_read() stackleak: instrument exit_mmap() stackleak: instrument ecryptfs_getattr() stackleak: instrument ext4_ind_map_blocks() stackleak: instrument ext4_ind_truncate() stackleak: instrument ecryptfs_truncate() stackleak: instrument ext4_ind_remove_space() stackleak: instrument run_timer_softirq() stackleak: instrument ecryptfs_mount() stackleak: instrument get_user_session_keyring_rcu() stackleak: instrument lookup_user_key() stackleak: instrument hfsplus_find_cat() stackleak: instrument mpage_map_and_submit_buffers() stackleak: instrument hfsplus_create_cat() stackleak: instrument call_sbin_request_key() stackleak: instrument hfsplus_delete_cat() stackleak: instrument hfs_cat_create() stackleak: instrument hfs_readdir() stackleak: instrument hfs_cat_find_brec() stackleak: instrument hfsplus_rename_cat() stackleak: instrument hfs_lookup() stackleak: instrument hfs_cat_delete() stackleak: instrument hfs_cat_move() stackleak: instrument request_key_and_link() stackleak: instrument request_key_rcu() stackleak: instrument ext4_inlinedir_to_tree() stackleak: instrument mpage_prepare_extent_to_map() stackleak: instrument mpage_release_unused_pages() stackleak: instrument print_other_cpu_stall.isra.63() stackleak: instrument ext4_ioc_getfsmap() stackleak: instrument key_get_instantiation_authkey() stackleak: instrument ext4_inline_data_truncate() stackleak: instrument synchronize_rcu_expedited() stackleak: instrument synchronize_rcu() stackleak: instrument hfs_file_lookup() stackleak: instrument hfs_write_inode() stackleak: instrument exfat_utf8_to_utf16() stackleak: instrument exfat_nls_to_ucs2() stackleak: instrument ext4_writepages() stackleak: instrument ecryptfs_privileged_open() stackleak: instrument ext4_mb_discard_group_preallocations() stackleak: instrument hfsplus_lookup() stackleak: instrument hfsplus_readdir() stackleak: instrument decrypt_passphrase_encrypted_session_key() stackleak: instrument cmdline_partition() stackleak: instrument write_tag_3_packet() stackleak: instrument mext_page_mkuptodate() stackleak: instrument async_gen_syndrome() stackleak: instrument async_raid6_2data_recov() stackleak: instrument async_raid6_datap_recov() stackleak: instrument ext4_move_extents() stackleak: instrument ext4_mb_regular_allocator() stackleak: instrument ldm_partition() stackleak: instrument __hfs_getxattr() stackleak: instrument __hfs_setxattr.isra.0() stackleak: instrument do_adjtimex() stackleak: instrument msdos_partition() stackleak: instrument __keyctl_dh_compute() stackleak: instrument ext4_mpage_readpages() stackleak: instrument do_mprotect_pkey.constprop() stackleak: instrument raid6_dual_recov.constprop() stackleak: instrument test() stackleak: instrument ext4_free_blocks() stackleak: instrument do_split() stackleak: instrument ext4_add_new_descs() stackleak: instrument ext4_trim_fs() stackleak: instrument ext4_htree_fill_tree() stackleak: instrument utf8_strncmp() stackleak: instrument utf8_strncasecmp() stackleak: instrument ext4_cross_rename() stackleak: instrument ext4_flex_group_add() stackleak: instrument ext4_dx_add_entry() stackleak: instrument make_indexed_dir() stackleak: instrument efi_partition() stackleak: instrument ext4_add_entry() stackleak: instrument ext4_resize_fs() stackleak: instrument ext4_orphan_add() stackleak: instrument ext4_rename() stackleak: instrument ext4_xattr_block_set() stackleak: instrument ext4_fc_commit() stackleak: instrument futex_lock_pi() stackleak: instrument ext4_xattr_set_handle() stackleak: instrument ext4_fc_replay() stackleak: instrument futex_requeue() stackleak: instrument __arm64_sys_futex_waitv() stackleak: instrument futex_wait_requeue_pi() stackleak: instrument alarmtimer_rtc_add_device() stackleak: instrument __ext4_error_file() stackleak: instrument io_uring_setup() stackleak: instrument alarm_timer_nsleep() stackleak: instrument alarm_timer_nsleep_restart() stackleak: instrument io_ring_exit_work() stackleak: instrument do_cpu_nanosleep() stackleak: instrument __do_sys_clock_adjtime() stackleak: instrument __do_sys_clock_adjtime32() stackleak: instrument __blkdev_direct_IO_simple() stackleak: instrument __ext4_remount() stackleak: instrument futex_wake_op() stackleak: instrument hfs_fill_super() stackleak: instrument process_vm_rw_core.isra.8() stackleak: instrument process_vm_rw() stackleak: instrument futex_wait() stackleak: instrument __ext4_fill_super() stackleak: instrument software_key_query() stackleak: instrument software_key_eds_op() stackleak: instrument fsl_mc_get_endpoint() stackleak: instrument try_to_unmap_one() stackleak: instrument public_key_verify_signature() stackleak: instrument try_to_migrate_one() stackleak: instrument pcpu_get_vm_areas() stackleak: instrument hfsplus_getxattr_finder_info.isra.12() stackleak: instrument __hfsplus_setxattr() stackleak: instrument hfsplus_listxattr() stackleak: instrument blkdev_issue_flush() stackleak: instrument madvise_free_single_vma() stackleak: instrument madvise_cold() stackleak: instrument madvise_pageout() stackleak: instrument __do_sys_process_madvise() stackleak: instrument vmemmap_remap_range() stackleak: instrument cgroup_addrm_files() stackleak: instrument snd_mixer_oss_build_input.constprop() stackleak: instrument tlb_flush() stackleak: instrument cgroup_do_freeze() stackleak: instrument snd_mixer_oss_ioctl1() stackleak: instrument mbi_irq_domain_alloc() stackleak: instrument get_block() stackleak: instrument cgroup_attach_task() stackleak: instrument sysv_truncate() stackleak: instrument pidlist_array_load() stackleak: instrument cgroup_update_dfl_csses() stackleak: instrument cgroup_transfer_tasks() stackleak: instrument cgroupstats_build() stackleak: instrument vm_area_dup() stackleak: instrument delete_seq_queue() stackleak: instrument receive_announce() stackleak: instrument create_port() stackleak: instrument alloc_seq_queue.isra.2() stackleak: instrument mpol_shared_policy_init() stackleak: instrument get_page_from_freelist() stackleak: instrument __cgroup_kill() stackleak: instrument blk_rq_map_user_iov() stackleak: instrument __blk_rq_map_sg() stackleak: instrument snd_pcm_oss_register_minor() stackleak: instrument snd_pcm_oss_open() stackleak: instrument __bpf_prog_run_args512() stackleak: instrument __bpf_prog_run_args480() stackleak: instrument __bpf_prog_run_args448() stackleak: instrument __bpf_prog_run_args416() stackleak: instrument __bpf_prog_run_args384() stackleak: instrument __bpf_prog_run_args352() stackleak: instrument __bpf_prog_run_args320() stackleak: instrument __bpf_prog_run_args288() stackleak: instrument __bpf_prog_run_args256() stackleak: instrument __bpf_prog_run_args224() stackleak: instrument __bpf_prog_run_args192() stackleak: instrument __bpf_prog_run_args160() stackleak: instrument __bpf_prog_run_args128() stackleak: instrument __bpf_prog_run_args96() stackleak: instrument __bpf_prog_run_args64() stackleak: instrument __bpf_prog_run_args32() stackleak: instrument __bpf_prog_run512() stackleak: instrument __bpf_prog_run480() stackleak: instrument __bpf_prog_run448() stackleak: instrument __bpf_prog_run416() stackleak: instrument __bpf_prog_run384() stackleak: instrument __bpf_prog_run352() stackleak: instrument __bpf_prog_run320() stackleak: instrument __bpf_prog_run288() stackleak: instrument __bpf_prog_run256() stackleak: instrument __bpf_prog_run224() stackleak: instrument __bpf_prog_run192() stackleak: instrument __bpf_prog_run160() stackleak: instrument __bpf_prog_run128() stackleak: instrument __bpf_prog_run96() stackleak: instrument __bpf_prog_run64() stackleak: instrument __bpf_prog_run32() stackleak: instrument sock_no_sendpage() stackleak: instrument sock_no_sendpage_locked() stackleak: instrument ntfs_read_block() stackleak: instrument its_vpe_irq_domain_alloc() stackleak: instrument __skb_send_sock() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument spi_write() stackleak: instrument moxtet_spi_read() stackleak: instrument sock_getsockopt() stackleak: instrument __zerocopy_sg_from_iter() stackleak: instrument snd_seq_oss_midi_info_user() stackleak: instrument snd_seq_oss_synth_info_user() stackleak: instrument ksm_scan_thread() stackleak: instrument slab_err() stackleak: instrument unmap_hugepage_range() stackleak: instrument skb_splice_bits() stackleak: instrument set_track_prepare() stackleak: instrument copy_process() stackleak: instrument blk_mq_end_request_batch() stackleak: instrument create_io_thread() stackleak: instrument __do_sys_clone() stackleak: instrument __do_sys_clone3() stackleak: instrument kernel_thread() stackleak: instrument user_mode_thread() stackleak: instrument deactivate_slab() stackleak: instrument get_partial_node() stackleak: instrument __kmem_cache_do_shrink() stackleak: instrument ___slab_alloc() stackleak: instrument __alloc_pages_slowpath.constprop() stackleak: instrument __slab_free() stackleak: instrument snd_seq_oss_synth_make_info() stackleak: instrument skb_segment() stackleak: instrument copy_to_user_fromio() stackleak: instrument copy_from_user_toio() stackleak: instrument __alloc_pages_bulk() stackleak: instrument attr_set_size() stackleak: instrument attr_data_get_block() stackleak: instrument io_sendmsg() stackleak: instrument io_send() stackleak: instrument io_recvmsg() stackleak: instrument io_recv() stackleak: instrument attr_allocate_frame() stackleak: instrument io_sendzc() stackleak: instrument attr_collapse_range() stackleak: instrument io_connect() stackleak: instrument attr_punch_hole() stackleak: instrument attr_insert_range() stackleak: instrument ntfs_read_compressed_block() stackleak: instrument snd_ctl_elem_info_user() stackleak: instrument snd_ctl_elem_add_user() stackleak: instrument snd_seq_ioctl() stackleak: instrument io_sq_thread() stackleak: instrument blkpg_do_ioctl() stackleak: instrument __skb_flow_dissect() stackleak: instrument affs_bread_ino() stackleak: instrument crypto_aead_report() stackleak: instrument affs_getemptyblk_ino() stackleak: instrument affs_getzeroblk_ino() stackleak: instrument ntfs_readdir() stackleak: instrument __do_sys_waitid() stackleak: instrument part_stat_show() stackleak: instrument cdns_torrent_derived_refclk_register() stackleak: instrument cdns_torrent_received_refclk_register() stackleak: instrument cdns_torrent_clk_register() stackleak: instrument __do_sys_wait4() stackleak: instrument snd_seq_event_port_attach() stackleak: instrument snd_seq_event_port_detach() stackleak: instrument __find_resource() stackleak: instrument cdns_torrent_phy_probe() stackleak: instrument snd_seq_midisynth_probe() stackleak: instrument wnd_find() stackleak: instrument snd_hwdep_info() stackleak: instrument ptrace_readdata() stackleak: instrument ptrace_writedata() stackleak: instrument __netdev_walk_all_upper_dev() stackleak: instrument crypto_skcipher_report() stackleak: instrument netdev_offload_xstats_get_stats() stackleak: instrument seqiv_aead_encrypt(): calls_alloca stackleak: instrument __netdev_walk_all_lower_dev.constprop() stackleak: instrument snd_timer_user_params.isra.16() stackleak: instrument __do_sys_sysinfo() stackleak: instrument __do_sys_newuname() stackleak: instrument prctl_set_mm_map() stackleak: instrument prctl_set_auxv() stackleak: instrument prctl_set_mm() stackleak: instrument snd_timer_user_ioctl() stackleak: instrument __do_sys_getrusage() stackleak: instrument ntfs_clear_mft_tail() stackleak: instrument echainiv_encrypt(): calls_alloca stackleak: instrument ntfs_bio_pages() stackleak: instrument bsg_sg_io() stackleak: instrument romfs_readdir() stackleak: instrument ntfs_insert_security() stackleak: instrument netdev_walk_all_upper_dev_rcu() stackleak: instrument netdev_walk_all_lower_dev() stackleak: instrument netdev_walk_all_lower_dev_rcu() stackleak: instrument io_sync_cancel() stackleak: instrument __flush_work() stackleak: instrument ni_create_attr_list() stackleak: instrument __flush_workqueue() stackleak: instrument snd_pcm_sw_params_user() stackleak: instrument snd_pcm_ioctl_sync_ptr_compat() stackleak: instrument snd_pcm_sync_ptr() stackleak: instrument ni_decompress_file() stackleak: instrument snd_pcm_status_user32() stackleak: instrument snd_pcm_status_user64() stackleak: instrument shash_update_unaligned() stackleak: instrument shash_final_unaligned() stackleak: instrument crypto_shash_tfm_digest() stackleak: instrument io_read() stackleak: instrument io_write() stackleak: instrument ni_write_inode() stackleak: instrument genl_register_family() stackleak: instrument parse_options() stackleak: instrument ntfs_compress_write.isra.27() stackleak: instrument io_wqe_worker() stackleak: instrument __snd_pcm_lib_xfer() stackleak: instrument snd_efw_transaction_run() stackleak: instrument __kthread_create_on_node() stackleak: instrument nf_log_packet() stackleak: instrument nf_log_trace() stackleak: instrument rsa_set_priv_key() stackleak: instrument rsa_set_pub_key() stackleak: instrument kthread_flush_work() stackleak: instrument kthread_flush_worker() stackleak: instrument do_action.isra.24() stackleak: instrument ethtool_get_per_queue_coalesce() stackleak: instrument ethtool_get_settings() stackleak: instrument ethtool_get_coalesce() stackleak: instrument ethtool_set_settings() stackleak: instrument ethtool_set_link_ksettings() stackleak: instrument ethtool_get_link_ksettings() stackleak: instrument ethtool_set_coalesce() stackleak: instrument ethtool_set_per_queue_coalesce() stackleak: instrument ethtool_set_per_queue() stackleak: instrument ethtool_set_rxnfc() stackleak: instrument ntfs_read_mft() stackleak: instrument neigh_valid_dump_req() stackleak: instrument ethtool_set_rxfh_indir() stackleak: instrument last_log_lsn() stackleak: instrument neigh_valid_get_req.constprop() stackleak: instrument ethtool_get_rxnfc() stackleak: instrument neightbl_set() stackleak: instrument ethtool_set_rxfh() stackleak: instrument gpiochip_hierarchy_irq_domain_alloc() stackleak: instrument ntfs_create_inode() stackleak: instrument orangefs_init_acl() stackleak: instrument rtnl_dev_get() stackleak: instrument __dev_ethtool() stackleak: instrument gpiod_get_array_value_complex() stackleak: instrument gpiod_set_array_value_complex() stackleak: instrument do_setlink() stackleak: instrument blkdev_zone_reset_all.isra.13() stackleak: instrument rtnl_setlink() stackleak: instrument valid_fdb_dump_legacy() stackleak: instrument log_replay() stackleak: instrument rtnl_calcit.isra.40() stackleak: instrument rtnl_linkprop.isra.44() stackleak: instrument valid_fdb_dump_strict() stackleak: instrument neigh_add() stackleak: instrument nla_put_ifalias() stackleak: instrument rtnl_fdb_get() stackleak: instrument valid_bridge_getlink_req.constprop() stackleak: instrument gpiochip_add_data_with_key() stackleak: instrument rtnl_fill_vfinfo() stackleak: instrument udf_new_block() stackleak: instrument hdr_find_e.isra.11() stackleak: instrument scan_nres_bitmap.isra.13() stackleak: instrument rtnl_dump_ifinfo() stackleak: instrument rtnl_getlink() stackleak: instrument blake2s_compress_generic() stackleak: instrument rtnl_dellink() stackleak: instrument sw842_decompress() stackleak: instrument __rtnl_newlink() stackleak: instrument rtnl_fdb_add() stackleak: instrument rtnl_fdb_del() stackleak: instrument indx_insert_into_root() stackleak: instrument autofs_notify_daemon() stackleak: instrument udf_readdir() stackleak: instrument ethnl_put_bitset32() stackleak: instrument autofs_expire_run() stackleak: instrument ethnl_set_linkinfo() stackleak: instrument __chacha20poly1305_encrypt() stackleak: instrument __chacha20poly1305_decrypt() stackleak: instrument bpf_convert_filter() stackleak: instrument test_acomp() stackleak: instrument chacha20poly1305_crypt_sg_inplace() stackleak: instrument chacha20poly1305_encrypt() stackleak: instrument chacha20poly1305_decrypt() stackleak: instrument hmac_setkey() stackleak: instrument generate_random_cipher_testvec.constprop() stackleak: instrument ethnl_set_linkmodes() stackleak: instrument build_test_sglist() stackleak: instrument test_ahash_vec_cfg.isra.39() stackleak: instrument generate_aead_message() stackleak: instrument do_test_kpp.isra.34() stackleak: instrument crypto_user_rcv_msg() stackleak: instrument lineinfo_changed_notify() stackleak: instrument test_aead_vec_cfg.isra.41() stackleak: instrument test_aead_vec() stackleak: instrument test_aead_vs_generic_impl() stackleak: instrument sed_ioctl() stackleak: instrument null_skcipher_crypt() stackleak: instrument snd_rawmidi_info_user() stackleak: instrument lineinfo_watch_read() stackleak: instrument test_skcipher_vec_cfg.isra.42() stackleak: instrument test_skcipher_vec() stackleak: instrument linereq_set_config() stackleak: instrument test_skcipher_vs_generic_impl() stackleak: instrument lineinfo_get.isra.10() stackleak: instrument linereq_create() stackleak: instrument bpf_msg_push_data() stackleak: instrument test_akcipher_one() stackleak: instrument bpf_msg_pop_data() stackleak: instrument test_shash_vec_cfg.isra.38() stackleak: instrument snd_rawmidi_info_select_user() stackleak: instrument test_hash_vec() stackleak: instrument test_hash_vs_generic_impl() stackleak: instrument msi_setup_msi_desc() stackleak: instrument alg_test_crc32c() stackleak: instrument alg_test() stackleak: instrument msix_setup_msi_descs() stackleak: instrument jfs_quota_write() stackleak: instrument jfs_quota_read() stackleak: instrument new_device_store() stackleak: instrument udf_expand_dir_adinicb() stackleak: instrument decode_rs8() stackleak: instrument ntfs_set_ea() stackleak: instrument inode_getblk() stackleak: instrument empty_dir() stackleak: instrument udf_getblk() stackleak: instrument decode_rs16() stackleak: instrument crypto_sha3_final() stackleak: instrument udf_rename() stackleak: instrument __do_sys_reboot() stackleak: instrument sha512_transform() stackleak: instrument crypto_sha3_update() stackleak: instrument blk_crypto_fallback_decrypt_bio() stackleak: instrument serdes_am654_probe() stackleak: instrument blk_crypto_fallback_encrypt_bio() stackleak: instrument orangefs_create() stackleak: instrument orangefs_mkdir() stackleak: instrument orangefs_symlink() stackleak: instrument jfs_link() stackleak: instrument udf_process_sequence() stackleak: instrument jfs_lookup() stackleak: instrument jfs_rename() stackleak: instrument jfs_symlink() stackleak: instrument jfs_create() stackleak: instrument jfs_mknod() stackleak: instrument streebog_g() stackleak: instrument jfs_mkdir() stackleak: instrument wp512_process_buffer() stackleak: instrument ethnl_set_coalesce() stackleak: instrument udf_fileident_read() stackleak: instrument gf128mul_lle() stackleak: instrument sha256_update() stackleak: instrument gf128mul_bbe() stackleak: instrument sha256() stackleak: instrument prb_calc_retire_blk_tmo() stackleak: instrument blake2b_compress_one_generic() stackleak: instrument xgene_phy_probe() stackleak: instrument xtSplitUp() stackleak: instrument xtLookup() stackleak: instrument xtInsert() stackleak: instrument xtExtend() stackleak: instrument crypto_ecb_crypt() stackleak: instrument xtUpdate() stackleak: instrument xtAppend() stackleak: instrument cachefiles_has_space() stackleak: instrument mcp23sxx_spi_gather_write() stackleak: instrument xtTruncate() stackleak: instrument cachefiles_add_cache() stackleak: instrument mcp23sxx_spi_write() stackleak: instrument xtTruncate_pmap() stackleak: instrument tpacket_snd() stackleak: instrument csd_lock_print_extended.isra.9() stackleak: instrument crypto_cbc_encrypt() stackleak: instrument crypto_cbc_decrypt() stackleak: instrument microchip_sgpio_get_ports.isra.10() stackleak: instrument crypto_pcbc_decrypt() stackleak: instrument crypto_pcbc_encrypt() stackleak: instrument smp_call_function_single(): calls_alloca stackleak: instrument microchip_sgpio_probe() stackleak: instrument smp_call_on_cpu() stackleak: instrument cachefiles_do_daemon_read() stackleak: instrument ocelot_pinctrl_create_pincfg.isra.12() stackleak: instrument ocelot_pinctrl_probe() stackleak: instrument diFree() stackleak: instrument LZ4HC_compress_generic() stackleak: instrument dbExtendFS() stackleak: instrument br_get_link_ksettings() stackleak: instrument kallsyms_lookup_name() stackleak: instrument x25_ioctl() stackleak: instrument kallsyms_on_each_symbol() stackleak: instrument add_index() stackleak: instrument x25_rx_call_request() stackleak: instrument __crash_kexec() stackleak: instrument crash_save_cpu() stackleak: instrument vmcoreinfo_append_str() stackleak: instrument dtSplitPage() stackleak: instrument nilfs_copy_dirty_pages() stackleak: instrument xts_xor_tweak() stackleak: instrument pcs_dt_node_to_map() stackleak: instrument nilfs_copy_back_pages() stackleak: instrument nilfs_clear_dirty_pages() stackleak: instrument nilfs_find_uncommitted_extent() stackleak: instrument dtSplitUp() stackleak: instrument dtDelete() stackleak: instrument jfs_readdir() stackleak: instrument dtModify() stackleak: instrument ifalias_show() stackleak: instrument duplex_show() stackleak: instrument ams369fg06_spi_write_byte.isra.4() stackleak: instrument speed_show() stackleak: instrument pci_bus_alloc_from_region() stackleak: instrument tsi721_enable_msix() stackleak: instrument crypto_ctr_crypt() stackleak: instrument netstat_show.isra.28() stackleak: instrument txInit() stackleak: instrument HUF_readStats() stackleak: instrument crypto_xctr_crypt() stackleak: instrument write_classid() stackleak: instrument set_write_to_gram_reg() stackleak: instrument ili922x_read_status() stackleak: instrument ili922x_read.constprop() stackleak: instrument hctr2_hash_tweaklen() stackleak: instrument ili922x_write() stackleak: instrument hctr2_create_common() stackleak: instrument hctr2_create() stackleak: instrument early_dump_pci_device() stackleak: instrument ipmi_panic_request_and_wait() stackleak: instrument __bmc_get_device_id() stackleak: instrument fec_prepare_data() stackleak: instrument __jfs_setxattr() stackleak: instrument port_cost() stackleak: instrument stop_one_cpu() stackleak: instrument stop_two_cpus() stackleak: instrument stop_machine_from_inactive_cpu() stackleak: instrument HUF_writeCTable() stackleak: instrument fcp_avc_transaction() stackleak: instrument HUF_readCTable() stackleak: instrument crypto_rfc4543_copy_src_to_dst(): calls_alloca stackleak: instrument gfs2_hole_size.isra.40() stackleak: instrument nilfs_btree_lookup_dirty_buffers() stackleak: instrument ZSTD_makeCCtxParamsFromCParams() stackleak: instrument devlink_nl_cmd_dpipe_headers_get() stackleak: instrument crypto_gcm_create() stackleak: instrument punch_hole() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument __gfs2_iomap_alloc() stackleak: instrument ZSTD_resetCCtx_internal() stackleak: instrument ZSTD_copyCCtx_internal() stackleak: instrument gfs2_iomap_begin() stackleak: instrument gfs2_iomap_get() stackleak: instrument gfs2_iomap_alloc() stackleak: instrument crypto_ccm_create() stackleak: instrument gfs2_map_journal_extents() stackleak: instrument gfs2_dir_read() stackleak: instrument gfs2_write_alloc_required() stackleak: instrument devlink_nl_param_fill() stackleak: instrument __devlink_nl_cmd_param_set_doit() stackleak: instrument ZSTD_estimateCCtxSize_usingCParams() stackleak: instrument ZSTD_estimateCStreamSize_usingCParams() stackleak: instrument crypto_ccm_auth() stackleak: instrument ZSTD_compressBlock_internal() stackleak: instrument gfs2_dir_exhash_dealloc() stackleak: instrument ZSTD_loadCEntropy() stackleak: instrument audit_log_execve_info() stackleak: instrument ZSTD_compressBegin_internal() stackleak: instrument ZSTD_compressBegin_advanced() stackleak: instrument ZSTD_compressBegin_usingDict() stackleak: instrument ZSTD_compress_advanced() stackleak: instrument x25_subscr_ioctl() stackleak: instrument ZSTD_compress_usingDict() stackleak: instrument lms501kf03_spi_write_byte.isra.4() stackleak: instrument ZSTD_createCDict_advanced2() stackleak: instrument ZSTD_createCDict_advanced() stackleak: instrument ZSTD_CCtx_init_compressStream2() stackleak: instrument ZSTD_initStaticCDict() stackleak: instrument ZSTD_compressBegin_usingCDict_advanced() stackleak: instrument crypto_aegis128_decrypt_generic() stackleak: instrument crypto_aegis128_encrypt_generic() stackleak: instrument crypto_aegis128_decrypt_simd() stackleak: instrument crypto_aegis128_encrypt_simd() stackleak: instrument ZSTD_compressSequences() stackleak: instrument crypto_aegis128_encrypt_chunk_neon() stackleak: instrument crypto_aegis128_decrypt_chunk_neon() stackleak: instrument gfs2_listxattr() stackleak: instrument ZSTD_NCountCost() stackleak: instrument br_dev_siocdevprivate() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument x25_route_ioctl() stackleak: instrument find_insert_glock() stackleak: instrument gfs2_dump_glock() stackleak: instrument ZSTD_compressSubBlock_multi.constprop() stackleak: instrument ZSTD_compressSuperBlock() stackleak: instrument zonefs_read_super() stackleak: instrument nilfs_do_roll_forward() stackleak: instrument subbuf_splice_actor.isra.12() stackleak: instrument gfs2_ail_empty_gl() stackleak: instrument cryptd_skcipher_decrypt(): calls_alloca stackleak: instrument cryptd_skcipher_encrypt(): calls_alloca stackleak: instrument cryptd_alloc_skcipher() stackleak: instrument cryptd_alloc_ahash() stackleak: instrument cryptd_alloc_aead() stackleak: instrument of_ipmi_probe() stackleak: instrument platform_ipmi_probe() stackleak: instrument load_nilfs() stackleak: instrument ZSTD_compressBlock_doubleFast_extDict_generic() stackleak: instrument erofs_iomap_begin() stackleak: instrument rose_rx_call_request() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read() stackleak: instrument fb_set_var() stackleak: instrument fb_new_modelist() stackleak: instrument nilfs_lookup_dirty_node_buffers() stackleak: instrument nilfs_dispose_list() stackleak: instrument vfs_readv() stackleak: instrument nilfs_lookup_dirty_data_buffers() stackleak: instrument vfs_writev() stackleak: instrument __kernel_read() stackleak: instrument __kernel_write() stackleak: instrument riva_get_EDID_i2c.isra.28() stackleak: instrument nilfs_segctor_do_construct() stackleak: instrument riva_load_video_mode() stackleak: instrument ipmi_pci_probe() stackleak: instrument rivafb_cursor() stackleak: instrument nilfs_sufile_trim_fs() stackleak: instrument gfs2_find_jhead() stackleak: instrument br_fill_linkxstats(): calls_alloca stackleak: instrument nilfs_palloc_freev() stackleak: instrument br_setlink() stackleak: instrument ipmi_platform_add() stackleak: instrument cp_statx() stackleak: instrument cp_new_stat() stackleak: instrument __do_sys_newfstat() stackleak: instrument __do_sys_newstat() stackleak: instrument __do_sys_newlstat() stackleak: instrument __do_sys_newfstatat() stackleak: instrument do_statx() stackleak: instrument rose_route_frame() stackleak: instrument ZSTD_compressBlock_doubleFast_dictMatchState() stackleak: instrument matroxfb_ioctl() stackleak: instrument ec_mulm_25519() stackleak: instrument torture_kthread_stopping() stackleak: instrument ec_mulm_448() stackleak: instrument store_bl_curve() stackleak: instrument shift_arg_pages() stackleak: instrument store_rotate() stackleak: instrument store_virtual() stackleak: instrument pwm_backlight_probe() stackleak: instrument mpi_ec_mul_point() stackleak: instrument store_bpp() stackleak: instrument store_pan() stackleak: instrument store_mode() stackleak: instrument nr_rt_ioctl() stackleak: instrument wled_configure() stackleak: instrument setup_arg_pages() stackleak: instrument nilfs_ioctl_clean_segments.isra.23() stackleak: instrument gfs2_write_cache_jdata() stackleak: instrument __lookup_slow() stackleak: instrument ZSTD_compressBlock_fast_extDict_generic() stackleak: instrument nvidiafb_cursor() stackleak: instrument ax25_rcv.isra.11() stackleak: instrument lookup_open.isra.84() stackleak: instrument pci_bus_distribute_available_resources() stackleak: instrument pci_bridge_distribute_available_resources() stackleak: instrument pbus_size_mem() stackleak: instrument fb_find_mode() stackleak: instrument filename_parentat() stackleak: instrument fb_find_best_display() stackleak: instrument filename_lookup() stackleak: instrument raid6_int8_xor_syndrome() stackleak: instrument do_filp_open() stackleak: instrument do_file_open_root() stackleak: instrument gfs2_get_name() stackleak: instrument atyfb_check_var() stackleak: instrument do_renameat2() stackleak: instrument aty_init() stackleak: instrument SiS_SenseLCD() stackleak: instrument gfs2_fallocate() stackleak: instrument sisfb_handle_ddc() stackleak: instrument camellia_setup128() stackleak: instrument camellia_setup256() stackleak: instrument iproc_pll_clk_setup() stackleak: disabled for this translation unit stackleak: instrument init_journal() stackleak: instrument cast5_setkey() stackleak: instrument __cast6_setkey() stackleak: instrument gfs2_fill_super() stackleak: instrument crypto_arc4_crypt() stackleak: instrument ZSTD_DUBT_findBestMatch() stackleak: instrument ZSTD_ldm_generateSequences() stackleak: instrument br_vlan_rtm_process() stackleak: instrument ZSTD_compressBlock_btlazy2() stackleak: instrument br_vlan_fill_vids(): calls_alloca stackleak: instrument gfs2_link() stackleak: instrument gfs2_unlink() stackleak: instrument ZSTD_insertBtAndGetAllMatches() stackleak: instrument chacha_stream_xor() stackleak: instrument crypto_xchacha_crypt() stackleak: instrument gfs2_create_inode() stackleak: instrument ZSTD_compressBlock_lazy2() stackleak: instrument gfs2_exchange.isra.30() stackleak: instrument ZSTD_compressBlock_opt_generic() stackleak: instrument gfs2_rename() stackleak: instrument HUF_decompress4X2_usingDTable_internal.isra.5() stackleak: instrument ZSTD_compressBlock_lazy() stackleak: instrument HUF_decompress4X1_usingDTable_internal.isra.3() stackleak: instrument ZSTD_compressBlock_btlazy2_dictMatchState() stackleak: instrument ZSTD_compressBlock_lazy2_dictMatchState() stackleak: instrument dw_edma_debugfs_regs_ch() stackleak: instrument dw_edma_debugfs_regs_wr() stackleak: instrument dw_edma_debugfs_regs_rd() stackleak: instrument ZSTD_compressBlock_lazy_dictMatchState() stackleak: instrument br_vlan_rtm_process_global_options() stackleak: instrument ZSTD_compressBlock_lazy2_dedicatedDictSearch() stackleak: instrument ZSTD_compressBlock_lazy_dedicatedDictSearch() stackleak: instrument of_irq_parse_and_map_pci() stackleak: instrument devm_of_pci_get_host_bridge_resources.constprop() stackleak: instrument ZSTD_compressBlock_greedy_extDict() stackleak: instrument ZSTD_loadDEntropy() stackleak: instrument ZSTD_DCtx_refDDict() stackleak: instrument br_mst_info_size() stackleak: instrument br_mst_fill_info() stackleak: instrument gfs2_adjust_quota() stackleak: instrument ZSTD_compressBlock_lazy_extDict() stackleak: instrument dw_edma_pcie_probe() stackleak: instrument do_sync() stackleak: instrument gfs2_set_dqblk() stackleak: instrument mpi_powm() stackleak: instrument gfs2_quota_init() stackleak: instrument ZSTD_buildSeqTable.isra.7() stackleak: instrument ZSTD_compressBlock_lazy2_extDict() stackleak: instrument InitSDRAMRegisters() stackleak: instrument ZSTD_decompressSequences_default.isra.2() stackleak: instrument ZSTD_compressBlock_btlazy2_extDict() stackleak: instrument ZSTD_decompressSequencesLong_default.isra.3() stackleak: instrument radeonfb_check_var() stackleak: instrument route_doit() stackleak: instrument gfs2_recover_func() stackleak: instrument gfs2_rbm_find() stackleak: instrument read_rindex_entry() stackleak: instrument gfs2_ri_total() stackleak: instrument gfs2_fitrim() stackleak: instrument gfs2_rgrp_error() stackleak: instrument ax25_recvmsg() stackleak: instrument cfg80211_calculate_bitrate_he() stackleak: instrument ax25_ctl_ioctl.isra.20() stackleak: instrument tdfxfb_set_par() stackleak: instrument ieee80211_bss() stackleak: instrument cfg80211_rx_assoc_resp() stackleak: instrument radeon_check_modes() stackleak: instrument cfg80211_scan_6ghz() stackleak: instrument crypto_authenc_copy_assoc(): calls_alloca stackleak: instrument cfg80211_inform_single_bss_data() stackleak: instrument cfg80211_inform_single_bss_frame_data() stackleak: instrument crypto_authenc_esn_copy(): calls_alloca stackleak: instrument dns_resolver_preparse() stackleak: instrument cfg80211_cqm_rssi_update() stackleak: instrument nl80211_probe_mesh_link() stackleak: instrument nl80211_get_coalesce() stackleak: instrument check_journal_clean() stackleak: instrument nl80211_parse_mesh_config.isra.164() stackleak: instrument nl80211_parse_key_new.isra.165() stackleak: instrument gfs2_consist_rgrpd_i() stackleak: instrument nl80211_authenticate() stackleak: instrument cfg80211_conn_do_work() stackleak: instrument nl80211_update_connect_params() stackleak: instrument cfg80211_conn_work() stackleak: instrument cfg80211_sme_rx_auth() stackleak: instrument caif_connect_client() stackleak: instrument nl80211_parse_tx_bitrate_mask.isra.173() stackleak: instrument nl80211_set_tx_bitrate_mask() stackleak: instrument __udma_alloc_gp_rflow_range() stackleak: instrument nl80211_add_mod_link_station.isra.157() stackleak: instrument vduse_dev_write_iter() stackleak: instrument nl80211_connect() stackleak: instrument vduse_dev_set_status() stackleak: instrument vduse_dev_get_vq_state_packed.isra.20() stackleak: instrument vduse_dev_get_vq_state_split.isra.21() stackleak: instrument vduse_dev_update_iotlb.constprop() stackleak: instrument rdev_init_debugfs() stackleak: instrument vduse_ioctl() stackleak: instrument nl80211_set_station() stackleak: instrument nl80211_new_station() stackleak: instrument nl80211_set_tid_config() stackleak: instrument nl80211_nan_add_func() stackleak: instrument cfctrl_recv() stackleak: instrument do_select() stackleak: instrument nl80211_send_wiphy() stackleak: instrument do_sys_poll() stackleak: instrument core_sys_select() stackleak: instrument nl80211_associate() stackleak: instrument batadv_iv_ogm_orig_dump() stackleak: instrument nl80211_color_change() stackleak: instrument nl80211_set_beacon() stackleak: instrument nl80211_pmsr_send_result() stackleak: instrument pmsr_parse_ftm.isra.15() stackleak: instrument nl80211_pmsr_start() stackleak: instrument nl80211_channel_switch() stackleak: instrument nci_set_config_req() stackleak: instrument nl80211_join_mesh() stackleak: instrument nci_send_data() stackleak: instrument drbg_seed() stackleak: instrument jent_entropy_init() stackleak: instrument nl80211_tx_mgmt() stackleak: instrument drbg_generate_long() stackleak: instrument nl80211_join_ibss() stackleak: instrument batadv_iv_ogm_process_per_outif() stackleak: instrument drbg_hmac_update() stackleak: instrument d_alloc_parallel() stackleak: instrument nl80211_dump_station() stackleak: instrument nl80211_get_station() stackleak: instrument nl80211_parse_sched_scan() stackleak: instrument nl80211_set_coalesce() stackleak: instrument of_dma_request_slave_channel() stackleak: instrument cfg80211_wext_siwrate.isra.29() stackleak: instrument cfg80211_wext_giwrate.isra.33() stackleak: instrument cfg80211_del_sta_sinfo() stackleak: instrument ti_sci_inta_msi_alloc_descs.isra.2() stackleak: instrument batadv_v_orig_dump() stackleak: instrument batadv_v_elp_get_throughput() stackleak: instrument __nci_spi_send() stackleak: instrument __nci_spi_read() stackleak: instrument dump_mapping() stackleak: instrument xillybus_read() stackleak: instrument xillybus_write() stackleak: instrument tpm1_get_timeouts() stackleak: instrument tpm2_get_pcr_allocation() stackleak: instrument arm_smmu_attach_dev() stackleak: instrument blake2s.constprop() stackleak: instrument extract_entropy.constprop() stackleak: instrument of_get_regulator_prot_limits() stackleak: instrument _get_random_bytes() stackleak: instrument get_random_bytes_user() stackleak: instrument hash_accept() stackleak: instrument _rng_recvmsg.constprop() stackleak: instrument ac_write() stackleak: instrument arm_smmu_cmdq_issue_cmdlist(): calls_alloca stackleak: instrument arm_smmu_handle_evt() stackleak: instrument ac_read() stackleak: instrument nfc_hci_execute_cmd() stackleak: instrument arm_smmu_sync_cd() stackleak: instrument arm_smmu_atc_inv_master() stackleak: instrument __arm_smmu_tlb_inv_range.isra.48() stackleak: instrument arm_smmu_atc_inv_domain() stackleak: instrument crypto_ofb_crypt() stackleak: instrument komeda_build_layer_split_data_flow() stackleak: instrument komeda_build_wb_split_data_flow() stackleak: instrument komeda_build_display_data_flow() stackleak: instrument sock_read_iter() stackleak: instrument sock_write_iter() stackleak: instrument service_announce_new() stackleak: instrument lookup_notify() stackleak: instrument say_hello() stackleak: instrument service_announce_del.constprop() stackleak: instrument ____sys_recvmsg() stackleak: instrument ctrl_cmd_bye.isra.10() stackleak: instrument ctrl_cmd_del_client() stackleak: instrument qrtr_ns_worker() stackleak: instrument __sys_bind() stackleak: instrument do_accept() stackleak: instrument vli_mmod_special() stackleak: instrument __sys_connect() stackleak: instrument __sys_getsockname() stackleak: instrument __sys_getpeername() stackleak: instrument __sys_sendto() stackleak: instrument __sys_recvfrom() stackleak: instrument vli_mmod_special2() stackleak: instrument komeda_print_events() stackleak: instrument vli_mmod_barrett() stackleak: instrument ___sys_sendmsg() stackleak: instrument ___sys_recvmsg() stackleak: instrument do_recvmmsg() stackleak: instrument __sys_sendmsg() stackleak: instrument __sys_sendmmsg() stackleak: instrument __sys_recvmsg() stackleak: instrument vli_mmod_fast() stackleak: instrument vli_mod_square_fast() stackleak: instrument vli_mod_mult_fast() stackleak: instrument seq_buf_hex_dump() stackleak: instrument ecc_point_double_jacobian() stackleak: instrument xycz_add_c() stackleak: instrument __ecc_is_key_valid.isra.3() stackleak: instrument vli_mmod_slow() stackleak: instrument vli_mod_mult_slow() stackleak: instrument vli_mod_inv() stackleak: instrument ecc_point_add.isra.4() stackleak: instrument ecc_point_mult.isra.5() stackleak: instrument ecc_point_mult_shamir() stackleak: instrument ecc_is_pubkey_valid_partial() stackleak: instrument crypto_ecdh_shared_secret() stackleak: instrument tpm_tis_spi_flow_control() stackleak: instrument tpm_tis_spi_transfer() stackleak: instrument llc_shdlc_connect() stackleak: instrument as3711_regulator_probe() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument cr50_wake_if_needed() stackleak: instrument seq_read() stackleak: instrument cr50_spi_flow_control() stackleak: instrument malidp_de_planes_init() stackleak: instrument essiv_aead_setkey() stackleak: instrument removexattr() stackleak: instrument setxattr() stackleak: instrument getxattr() stackleak: instrument wb_workfn() stackleak: instrument sync_inodes_sb() stackleak: instrument batadv_skb_set_priority() stackleak: instrument iter_to_pipe() stackleak: instrument __do_sys_vmsplice() stackleak: instrument da9063_regulator_probe() stackleak: instrument iter_file_splice_write() stackleak: instrument dynamic_dname() stackleak: instrument __do_sys_ustat() stackleak: instrument do_statfs64() stackleak: instrument do_statfs_native() stackleak: instrument vfs_get_fsid() stackleak: instrument __do_sys_statfs() stackleak: instrument __do_sys_statfs64() stackleak: instrument __do_sys_fstatfs() stackleak: instrument __do_sys_fstatfs64() stackleak: instrument drm_dp_mst_port_add_connector() stackleak: instrument crypto_kdf108_ctr_generate() stackleak: instrument build_dpcd_read() stackleak: instrument build_dpcd_write() stackleak: instrument build_power_updown_phy() stackleak: instrument build_query_stream_enc_status() stackleak: instrument build_allocate_payload() stackleak: instrument build_enum_path_resources() stackleak: instrument build_clear_payload_id_table() stackleak: instrument build_link_address() stackleak: instrument drm_dp_mst_dump_sideband_msg_tx() stackleak: instrument process_single_tx_qlock() stackleak: instrument recursive_loop() stackleak: instrument drm_dp_mst_i2c_read.isra.34() stackleak: instrument drm_dp_mst_i2c_write.isra.35() stackleak: instrument eeprom_93xx46_ew() stackleak: instrument eeprom_93xx46_read() stackleak: instrument eeprom_93xx46_write_word() stackleak: instrument eeprom_93xx46_eral() stackleak: instrument pn544_hci_probe() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument batadv_tt_global_dump() stackleak: instrument sm2_compute_z_digest() stackleak: instrument ttm_global_init() stackleak: instrument _ecdsa_verify() stackleak: instrument ecdsa_verify() stackleak: instrument do_usercopy_stack_callee() stackleak: instrument r128_cce_stipple() stackleak: instrument regmap_spi_gather_write() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument spi_read() stackleak: instrument genwqe_init_debugfs() stackleak: instrument s3fwrn5_nci_rf_configure() stackleak: instrument radeon_gpu_reset() stackleak: instrument st_nci_i2c_read.isra.4() stackleak: instrument radeon_lookup_i2c_gpio() stackleak: instrument radeon_atombios_add_pplib_thermal_controller() stackleak: instrument radeon_atombios_i2c_init() stackleak: instrument radeon_atombios_parse_power_table_1_3() stackleak: instrument htcpld_core_probe() stackleak: instrument radeon_get_atom_connector_info_from_object_table() stackleak: instrument radeon_get_atom_connector_info_from_supported_devices_table() stackleak: instrument radeon_combios_i2c_init() stackleak: instrument radeon_legacy_get_ext_tmds_info_from_table() stackleak: instrument radeon_legacy_get_ext_tmds_info_from_combios() stackleak: instrument st_nci_spi_read.isra.5() stackleak: instrument radeon_get_legacy_connector_info_from_table() stackleak: instrument st_nci_spi_write() stackleak: instrument radeon_get_legacy_connector_info_from_bios() stackleak: instrument radeon_combios_get_power_modes() stackleak: instrument do_direct_IO() stackleak: instrument clean_bdev_aliases() stackleak: instrument generic_block_bmap() stackleak: instrument __blockdev_direct_IO() stackleak: instrument __mpage_writepage() stackleak: instrument symbol_string() stackleak: instrument do_mpage_readpage() stackleak: instrument mpage_readahead() stackleak: instrument mpage_read_folio() stackleak: instrument block_read_full_folio() stackleak: instrument __vmw_execbuf_release_pinned_bo() stackleak: instrument vmw_gmr_bind() stackleak: instrument vmw_execbuf_process() stackleak: instrument nvme_alloc_user_request() stackleak: instrument nvme_submit_io() stackleak: instrument nvme_user_cmd64.isra.11() stackleak: instrument nvme_user_cmd.isra.10() stackleak: instrument max8660_pdata_from_dt.isra.2() stackleak: instrument max8660_probe() stackleak: instrument vmw_du_update_layout() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument vmw_print_bitmap() stackleak: instrument vmw_du_connector_fill_modes() stackleak: instrument vmw_kms_helper_dirty() stackleak: instrument vmw_du_helper_plane_update() stackleak: instrument scsi_cdrom_send_packet.isra.11() stackleak: instrument radeon_set_pll.isra.8() stackleak: instrument aio_write.constprop() stackleak: instrument aio_read.constprop() stackleak: instrument read_events() stackleak: instrument nvif_object_mthd() stackleak: instrument locks_remove_flock() stackleak: instrument scsi_send_eh_cmnd() stackleak: instrument __do_sys_flock() stackleak: instrument locks_remove_posix() stackleak: instrument vmw_gmrid_man_get_node() stackleak: instrument sas_scsi_recover_host() stackleak: instrument sync_file_ioctl() stackleak: instrument handle_remove() stackleak: instrument wm8400_register_codec() stackleak: instrument devtmpfs_work_loop() stackleak: instrument devtmpfs_create_node() stackleak: instrument devtmpfs_delete_node() stackleak: instrument via_verify_command_stream() stackleak: instrument ata_dev_same_device() stackleak: instrument copy_page_from_iter_atomic() stackleak: instrument udmabuf_create() stackleak: instrument ata_exec_internal_sg() stackleak: instrument vmw_sou_plane_update_bo() stackleak: instrument vmw_sou_plane_update_surface() stackleak: instrument csum_and_copy_from_iter() stackleak: instrument vmw_kms_sou_do_surface_dirty() stackleak: instrument ata_dev_configure() stackleak: instrument vmw_kms_sou_do_bo_dirty() stackleak: instrument vmw_kms_sou_readback() stackleak: instrument csum_and_copy_to_iter() stackleak: instrument radeon_add_common_modes() stackleak: instrument finetuneDQSI() stackleak: instrument node_read_meminfo() stackleak: instrument finetuneDQI_L.isra.4() stackleak: instrument vmw_gb_surface_define_internal() stackleak: instrument nvif_mem_ctor_type() stackleak: instrument vmw_mob_pt_setup() stackleak: instrument via_dma_blit() stackleak: instrument vmw_otables_setup() stackleak: instrument nvme_fc_signal_discovery_scan.isra.32() stackleak: instrument vmw_mob_bind() stackleak: instrument scsi_probe_and_add_lun() stackleak: instrument test_stub() stackleak: instrument icst_clk_register() stackleak: instrument nvmet_execute_disc_get_log_page() stackleak: instrument nvmet_bdev_execute_rw() stackleak: instrument ata_cmd_ioctl() stackleak: instrument ata_task_ioctl() stackleak: instrument find_race() stackleak: instrument sun4i_drv_probe() stackleak: instrument vmw_cmdbuf_work_func() stackleak: instrument sanitycheck() stackleak: instrument test_signaling() stackleak: instrument test_for_each() stackleak: instrument nvkm_client_new() stackleak: instrument test_get_fences() stackleak: instrument test_for_each_unlocked() stackleak: instrument spi_execute() stackleak: instrument spi_write_then_read() stackleak: instrument radeon_compute_pll_legacy() stackleak: instrument dbg_show() stackleak: instrument vmw_stdu_plane_update_bo() stackleak: instrument vmw_stdu_plane_update_surface() stackleak: instrument vmw_stdu_primary_plane_prepare_fb() stackleak: instrument ata_eh_report() stackleak: instrument spi_mem_exec_op() stackleak: instrument vmw_kms_stdu_dma() stackleak: instrument vmw_kms_stdu_surface_dirty() stackleak: instrument ata_eh_recover() stackleak: instrument qxl_framebuffer_surface_dirty() stackleak: instrument store_fc_host_vport_create() stackleak: instrument nvkm_ioctl_sclass() stackleak: instrument nvkm_ioctl_new() stackleak: instrument qxl_display_read_client_monitors_config() stackleak: instrument fc_attach_transport() stackleak: instrument pfuze100_regulator_probe() stackleak: instrument __clk_hw_register_fixed_factor() stackleak: instrument tda998x_bridge_mode_set() stackleak: instrument bcm_qspi_mspi_exec_mem_op() stackleak: instrument xdump() stackleak: instrument tda998x_create() stackleak: instrument reset_sar.isra.26() stackleak: instrument fw_core_remove_card() stackleak: instrument phylink_validate_any() stackleak: instrument ia_close() stackleak: instrument ioctl_queue_iso() stackleak: instrument arcnet_rx() stackleak: instrument sg_common_write.isra.26() stackleak: instrument sg_new_write.isra.27() stackleak: instrument threadfunc() stackleak: instrument sg_write() stackleak: instrument sata_pmp_eh_recover() stackleak: instrument st_ioctl() stackleak: instrument attiny_i2c_probe() stackleak: instrument st_write() stackleak: instrument sun6i_dsi_encoder_enable() stackleak: instrument fore200e_init() stackleak: instrument st_read() stackleak: instrument fw_core_handle_bus_reset() stackleak: instrument radeon_gem_va_update_vm() stackleak: instrument adv7511_set_config_csc.isra.14() stackleak: instrument mc13xxx_add_subdevice_pdata() stackleak: instrument mc13xxx_adc_do_conversion() stackleak: instrument fw_run_transaction() stackleak: instrument vmw_bo_cpu_blit() stackleak: instrument print_buffer.isra.18() stackleak: instrument mc13xxx_spi_read() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument clk_register_gpio() stackleak: instrument qxl_execbuffer_ioctl() stackleak: instrument handle_local_rom() stackleak: instrument mtk_dpi_set_display_mode() stackleak: instrument ohci_queue_iso() stackleak: instrument dsi_encoder_phy_mode_valid() stackleak: instrument dsi_encoder_mode_valid() stackleak: instrument get_phy_device() stackleak: instrument handle_ar_packet() stackleak: instrument handle_local_lock() stackleak: instrument radeon_cs_parser_relocs() stackleak: instrument radeon_cs_ioctl() stackleak: instrument lb035q02_write.isra.3() stackleak: instrument lg4573_spi_write_u16.isra.3() stackleak: instrument vfio_pci_bar_rw() stackleak: instrument panel_mipi_dbi_spi_probe() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument sfp_sm_event() stackleak: instrument simpledrm_mode() stackleak: instrument simpledrm_probe() stackleak: instrument da9052_spi_probe() stackleak: instrument nic_send_packet.constprop() stackleak: instrument nvkm_falcon_msgq_recv() stackleak: instrument i3c_hci_send_ccc_cmd() stackleak: instrument rtc_timer_enqueue() stackleak: instrument rtc_timer_do_work() stackleak: instrument rs690_bandwidth_update() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument __write_reg.isra.4() stackleak: instrument __read_reg.isra.3() stackleak: instrument tps65910_probe() stackleak: instrument gm200_acr_wpr_patch() stackleak: instrument gm200_acr_wpr_build_lsb.isra.4() stackleak: instrument lt9211_system_init.isra.8() stackleak: instrument lt9211_configure_timing.isra.9() stackleak: instrument lt9211_configure_rx.isra.11() stackleak: instrument lt9211_configure_plls.isra.12() stackleak: instrument lt9211_configure_tx.isra.13() stackleak: instrument receive_timing_debugfs_show() stackleak: instrument omap2_mcspi_transfer_one() stackleak: instrument r600_copy_cpdma() stackleak: instrument r600_ib_test() stackleak: instrument gp102_acr_wpr_patch() stackleak: instrument gp102_acr_wpr_build_lsb() stackleak: instrument assoc_array_insert() stackleak: instrument ti_lmu_probe() stackleak: instrument configure_dma() stackleak: instrument sii8620_set_infoframes() stackleak: instrument ld9040_spi_write_word.isra.4() stackleak: instrument hci_cmd_v1_daa() stackleak: instrument da7280_parse_properties() stackleak: instrument xgbe_print_pkt() stackleak: instrument da7280_haptics_upload_effect() stackleak: instrument vfio_iommu_type1_attach_group() stackleak: instrument pxa2xx_spi_pci_probe() stackleak: instrument vfio_iommu_type1_ioctl() stackleak: instrument ax88796c_work() stackleak: instrument rmi_driver_update_fw_store() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument cec_ioctl() stackleak: instrument svc_i3c_master_do_daa_locked() stackleak: instrument rmi_spi_xfer() stackleak: instrument __aq_ring_xdp_clean() stackleak: instrument ds1511_rtc_probe() stackleak: instrument w1_f0d_readblock() stackleak: instrument tle62x0_read() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument ds1685_rtc_probe() stackleak: instrument ks8995_write() stackleak: instrument ks8995_read() stackleak: instrument enic_set_vf_port() stackleak: instrument st7789v_spi_write.isra.3() stackleak: instrument acx565akm_transfer.isra.5() stackleak: instrument xgbe_an73_init() stackleak: instrument xgbe_an37_init() stackleak: instrument crc32c() stackleak: instrument nwl_dsi_host_transfer() stackleak: instrument __hwmon_device_register() stackleak: instrument nwl_dsi_bridge_mode_set() stackleak: instrument td043mtea1_write.isra.3() stackleak: instrument power_supply_get_battery_info() stackleak: instrument tidss_dispc_modeset_init() stackleak: instrument aq_del_fvlan_by_vlan() stackleak: instrument iqs7222_parse_all() stackleak: instrument xgbe_phy_sfp_read_eeprom() stackleak: instrument xgbe_phy_module_eeprom() stackleak: instrument evergreen_program_watermarks() stackleak: instrument enetc_init_port_rfs_memory() stackleak: instrument i2c_dw_init_regmap() stackleak: instrument map_get_value() stackleak: instrument dpaa2_eth_get_ethtool_stats() stackleak: instrument dpaa2_eth_set_dist_key() stackleak: instrument dpaa2_eth_set_vlan_qos() stackleak: instrument dpaa2_eth_rx() stackleak: instrument dispc_k2g_vp_set_ctm() stackleak: instrument dispc_k3_vp_set_ctm() stackleak: instrument isl12026_probe_new() stackleak: instrument __dpaa2_eth_tx() stackleak: instrument dispc_plane_setup() stackleak: instrument dpaa2_eth_bind_dpni() stackleak: instrument add_mcs() stackleak: instrument enetc_clean_rx_ring_xdp() stackleak: instrument hw_atl_utils_update_stats() stackleak: instrument enetc_poll() stackleak: instrument enetc_start_xmit() stackleak: instrument enetc_xdp_xmit() stackleak: instrument mlx5_core_set_issi() stackleak: instrument mmc_wait_for_cmd() stackleak: instrument btree_mergesort() stackleak: instrument bch_btree_insert_key() stackleak: instrument __bch_check_keys() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument m48t59_rtc_probe() stackleak: instrument bch_btree_node_read() stackleak: instrument mca_reap() stackleak: instrument bch_btree_node_write_sync() stackleak: instrument bch_btree_cache_free() stackleak: instrument bch_btree_map_nodes_recurse() stackleak: instrument bch_btree_check_recurse() stackleak: instrument bch_btree_check_thread() stackleak: instrument m48t86_rtc_probe() stackleak: instrument bch_btree_check() stackleak: instrument bch_btree_set_root() stackleak: instrument btree_split() stackleak: instrument kempld_register_cells_generic() stackleak: instrument bch_btree_insert_node() stackleak: instrument btree_gc_coalesce.isra.37() stackleak: instrument btree_gc_rewrite_node() stackleak: instrument btree_gc_recurse() stackleak: instrument bch_btree_insert_check_key() stackleak: instrument enetc_set_cls_entry() stackleak: instrument bch_btree_gc() stackleak: instrument bch_btree_map_keys_recurse() stackleak: instrument hdlcdrv_siocdevprivate() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument ppp_read() stackleak: instrument spi_write() stackleak: instrument lpc_sch_probe() stackleak: instrument ffa_version_check() stackleak: instrument ffa_rx_release() stackleak: instrument ffa_id_get() stackleak: instrument sdhci_send_tuning() stackleak: instrument ffa_mem_next_frag() stackleak: instrument ffa_memory_reclaim() stackleak: instrument __ffa_partition_info_get() stackleak: instrument ffa_msg_send_direct_req() stackleak: instrument ffa_mem_first_frag() stackleak: instrument ffa_rxtx_unmap() stackleak: instrument ffa_rxtx_map.constprop() stackleak: instrument netdev_get_ethtool_stats() stackleak: instrument netdev_set_link_ksettings() stackleak: instrument mtk_thermal_probe() stackleak: instrument mmc_send_bus_test() stackleak: instrument mmc_send_adtc_data() stackleak: instrument sd_write_ext_reg.constprop() stackleak: instrument aq_a2_fill_a0_stats() stackleak: instrument aq_a2_fill_b0_stats() stackleak: instrument mmc_send_tuning() stackleak: instrument mlxsw_reg_trans_wait() stackleak: instrument netdev_set_eeprom() stackleak: instrument aq_a2_fw_update_stats() stackleak: instrument radeon_sa_bo_new() stackleak: instrument pcidev_init() stackleak: instrument mlxsw_devlink_info_get() stackleak: instrument led_classdev_register_ext() stackleak: instrument mlxsw_core_fw_fsm_block_download() stackleak: instrument mmc_wait_for_app_cmd() stackleak: instrument mmc_app_send_scr() stackleak: instrument mmc_app_sd_status() stackleak: instrument mlx5_reg_mcqi_query() stackleak: instrument mlx5_fw_version_query() stackleak: instrument __mlxsw_core_bus_device_register() stackleak: instrument journal_wait_for_write() stackleak: instrument journal_read_bucket() stackleak: instrument bch_journal_replay() stackleak: instrument bch_journal_meta() stackleak: instrument xgene_edac_pmd_add() stackleak: instrument init_zm_i2c() stackleak: instrument read_moving() stackleak: instrument xgene_edac_mc_add() stackleak: instrument mlx5_eq_table_create() stackleak: instrument mmc_io_rw_extended() stackleak: instrument bcm6328_leds_probe() stackleak: instrument dce6_program_watermarks() stackleak: instrument mlxsw_env_module_has_temp_sensor() stackleak: instrument gfar_of_init.isra.45.constprop() stackleak: instrument ath6kl_create_qos_write() stackleak: instrument dmc520_edac_probe() stackleak: instrument ath6kl_delete_qos_write() stackleak: instrument ath6kl_power_params_write() stackleak: instrument qlcnic_82xx_get_beacon_state() stackleak: instrument pcf2127_probe.isra.9() stackleak: instrument mlxsw_env_module_temp_thresholds_get() stackleak: instrument mlxsw_env_got_active() stackleak: instrument mlxsw_env_get_module_eeprom_by_page() stackleak: instrument mlxsw_env_init() stackleak: instrument crypto_des_verify_key() stackleak: instrument of_parse_phandle_with_args_map() stackleak: instrument ath6kl_hif_dump_fw_crash() stackleak: instrument pcf85063_probe() stackleak: instrument give_pages() stackleak: instrument hash_digest_key.isra.39() stackleak: instrument __uuid_write() stackleak: instrument nvbios_shadow() stackleak: instrument mlxsw_linecard_device_fw_fsm_query_state() stackleak: instrument mlxsw_linecard_device_fw_fsm_lock() stackleak: instrument mlxsw_linecard_device_fw_fsm_cancel() stackleak: instrument mlxsw_linecard_device_fw_fsm_release() stackleak: instrument bch_prio_write() stackleak: instrument mlxsw_linecard_device_fw_fsm_component_verify() stackleak: instrument bch_cached_dev_run() stackleak: instrument mlxsw_linecard_device_fw_fsm_activate() stackleak: instrument bch_cached_dev_attach() stackleak: instrument charger_manager_probe() stackleak: instrument mlxsw_linecard_device_fw_fsm_block_download() stackleak: instrument mlxsw_linecard_device_fw_fsm_component_update() stackleak: instrument mlxsw_linecard_device_psid_get.isra.10() stackleak: instrument run_cache_set() stackleak: instrument ath6kl_htc_tx_from_queue() stackleak: instrument qlcnic_probe() stackleak: instrument ath6kl_htc_rx_process_hdr() stackleak: instrument npa_lf_hwctx_disable.isra.10() stackleak: instrument mlxsw_linecard_device_fw_component_query() stackleak: instrument dce8_program_watermarks() stackleak: instrument ath6kl_htc_rxmsg_pending_handler() stackleak: instrument mlxsw_linecards_init() stackleak: instrument cik_copy_cpdma() stackleak: instrument cik_ib_test() stackleak: instrument qlcnic_irq_test() stackleak: instrument __bch_cached_dev_show() stackleak: instrument bch_bset_print_stats() stackleak: instrument nix_blk_setup_mce() stackleak: instrument nix_init_policer_context() stackleak: instrument unflatten_dt_nodes() stackleak: instrument qlcnic_get_ethtool_stats() stackleak: instrument ref_tracker_alloc() stackleak: instrument ref_tracker_free() stackleak: instrument fst_siocdevprivate() stackleak: instrument mmc_err_stats_show() stackleak: instrument asn1_ber_decoder() stackleak: instrument mlx5_core_modify_cq_moderation() stackleak: instrument rvu_nix_init() stackleak: instrument nix_clear_ratelimit_aggr() stackleak: instrument rvu_nix_verify_aq_ctx.constprop() stackleak: instrument nix_lf_hwctx_disable.isra.33() stackleak: instrument rvu_nix_setup_ratelimit_aggr() stackleak: instrument __qlcnic_get_eswitch_port_config() stackleak: instrument qlcnic_fw_cmd_set_drv_version() stackleak: instrument qlcnic_fw_cmd_set_mtu() stackleak: instrument ath6kl_bmi_write() stackleak: instrument qlcnic_82xx_fw_cmd_create_rx_ctx() stackleak: instrument qlcnic_82xx_fw_cmd_del_rx_ctx() stackleak: instrument qlcnic_82xx_fw_cmd_create_tx_ctx() stackleak: instrument qlcnic_82xx_fw_cmd_del_tx_ctx() stackleak: instrument qlcnic_fw_cmd_set_port() stackleak: instrument qlcnic_82xx_config_intrpt() stackleak: instrument qlcnic_82xx_get_mac_address() stackleak: instrument qlcnic_82xx_get_nic_info() stackleak: instrument qlcnic_82xx_set_nic_info() stackleak: instrument qlcnic_82xx_get_pci_info() stackleak: instrument qlcnic_config_port_mirroring() stackleak: instrument qlcnic_get_port_stats() stackleak: instrument qlcnic_get_mac_stats() stackleak: instrument mlxsw_hwmon_module_temp_fault_show() stackleak: instrument qlcnic_clear_esw_stats() stackleak: instrument qlcnic_config_switch_port() stackleak: instrument mlxsw_hwmon_module_init() stackleak: instrument mlxsw_hwmon_gearbox_init() stackleak: instrument mlxsw_hwmon_init() stackleak: instrument syscon_probe() stackleak: instrument of_syscon_register() stackleak: instrument lp50xx_probe() stackleak: instrument print_dbg_info.isra.21() stackleak: instrument ef4_probe_interrupts() stackleak: instrument eng_grp_info_show() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument uhid_dev_create() stackleak: instrument ucode_load_store() stackleak: instrument write_dirty_finish() stackleak: instrument rv770_upload_sw_state() stackleak: instrument npc_mcam_alloc_entries() stackleak: instrument read_dirty() stackleak: instrument bch_writeback_thread() stackleak: instrument ath6kl_set_probed_ssids.isra.11() stackleak: instrument bch_sectors_dirty_init() stackleak: instrument ef4_realloc_channels() stackleak: instrument cfg80211_connect_bss.constprop() stackleak: instrument virtio_crypto_skcipher_crypt_req() stackleak: instrument virtio_crypto_alg_skcipher_init_session.constprop() stackleak: instrument mmc_test_simple_transfer() stackleak: instrument mmc_test_broken_transfer.constprop() stackleak: instrument mmc_test_buffer_transfer.constprop() stackleak: instrument ath6kl_cfg80211_connect_event() stackleak: instrument mt6360_charger_probe() stackleak: instrument rvu_npc_install_ucast_entry() stackleak: instrument rvu_npc_install_promisc_entry() stackleak: instrument rvu_npc_install_bcast_match_entry() stackleak: instrument rvu_npc_install_allmulti_entry() stackleak: instrument mlx5_query_module_num() stackleak: instrument mlx5_query_module_id() stackleak: instrument ath6kl_cfg80211_suspend() stackleak: instrument mlx5_query_mcia.isra.1() stackleak: instrument qlcnic_xmit_frame() stackleak: instrument mlxsw_thermal_gearboxes_init.isra.7() stackleak: instrument mlxsw_thermal_modules_init.isra.6() stackleak: instrument mlxsw_thermal_init() stackleak: instrument rvu_mbox_handler_npc_mcam_alloc_and_write_entry() stackleak: instrument virtio_chan_free() stackleak: instrument virtio_crypto_alg_akcipher_init_session() stackleak: instrument virtio_crypto_rsa_set_key() stackleak: instrument __virtio_crypto_akcipher_do_req() stackleak: instrument bq24190_probe() stackleak: instrument i2c_smbus_xfer_emulated() stackleak: instrument ath6kl_fetch_fw_apin() stackleak: instrument process_request() stackleak: instrument __ath6kl_init_hw_start() stackleak: instrument qlcnic_sysfs_get_esw_stats() stackleak: instrument netxen_config_intr_coalesce() stackleak: instrument ath6kl_init_fetch_firmwares() stackleak: instrument qlcnic_sysfs_get_port_stats() stackleak: instrument __qlcnic_fw_cmd_get_minidump_temp() stackleak: instrument of_irq_parse_raw() stackleak: instrument qlcnic_fw_flash_get_minidump_temp_size.isra.14() stackleak: instrument qlcnic_fw_get_minidump_temp_size.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument rvu_dbg_nix_band_prof_ctx_display() stackleak: instrument rvu_dbg_npa_ctx_display.isra.17() stackleak: instrument rvu_dbg_nix_queue_ctx_display.isra.22() stackleak: instrument get_max_column_width.isra.15() stackleak: instrument bq2515x_probe() stackleak: instrument mlxsw_pci_cq_tasklet() stackleak: instrument rvu_dbg_rsrc_attach_status() stackleak: instrument bcma_chipco_watchdog_register() stackleak: instrument crypto_des_verify_key() stackleak: instrument cypress_upload_sw_state() stackleak: instrument cypress_upload_mc_reg_table() stackleak: instrument cypress_populate_mc_reg_table() stackleak: instrument ef4_farch_test_registers() stackleak: instrument bq25890_get_chip_state() stackleak: instrument bq25890_rw_init_data() stackleak: instrument bq25890_fw_read_u32_props() stackleak: instrument cypress_dpm_enable() stackleak: instrument ath6kl_tx_complete() stackleak: instrument handle_aead_req() stackleak: instrument qlcnic_83xx_get_beacon_state() stackleak: instrument qlcnic_83xx_get_port_config() stackleak: instrument qlcnic_83xx_del_rx_ctx() stackleak: instrument qlcnic_83xx_del_tx_ctx() stackleak: instrument qlcnic_83xx_setup_link_event() stackleak: instrument qlcnic_83xx_set_port_config() stackleak: instrument handle_ahash_req() stackleak: instrument qlcnic_83xx_config_hw_lro() stackleak: instrument qlcnic_83xx_set_rx_intr_coal() stackleak: instrument qlcnic_83xx_set_tx_intr_coal() stackleak: instrument qlcnic_83xx_set_nic_info() stackleak: instrument qlcnic_83xx_get_mac_address() stackleak: instrument qlcnic_83xx_config_ipaddr() stackleak: instrument qlcnic_83xx_config_rss() stackleak: instrument netxen_process_rcv_ring() stackleak: instrument qlcnic_83xx_get_nic_info() stackleak: instrument qlcnic_83xx_get_pci_info() stackleak: instrument handle_skcipher_req() stackleak: instrument mlx5_hairpin_create_rq.isra.1() stackleak: instrument mlx5_hairpin_modify_rq() stackleak: instrument mlx5_hairpin_create_sq.isra.2() stackleak: instrument mlx5_hairpin_modify_sq() stackleak: instrument kmb_ocs_hcu_setkey() stackleak: instrument qlcnic_83xx_add_rings() stackleak: instrument qlcnic_83xx_create_rx_ctx() stackleak: instrument qlcnic_83xx_create_tx_ctx() stackleak: instrument qlcnic_83xx_idc_aen_work() stackleak: instrument qlcnic_83xx_config_led() stackleak: instrument qlcnic_83xx_initialize_nic() stackleak: instrument mlxsw_i2c_cmd_exec() stackleak: instrument qlcnic_83xx_config_intrpt() stackleak: instrument qlcnic_83xx_get_port_type() stackleak: instrument qlcnic_83xx_test_link() stackleak: instrument smb347_probe() stackleak: instrument qlcnic_83xx_get_stats() stackleak: instrument qlcnic_83xx_extend_md_capab() stackleak: instrument qlcnic_83xx_interrupt_test() stackleak: instrument rv3028_probe() stackleak: instrument mlx5_query_nic_vport_min_inline() stackleak: instrument mlx5_modify_nic_vport_min_inline() stackleak: instrument mlx5_query_nic_vport_mac_address() stackleak: instrument ef4_filter_rfs() stackleak: instrument safexcel_skcipher_aes_setkey() stackleak: instrument safexcel_skcipher_aesctr_setkey() stackleak: instrument safexcel_aead_ccm_setkey() stackleak: instrument crypto_des_verify_key() stackleak: instrument ucs1002_probe() stackleak: instrument safexcel_skcipher_aesxts_setkey() stackleak: instrument mlx5_query_vport_down_stats() stackleak: instrument safexcel_aead_gcm_setkey() stackleak: instrument bd9995x_fw_probe() stackleak: instrument npc_update_entry() stackleak: instrument bd9995x_hw_init() stackleak: instrument bd9995x_irq_handler_thread() stackleak: instrument mlxsw_m_ports_create() stackleak: instrument npc_install_flow() stackleak: instrument npc_update_dmac_value() stackleak: instrument safexcel_aead_exit_inv(): calls_alloca stackleak: instrument safexcel_skcipher_exit_inv(): calls_alloca stackleak: instrument safexcel_aead_setkey() stackleak: instrument npc_install_mcam_drop_rule() stackleak: instrument rv3029_probe() stackleak: instrument qlcnic_83xx_clear_function_resources() stackleak: instrument copy_from_iotlb() stackleak: instrument copy_to_iotlb() stackleak: instrument qed_dcbx_mib_update_event() stackleak: instrument vringh_getdesc_user() stackleak: instrument ef4_test_eventq_irq() stackleak: instrument qlcnic_set_vxlan_port() stackleak: instrument qlcnic_set_vxlan_parsing() stackleak: instrument arasan_dt_parse_clk_phases() stackleak: instrument rave_sp_write.isra.6() stackleak: instrument rave_sp_exec() stackleak: instrument safexcel_ahash_exit_inv(): calls_alloca stackleak: instrument safexcel_hmac_init_iv() stackleak: instrument safexcel_cbcmac_setkey() stackleak: instrument safexcel_sha3_fbcheck() stackleak: instrument safexcel_cmac_setkey() stackleak: instrument rv3032_probe() stackleak: instrument safexcel_xcbcmac_setkey() stackleak: instrument qed_parse_igu_fifo_element() stackleak: instrument safexcel_hmac_setkey() stackleak: instrument qed_grc_dump_registers() stackleak: instrument qed_idle_chk_dump_rule_entries() stackleak: instrument of_hwspin_lock_get_id() stackleak: instrument rv8803_probe() stackleak: instrument qlcnic_sriov_post_bc_msg() stackleak: instrument qed_grc_dump() stackleak: instrument qlcnic_sriov_process_bc_cmd() stackleak: instrument qlcnic_sriov_channel_cfg_cmd() stackleak: instrument qlcnic_sriov_handle_bc_cmd() stackleak: instrument insert() stackleak: instrument qlcnic_sriov_cleanup_list() stackleak: instrument qlcnic_sriov_get_vf_vport_info() stackleak: instrument qlcnic_sriov_cfg_bc_intr() stackleak: instrument qlcnic_sriov_cfg_vf_guest_vlan() stackleak: instrument qlcnic_sriov_get_vf_acl() stackleak: instrument qed_dbg_all_data() stackleak: instrument mlx5_cmd_create_match_definer() stackleak: instrument mlx5_cmd_fc_query() stackleak: instrument fw_cfg_cmdline_set() stackleak: instrument efx_probe_interrupts() stackleak: instrument ef4_mdio_set_link_ksettings() stackleak: instrument efx_realloc_channels() stackleak: instrument dm_btree_remove_leaves() stackleak: instrument vhost_dev_flush() stackleak: instrument qed_devlink_info_get() stackleak: instrument rproc_coredump() stackleak: instrument qed_hw_err_notify() stackleak: instrument qed_tx_pq_map_rt_init() stackleak: instrument rproc_coredump_using_sections() stackleak: instrument vhost_get_vq_desc() stackleak: instrument cfg80211_connect_bss.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument lbs_ibss_join_existing() stackleak: instrument lbs_ibss_start_new() stackleak: instrument stk17ta8_rtc_probe() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument ath6kl_sdio_scat_rw.isra.14() stackleak: instrument mwifiex_set_multicast_list() stackleak: instrument maybe_quirk_fw_disable_ds() stackleak: instrument rproc_name_read() stackleak: instrument rproc_trace_read() stackleak: instrument _mlx5_add_flow_rules() stackleak: instrument atc260x_i2c_probe() stackleak: instrument qed_int_attn_print() stackleak: instrument efx_ef10_get_mac_address_vf() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument qed_int_attentions() stackleak: instrument dump_zones.isra.15() stackleak: instrument qed_pglueb_rbc_attn_handler() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument rvu_switch_install_tx_rule() stackleak: instrument rvu_switch_install_rx_rule() stackleak: instrument rvu_switch_enable() stackleak: instrument efx_ef10_probe_pf() stackleak: instrument brcmf_set_sae_password() stackleak: instrument lbs_host_sleep_cfg() stackleak: instrument __qed_get_vport_port_stats() stackleak: instrument __qed_get_vport_tstats.isra.19() stackleak: instrument lbs_set_snmp_mib() stackleak: instrument lbs_get_snmp_mib() stackleak: instrument qed_configure_filter_mcast() stackleak: instrument send_key_to_dongle() stackleak: instrument lbs_set_11d_domain_info() stackleak: instrument brcmf_set_sharedkey() stackleak: instrument raid1_read_request() stackleak: instrument nvkm_pstate_info.isra.8() stackleak: instrument qed_reset_vport_stats() stackleak: instrument brcmf_bss_connect_done.isra.28() stackleak: instrument ni_convert_power_state_to_smc() stackleak: instrument brcmf_bss_roaming_done() stackleak: instrument raid1_sync_request() stackleak: instrument brcmf_cfg80211_get_station() stackleak: instrument brcmf_notify_connect_status() stackleak: instrument qed_mfw_report() stackleak: instrument raid1d() stackleak: instrument brcmf_vif_set_mgmt_ie() stackleak: instrument qed_fill_generic_tlv_data() stackleak: instrument brcmf_cfg80211_start_ap() stackleak: instrument raid1_reshape() stackleak: instrument scp_ipi_handler() stackleak: instrument si_parse_power_table() stackleak: instrument ni_dpm_enable() stackleak: instrument qed_slowpath_start() stackleak: instrument raid1_write_request() stackleak: instrument qed_mcp_handle_link_change() stackleak: instrument qed_get_protocol_stats() stackleak: instrument qed_mcp_update_bw() stackleak: instrument qed_mcp_update_stag() stackleak: instrument npc_update_field_hash() stackleak: instrument qed_mcp_read_ufp_config() stackleak: instrument qed_mcp_fill_shmem_func_info() stackleak: instrument extcon_sync() stackleak: instrument reshape_request() stackleak: instrument efx_filter_rfs() stackleak: instrument raid10_make_request() stackleak: instrument handle_read_error() stackleak: instrument raid10d() stackleak: instrument k3_dsp_rproc_probe() stackleak: instrument efx_test_eventq_irq() stackleak: instrument lbs_update_mcast() stackleak: instrument raid10_sync_request() stackleak: instrument r5l_recovery_fetch_ra_pool() stackleak: instrument gpmc_omap_onenand_calc_sync_timings() stackleak: instrument gpmc_omap_onenand_set_timings() stackleak: instrument gpmc_probe_generic_child() stackleak: instrument r5l_recovery_log() stackleak: instrument mlx5_create_scheduling_element_cmd() stackleak: instrument mlx5_modify_scheduling_element_cmd() stackleak: instrument mlx5_destroy_scheduling_element_cmd() stackleak: instrument ops_run_io() stackleak: instrument k3_r5_cluster_rproc_init() stackleak: instrument raid_run_ops() stackleak: instrument ci_populate_all_graphic_levels() stackleak: instrument ci_do_program_memory_timing_parameters() stackleak: instrument ci_populate_all_memory_levels() stackleak: instrument raid5_compute_blocknr() stackleak: instrument raid5_make_request() stackleak: instrument gk104_clk_prog() stackleak: instrument memcpy_fallback.isra.2() stackleak: instrument otx2_sq_append_tso() stackleak: instrument handle_stripe() stackleak: instrument raid5d() stackleak: instrument reshape_request() stackleak: instrument otx2_rx_napi_handler() stackleak: instrument otx2_napi_handler() stackleak: instrument drm_gem_get_pages() stackleak: instrument drm_gem_put_pages() stackleak: instrument drm_ioctl() stackleak: instrument efx_mcdi_wol_filter_set.constprop() stackleak: instrument efx_mcdi_read_assertion() stackleak: instrument efx_ptp_synchronize.constprop() stackleak: instrument efx_mcdi_get_board_cfg() stackleak: instrument efx_ptp_worker() stackleak: instrument efx_mcdi_flush_rxqs() stackleak: instrument brcmf_p2p_notify_action_frame_rx() stackleak: instrument radeon_vm_clear_bo() stackleak: instrument radeon_vm_update_page_directory() stackleak: instrument intel_th_subdevice_alloc() stackleak: instrument radeon_vm_bo_update() stackleak: instrument mtk_efuse_probe() stackleak: instrument otx2_get_link_mode_info() stackleak: instrument otx2_set_link_ksettings() stackleak: instrument smsc911x_ethtool_get_eeprom() stackleak: instrument drm_mode_setcrtc() stackleak: instrument skge_get_stats() stackleak: instrument intel_th_pci_probe() stackleak: instrument brcmf_c_process_clm_blob() stackleak: instrument brcmf_c_preinit_dcmds() stackleak: instrument sync_page_io() stackleak: instrument of_count_icc_providers() stackleak: instrument tb_cfg_request_sync() stackleak: instrument efx_mcdi_phy_get_module_eeprom_page() stackleak: instrument of_icc_get_by_index() stackleak: instrument tb_cfg_read_raw() stackleak: instrument tb_cfg_write_raw() stackleak: instrument of_get_drm_panel_display_mode() stackleak: instrument drm_mode_get_hv_timing() stackleak: instrument md_do_sync() stackleak: instrument drm_match_cea_mode_clock_tolerance.constprop() stackleak: instrument cn10k_refill_pool_ptrs() stackleak: instrument mux_mmio_probe() stackleak: instrument otx2_tc_add_flow() stackleak: instrument efx_mcdi_ev_init() stackleak: instrument uniphier_efuse_probe() stackleak: instrument efx_mcdi_rx_init() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument ad_sd_read_reg_raw() stackleak: instrument ad_sd_write_reg() stackleak: instrument drm_match_cea_mode() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument _drm_edid_connector_update() stackleak: instrument rave_sp_eeprom_probe() stackleak: instrument counter_sysfs_add() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument ad74413r_reg_read() stackleak: instrument efx_mcdi_filter_table_probe_matches() stackleak: instrument efx_mcdi_filter_populate_rss_table() stackleak: instrument sprd_efuse_probe() stackleak: instrument efx_mcdi_filter_push() stackleak: instrument efx_mcdi_filter_remove_internal() stackleak: instrument efx_mcdi_filter_insert_locked() stackleak: instrument efx_mcdi_filter_insert_addr_list() stackleak: instrument brcmf_feat_firmware_capabilities() stackleak: instrument efx_mcdi_filter_table_down() stackleak: instrument brcm_alt_fw_path() stackleak: instrument efx_mcdi_rx_pull_rss_context_config() stackleak: instrument brcmf_fw_complete_request() stackleak: instrument rmem_probe() stackleak: instrument nv50_devinit_init() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read() stackleak: instrument layerscape_sfp_probe() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument r600_dma_ib_test() stackleak: instrument __bmc150_accel_fifo_flush() stackleak: instrument r600_copy_dma() stackleak: instrument mwifiex_config_scan() stackleak: instrument md_bitmap_resize() stackleak: instrument mwifiex_scan_networks() stackleak: instrument rv770_copy_dma() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument __ad7280_read32() stackleak: instrument efx_ef100_init_datapath_caps() stackleak: instrument mlx5_dm_sw_icm_alloc() stackleak: instrument cfg80211_connect_bss.constprop() stackleak: instrument cas_interrupt() stackleak: instrument cas_init_one() stackleak: instrument brcmf_pno_config_sched_scans() stackleak: instrument evergreen_copy_dma() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument ad5360_read() stackleak: instrument mwifiex_get_ver_ext() stackleak: instrument mwifiex_eeprom_read() stackleak: instrument mwifiex_set_gen_ie() stackleak: instrument mlx5_query_mtrc_caps() stackleak: instrument mlx5_fw_tracer_set_mtrc_conf.isra.13() stackleak: instrument mlx5_tracer_print_trace.isra.16() stackleak: instrument mlx5_set_mtrc_caps_trace_owner.isra.11.constprop() stackleak: instrument mlx5_fw_tracer_ownership_release() stackleak: instrument mlx5_fw_tracer_ownership_acquire.isra.12() stackleak: instrument mlx5_fw_tracer_set_mtrc_ctrl.isra.14.constprop() stackleak: instrument mlx5_fw_tracer_handle_traces() stackleak: instrument mlx5_tracer_read_strings_db() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_read() stackleak: instrument spi_write.constprop() stackleak: instrument ad7606_spi_reg_read() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument ad5421_read() stackleak: instrument dma_port_write.constprop() stackleak: instrument dma_port_read() stackleak: instrument mlx5_rsc_dump_init() stackleak: instrument si_copy_dma() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument xlgmac_print_pkt() stackleak: instrument brcmf_pcie_init_ringbuffers.constprop() stackleak: instrument icm_tr_challenge_switch_key() stackleak: instrument icm_ar_get_boot_acl() stackleak: instrument icm_fr_challenge_switch_key() stackleak: instrument icm_usb4_switch_op() stackleak: instrument icm_ar_set_boot_acl() stackleak: instrument tb_xdomain_state_work() stackleak: instrument radeon_uvd_send_msg() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument cik_copy_dma() stackleak: instrument cik_sdma_ib_test() stackleak: instrument ad5755_read() stackleak: instrument tout_query_dtor() stackleak: instrument atomic_remove_fb() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read() stackleak: instrument spi_write() stackleak: instrument ad5758_spi_reg_read() stackleak: instrument drm_mode_addfb() stackleak: instrument ionic_rx_filter_replay() stackleak: instrument ionic_lif_quiesce() stackleak: instrument ionic_set_attr_mac() stackleak: instrument ionic_get_attr_mac() stackleak: instrument ionic_lif_del_hwstamp_rxfilt() stackleak: instrument ionic_lif_set_netdev_info() stackleak: instrument ionic_lif_filter_add() stackleak: instrument ionic_lif_filter_del() stackleak: instrument ionic_lif_list_addr() stackleak: instrument fxls8962af_fifo_flush() stackleak: instrument ionic_station_set() stackleak: instrument ionic_qcq_disable() stackleak: instrument ionic_qcq_enable() stackleak: instrument __send_empty_flush() stackleak: instrument ionic_lif_add_hwstamp_rxfilt() stackleak: instrument adis16080_read_sample() stackleak: instrument ionic_lif_notifyq_init() stackleak: instrument ionic_lif_txq_init() stackleak: instrument ionic_lif_rxq_init() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument ionic_lif_set_hwstamp_txmode() stackleak: instrument dm_setup_md_queue() stackleak: instrument __ad5766_spi_read() stackleak: instrument ionic_lif_rx_mode() stackleak: instrument ionic_lif_rss_config() stackleak: instrument ionic_change_mtu() stackleak: instrument ionic_set_nic_features() stackleak: instrument ionic_get_module_eeprom() stackleak: instrument dm_swap_table() stackleak: instrument tb_nvm_add_active() stackleak: instrument tb_nvm_add_non_active() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument adis16130_spi_read() stackleak: instrument drm_connector_set_tile_property() stackleak: instrument spi_sync_transfer() stackleak: instrument adxrs450_spi_initial() stackleak: instrument spi_write.constprop() stackleak: instrument adxrs450_spi_sensor_data() stackleak: instrument adxrs450_spi_read_reg_16() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument validate_hardware_logical_block_alignment.isra.13() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument ionic_get_lif_stats() stackleak: instrument ionic_sw_stats_get_values() stackleak: instrument dm_calculate_queue_limits() stackleak: instrument switch_basic_regs_show() stackleak: instrument cap_show() stackleak: instrument set_property_legacy() stackleak: instrument set_property_atomic() stackleak: instrument ionic_firmware_update() stackleak: instrument drm_mode_obj_get_properties_ioctl() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument ad5791_spi_read() stackleak: instrument setplane_internal() stackleak: instrument drm_mode_cursor_universal() stackleak: instrument drm_mode_cursor_common() stackleak: instrument drm_mode_page_flip_ioctl() stackleak: instrument ad9523_read() stackleak: instrument ad9523_write() stackleak: instrument drm_mode_gamma_set_ioctl() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument ltc2496_result_and_measure() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument dispatch_io() stackleak: instrument ctl_ioctl() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_read() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument __admv1014_spi_read() stackleak: instrument drmm_mode_config_init() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument __adrf6780_spi_read() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument __admv1013_spi_read() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument drm_syncobj_array_wait_timeout() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument radeon_vce_get_create_msg() stackleak: instrument radeon_vce_get_destroy_msg() stackleak: instrument max1118_read() stackleak: instrument message_stats_print() stackleak: instrument mwifiex_cfg80211_inform_ibss_bss() stackleak: instrument cfg80211_connect_bss.constprop() stackleak: instrument dm_stats_message() stackleak: instrument mwifiex_cfg80211_set_coalesce() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write.constprop() stackleak: instrument sca3000_read_data_short() stackleak: instrument sca3000_read_data.constprop() stackleak: instrument sca3300_transfer() stackleak: instrument drm_mode_create_lease_ioctl() stackleak: instrument __sca3000_unlock_reg_lock() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument st_lsm6dsx_shub_alloc_iiodev() stackleak: instrument __adis_write_reg() stackleak: instrument __adis_read_reg() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument dps310_calculate_pressure() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument mcp4131_read.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument drm_client_modeset_dpms_legacy() stackleak: instrument drm_client_firmware_config.isra.10() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument drm_client_modeset_probe() stackleak: instrument drm_client_modeset_commit_atomic() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write() stackleak: instrument st_lsm6dsx_i3c_probe() stackleak: instrument drm_mode_atomic_ioctl() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument mwifiex_verext_read() stackleak: instrument mwifiex_rdeeprom_read() stackleak: instrument r600_packet3_check.isra.9() stackleak: instrument mwifiex_info_read() stackleak: instrument rv515_bandwidth_avivo_update() stackleak: instrument ltc2983_setup.constprop() stackleak: instrument evergreen_packet3_check.isra.14() stackleak: instrument drm_legacy_addbufs_pci() stackleak: instrument mwifiex_sdio_reg_dump() stackleak: instrument r100_bandwidth_update() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument mwifiex_pcie_reg_dump() stackleak: instrument r100_ib_test() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument crypt_iv_lmk_one.isra.23() stackleak: instrument adc0832_adc_conversion() stackleak: instrument crypt_ctr_cipher_new.isra.21() stackleak: instrument crypt_iv_tcw_whitening.isra.24() stackleak: instrument crypt_iv_eboiv_gen() stackleak: instrument crypt_iv_elephant() stackleak: instrument multipath_ctr() stackleak: instrument crypt_convert_block_aead() stackleak: instrument crtc_crc_read() stackleak: instrument chunk_io() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_read() stackleak: instrument snapshot_merge_next_chunks() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_read.constprop() stackleak: instrument spi_sync_transfer() stackleak: instrument spi_write() stackleak: instrument ads8688_read() stackleak: instrument spi_sync_transfer.constprop() stackleak: instrument spi_write.constprop() stackleak: instrument spi_sync_transfer() stackleak: instrument ads131e08_write_reg() stackleak: instrument ads131e08_read_data() stackleak: instrument __load_discards() stackleak: instrument ads131e08_read_reg() stackleak: instrument in_worker0() stackleak: instrument drm_crtc_helper_set_mode() stackleak: instrument raid_ctr() stackleak: instrument in_worker1.constprop() stackleak: instrument in_illuminance_lux_table_store() stackleak: instrument sb_mac() stackleak: instrument ssd_commit_flushed() stackleak: instrument dm_integrity_flush_buffers() stackleak: instrument drm_helper_probe_detect_ctx() stackleak: instrument writecache_ctr() stackleak: instrument drm_helper_probe_single_connector_modes() stackleak: instrument drm_plane_helper_check_update.constprop() stackleak: instrument create_journal() stackleak: instrument integrity_sector_checksum() stackleak: instrument writecache_writeback() stackleak: instrument integrity_metadata() stackleak: instrument __journal_read_write() stackleak: instrument integrity_recalc() stackleak: instrument drm_atomic_helper_dirtyfb() stackleak: instrument section_mac() stackleak: instrument do_journal_write() stackleak: instrument write_journal() stackleak: instrument drm_self_refresh_helper_entry_work() stackleak: instrument replay_journal() stackleak: instrument drm_atomic_helper_shutdown() stackleak: instrument drm_atomic_helper_suspend() stackleak: instrument drm_atomic_helper_resume() stackleak: instrument dm_integrity_map_continue() stackleak: instrument mipi_dbi_typec3_command_read.isra.8() stackleak: instrument mipi_dbi_typec1_command_read.isra.7() stackleak: instrument mipi_dbi_spi1e_transfer.isra.9() stackleak: instrument mipi_dbi_spi1_transfer.isra.10() stackleak: instrument mipi_dbi_buf_copy() stackleak: instrument mipi_dbi_fb_dirty() stackleak: instrument mipi_dbi_spi_transfer() stackleak: instrument nv50_ram_calc() stackleak: instrument gf100_ram_calc() stackleak: instrument gt215_ram_calc() stackleak: instrument gt215_ram_new() stackleak: instrument nvkm_iccsense_oneinit() stackleak: instrument gm107_ltc_intr_lts() stackleak: instrument gf100_ltc_lts_intr() stackleak: instrument nvkm_vmm_iter.isra.11() stackleak: instrument nvkm_vmm_pfn_map() stackleak: instrument nvkm_fanpwm_create() stackleak: instrument nvkm_therm_ic_ctor() stackleak: instrument g84_cipher_intr() stackleak: instrument nvkm_fifo_chan_child_new() stackleak: instrument gf100_fifo_intr_pbdma() stackleak: instrument gk104_fifo_intr_pbdma_0() stackleak: instrument gk104_fifo_intr_pbdma_1() stackleak: instrument nv04_gr_intr() stackleak: instrument g84_gr_tlb_flush() stackleak: instrument nv50_gr_mp_trap() stackleak: instrument nv20_gr_intr() stackleak: instrument nv50_gr_prop_trap.isra.1() stackleak: instrument nv40_gr_intr() stackleak: instrument nv50_gr_tp_trap.isra.2() stackleak: instrument nv10_gr_load_dma_vtxbuf.isra.1() stackleak: instrument nv50_gr_trap_handler.isra.3() stackleak: instrument nv50_gr_intr() stackleak: instrument nv10_gr_intr() stackleak: instrument gf100_gr_oneinit_tiles() stackleak: instrument gf100_gr_trap_gpc_rop() stackleak: instrument gf100_gr_trap_intr() stackleak: instrument gf100_gr_trap_mp() stackleak: instrument gf100_gr_zbc_init() stackleak: instrument gp100_grctx_generate_smid_config() stackleak: instrument gv100_gr_trap_sm() stackleak: instrument gf100_grctx_generate_alpha_beta_tables() stackleak: instrument gm200_grctx_generate_smid_config() stackleak: instrument gf100_grctx_generate() stackleak: instrument nv40_grctx_fill() stackleak: instrument nv40_grctx_init() stackleak: instrument nv50_grctx_fill() stackleak: instrument nv50_grctx_init() stackleak: instrument nvkm_perfdom_new_() stackleak: instrument nouveau_bo_move() stackleak: instrument nouveau_gem_ioctl_pushbuf() stackleak: instrument nouveau_connector_get_modes() stackleak: instrument parse_bit_structure.isra.13() stackleak: instrument nv50_core_new() stackleak: instrument nv04_tmds_slave_init() stackleak: instrument nv17_tv_update_rescaler() stackleak: instrument nv50_audio_enable.isra.36() stackleak: instrument nv50_hdmi_enable.isra.37() stackleak: instrument nv50_crc_set_source() stackleak: instrument nouveau_hw_save_state() stackleak: instrument nv50_curs_new() stackleak: instrument nv50_base_new() Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5 # Build took: 0:04:36.483422