ANDROID: ABI: Update symbol for Exynos SoC
Update symbols for Exynos WLBT driver. 1 function symbol(s) added 'unsigned long __find_nth_bit(const unsigned long*, unsigned long, unsigned long)' Bug: 294470344 Change-Id: I9f8d9d20f643b34bbc475dde468dbaa11f56e667 Signed-off-by: Junki Min <joonki.min@samsung.com>
This commit is contained in:
parent
3926cc6ef8
commit
960d9828ee
@ -321120,6 +321120,15 @@ elf_symbol {
|
||||
type_id: 0x20cd94dc
|
||||
full_name: "__fdget"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xaf8ee687
|
||||
name: "__find_nth_bit"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x3eccbe2c
|
||||
type_id: 0x3ec500b9
|
||||
full_name: "__find_nth_bit"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x746a66fc
|
||||
name: "__flush_workqueue"
|
||||
@ -381023,6 +381032,7 @@ interface {
|
||||
symbol_id: 0x80f1cf36
|
||||
symbol_id: 0x3e32c80e
|
||||
symbol_id: 0x5298aa39
|
||||
symbol_id: 0xaf8ee687
|
||||
symbol_id: 0x746a66fc
|
||||
symbol_id: 0x47a334c4
|
||||
symbol_id: 0xebf4b11f
|
||||
|
@ -42,6 +42,7 @@
|
||||
blocking_notifier_chain_register
|
||||
blocking_notifier_chain_unregister
|
||||
bpf_trace_run1
|
||||
bpf_trace_run10
|
||||
bpf_trace_run2
|
||||
bpf_trace_run3
|
||||
bpf_trace_run4
|
||||
@ -325,6 +326,7 @@
|
||||
fd_install
|
||||
fget
|
||||
_find_first_bit
|
||||
_find_first_zero_bit
|
||||
_find_last_bit
|
||||
_find_next_and_bit
|
||||
_find_next_bit
|
||||
@ -701,6 +703,7 @@
|
||||
___ratelimit
|
||||
raw_notifier_call_chain
|
||||
raw_notifier_chain_register
|
||||
raw_notifier_chain_unregister
|
||||
_raw_read_lock
|
||||
_raw_read_unlock
|
||||
_raw_spin_lock
|
||||
@ -1025,7 +1028,6 @@
|
||||
ww_mutex_unlock
|
||||
|
||||
# required by cfg80211.ko
|
||||
bpf_trace_run10
|
||||
csum_partial
|
||||
debugfs_rename
|
||||
__dev_change_net_namespace
|
||||
@ -1227,8 +1229,10 @@
|
||||
match_string
|
||||
memory_read_from_buffer
|
||||
migrate_swap
|
||||
perf_event_create_kernel_counter
|
||||
perf_event_enable
|
||||
perf_event_read_local
|
||||
pick_highest_pushable_task
|
||||
raw_notifier_chain_unregister
|
||||
raw_spin_rq_lock_nested
|
||||
raw_spin_rq_unlock
|
||||
_raw_write_trylock
|
||||
@ -1272,6 +1276,7 @@
|
||||
__traceiter_android_vh_binder_restore_priority
|
||||
__traceiter_android_vh_binder_set_priority
|
||||
__traceiter_android_vh_binder_wakeup_ilocked
|
||||
__traceiter_android_vh_jiffies_update
|
||||
__traceiter_android_vh_scheduler_tick
|
||||
__traceiter_android_vh_syscall_prctl_finished
|
||||
__traceiter_binder_transaction_received
|
||||
@ -1302,6 +1307,7 @@
|
||||
__tracepoint_android_vh_binder_restore_priority
|
||||
__tracepoint_android_vh_binder_set_priority
|
||||
__tracepoint_android_vh_binder_wakeup_ilocked
|
||||
__tracepoint_android_vh_jiffies_update
|
||||
__tracepoint_android_vh_scheduler_tick
|
||||
__tracepoint_android_vh_syscall_prctl_finished
|
||||
__tracepoint_binder_transaction_received
|
||||
@ -2048,6 +2054,9 @@
|
||||
|
||||
# required by scsc_wlan.ko
|
||||
arp_tbl
|
||||
__cpuhp_remove_state
|
||||
__cpuhp_state_add_instance
|
||||
__cpuhp_state_remove_instance
|
||||
dev_addr_mod
|
||||
dev_alloc_name
|
||||
__dev_queue_xmit
|
||||
@ -2056,6 +2065,7 @@
|
||||
dql_reset
|
||||
dst_release
|
||||
ether_setup
|
||||
__find_nth_bit
|
||||
for_each_kernel_tracepoint
|
||||
in4_pton
|
||||
in6_pton
|
||||
@ -2200,7 +2210,6 @@
|
||||
drm_syncobj_get_handle
|
||||
drm_syncobj_replace_fence
|
||||
__fdget
|
||||
_find_first_zero_bit
|
||||
__folio_put
|
||||
get_random_u32
|
||||
__get_task_comm
|
||||
@ -2261,7 +2270,6 @@
|
||||
__traceiter_gpu_mem_total
|
||||
__tracepoint_android_vh_meminfo_proc_show
|
||||
__tracepoint_gpu_mem_total
|
||||
ttm_bo_eviction_valuable
|
||||
ttm_bo_init_reserved
|
||||
ttm_bo_kmap
|
||||
ttm_bo_kunmap
|
||||
@ -2576,5 +2584,6 @@
|
||||
__skb_get_hash
|
||||
__skb_gso_segment
|
||||
tasklet_unlock_wait
|
||||
ttm_bo_eviction_valuable
|
||||
ufshcd_mcq_poll_cqe_nolock
|
||||
unregister_netdevice_many
|
||||
|
Loading…
Reference in New Issue
Block a user