Skip to content

Commit

Permalink
ANDROID: ABI: Update symbol for Exynos SoC
Browse files Browse the repository at this point in the history
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
Bug: 295107610
Change-Id: I9f8d9d20f643b34bbc475dde468dbaa11f56e667
Signed-off-by: Junki Min <[email protected]>
(cherry picked from commit 960d982)
  • Loading branch information
Junki Min authored and Will Deacon committed Aug 9, 2023
1 parent 714fa9b commit c5c84f4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
10 changes: 10 additions & 0 deletions android/abi_gki_aarch64.stg
Original file line number Diff line number Diff line change
Expand Up @@ -318081,6 +318081,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"
Expand Down Expand Up @@ -377506,6 +377515,7 @@ interface {
symbol_id: 0x80f1cf36
symbol_id: 0x3e32c80e
symbol_id: 0x5298aa39
symbol_id: 0xaf8ee687
symbol_id: 0x746a66fc
symbol_id: 0x47a334c4
symbol_id: 0xebf4b11f
Expand Down
17 changes: 13 additions & 4 deletions android/abi_gki_aarch64_exynos
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -325,6 +326,7 @@
fd_install
fget
_find_first_bit
_find_first_zero_bit
_find_last_bit
_find_next_and_bit
_find_next_bit
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1025,7 +1028,6 @@
ww_mutex_unlock

# required by cfg80211.ko
bpf_trace_run10
csum_partial
debugfs_rename
__dev_change_net_namespace
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -2056,6 +2065,7 @@
dql_reset
dst_release
ether_setup
__find_nth_bit
for_each_kernel_tracepoint
in4_pton
in6_pton
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit c5c84f4

Please sign in to comment.