mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ANDROID: ABI: update generic symbol list
Add below symbols: cpuidle_pause_and_lock cpuidle_resume_and_unlock down_timeout gpiod_cansleep __kfifo_from_user_r __kfifo_in_r __kfifo_skip_r __kfifo_to_user_r seq_vprintf stpcpy __uio_register_device uio_unregister_device vsscanf Bug: 197587366 Signed-off-by: Cyan_Hsieh <cyanhsieh@google.com> Change-Id: I42a652362f55f18159e24e30f1a56dbfce1d23d6
This commit is contained in:
@@ -229,6 +229,8 @@
|
||||
cpuhp_tasks_frozen
|
||||
cpu_hwcap_keys
|
||||
cpu_hwcaps
|
||||
cpuidle_pause_and_lock
|
||||
cpuidle_resume_and_unlock
|
||||
cpu_latency_qos_add_request
|
||||
cpu_latency_qos_remove_request
|
||||
cpu_latency_qos_update_request
|
||||
@@ -493,6 +495,7 @@
|
||||
down_interruptible
|
||||
down_read
|
||||
down_read_trylock
|
||||
down_timeout
|
||||
down_write
|
||||
drain_workqueue
|
||||
driver_register
|
||||
@@ -787,6 +790,7 @@
|
||||
gpiochip_get_data
|
||||
gpiochip_lock_as_irq
|
||||
gpiochip_unlock_as_irq
|
||||
gpiod_cansleep
|
||||
gpiod_count
|
||||
gpiod_direction_input
|
||||
gpiod_direction_output
|
||||
@@ -952,9 +956,13 @@
|
||||
kern_unmount
|
||||
__kfifo_alloc
|
||||
__kfifo_free
|
||||
__kfifo_from_user_r
|
||||
__kfifo_in
|
||||
__kfifo_init
|
||||
__kfifo_in_r
|
||||
__kfifo_out
|
||||
__kfifo_skip_r
|
||||
__kfifo_to_user_r
|
||||
kfree
|
||||
kfree_sensitive
|
||||
kfree_skb
|
||||
@@ -1518,6 +1526,7 @@
|
||||
seq_read
|
||||
seq_release
|
||||
seq_release_private
|
||||
seq_vprintf
|
||||
seq_write
|
||||
set_blocksize
|
||||
set_cpus_allowed_ptr
|
||||
@@ -1653,6 +1662,7 @@
|
||||
static_key_slow_dec
|
||||
static_key_slow_inc
|
||||
stop_machine
|
||||
stpcpy
|
||||
strcasecmp
|
||||
strcat
|
||||
strchr
|
||||
@@ -1925,6 +1935,8 @@
|
||||
ufshcd_shutdown
|
||||
ufshcd_system_resume
|
||||
ufshcd_system_suspend
|
||||
__uio_register_device
|
||||
uio_unregister_device
|
||||
unlock_page
|
||||
unmap_mapping_range
|
||||
unpin_user_page
|
||||
@@ -2070,6 +2082,7 @@
|
||||
vring_interrupt
|
||||
vring_new_virtqueue
|
||||
vsnprintf
|
||||
vsscanf
|
||||
vunmap
|
||||
vzalloc
|
||||
wait_for_completion
|
||||
|
||||
Reference in New Issue
Block a user