mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: GKI: Update the generic symbol list
Add a few more symbols. Bug: 182844240 Signed-off-by: Saravana Kannan <saravanak@google.com> Change-Id: Ide0ca453ff7819b17264adac6af2df574f8dbced
This commit is contained in:
parent
edc5c62da7
commit
c2c576792a
|
|
@ -50,6 +50,7 @@
|
||||||
bio_endio
|
bio_endio
|
||||||
bio_init
|
bio_init
|
||||||
bio_put
|
bio_put
|
||||||
|
__bitmap_clear
|
||||||
bitmap_from_arr32
|
bitmap_from_arr32
|
||||||
bitmap_parse
|
bitmap_parse
|
||||||
bitmap_parselist
|
bitmap_parselist
|
||||||
|
|
@ -79,9 +80,10 @@
|
||||||
blocking_notifier_call_chain
|
blocking_notifier_call_chain
|
||||||
blocking_notifier_chain_register
|
blocking_notifier_chain_register
|
||||||
blocking_notifier_chain_unregister
|
blocking_notifier_chain_unregister
|
||||||
|
bpf_trace_run1
|
||||||
bpf_trace_run10
|
bpf_trace_run10
|
||||||
bpf_trace_run11
|
bpf_trace_run11
|
||||||
bpf_trace_run1
|
bpf_trace_run12
|
||||||
bpf_trace_run2
|
bpf_trace_run2
|
||||||
bpf_trace_run3
|
bpf_trace_run3
|
||||||
bpf_trace_run4
|
bpf_trace_run4
|
||||||
|
|
@ -759,6 +761,7 @@
|
||||||
get_unused_fd_flags
|
get_unused_fd_flags
|
||||||
get_user_pages
|
get_user_pages
|
||||||
get_user_pages_fast
|
get_user_pages_fast
|
||||||
|
get_user_pages_remote
|
||||||
get_vaddr_frames
|
get_vaddr_frames
|
||||||
gic_nonsecure_priorities
|
gic_nonsecure_priorities
|
||||||
glob_match
|
glob_match
|
||||||
|
|
@ -795,6 +798,7 @@
|
||||||
handle_edge_irq
|
handle_edge_irq
|
||||||
handle_level_irq
|
handle_level_irq
|
||||||
handle_nested_irq
|
handle_nested_irq
|
||||||
|
handle_simple_irq
|
||||||
handle_sysrq
|
handle_sysrq
|
||||||
have_governor_per_policy
|
have_governor_per_policy
|
||||||
hex_dump_to_buffer
|
hex_dump_to_buffer
|
||||||
|
|
@ -938,8 +942,8 @@
|
||||||
irq_work_queue
|
irq_work_queue
|
||||||
irq_work_sync
|
irq_work_sync
|
||||||
is_vmalloc_addr
|
is_vmalloc_addr
|
||||||
jiffies64_to_msecs
|
|
||||||
jiffies
|
jiffies
|
||||||
|
jiffies64_to_msecs
|
||||||
jiffies_to_msecs
|
jiffies_to_msecs
|
||||||
jiffies_to_usecs
|
jiffies_to_usecs
|
||||||
kasan_flag_enabled
|
kasan_flag_enabled
|
||||||
|
|
@ -950,6 +954,7 @@
|
||||||
kernel_restart
|
kernel_restart
|
||||||
kern_mount
|
kern_mount
|
||||||
kern_unmount
|
kern_unmount
|
||||||
|
__kfifo_alloc
|
||||||
__kfifo_free
|
__kfifo_free
|
||||||
__kfifo_in
|
__kfifo_in
|
||||||
__kfifo_init
|
__kfifo_init
|
||||||
|
|
@ -1052,8 +1057,8 @@
|
||||||
memmove
|
memmove
|
||||||
memparse
|
memparse
|
||||||
memremap
|
memremap
|
||||||
memset64
|
|
||||||
memset
|
memset
|
||||||
|
memset64
|
||||||
memstart_addr
|
memstart_addr
|
||||||
memunmap
|
memunmap
|
||||||
mfd_add_devices
|
mfd_add_devices
|
||||||
|
|
@ -1115,8 +1120,8 @@
|
||||||
nla_append
|
nla_append
|
||||||
nla_memcpy
|
nla_memcpy
|
||||||
__nla_parse
|
__nla_parse
|
||||||
nla_put_64bit
|
|
||||||
nla_put
|
nla_put
|
||||||
|
nla_put_64bit
|
||||||
nla_put_nohdr
|
nla_put_nohdr
|
||||||
nla_reserve
|
nla_reserve
|
||||||
nla_strlcpy
|
nla_strlcpy
|
||||||
|
|
@ -1191,6 +1196,7 @@
|
||||||
of_property_read_string_helper
|
of_property_read_string_helper
|
||||||
of_property_read_u32_index
|
of_property_read_u32_index
|
||||||
of_property_read_u64
|
of_property_read_u64
|
||||||
|
of_property_read_u64_index
|
||||||
of_property_read_variable_u16_array
|
of_property_read_variable_u16_array
|
||||||
of_property_read_variable_u32_array
|
of_property_read_variable_u32_array
|
||||||
of_property_read_variable_u64_array
|
of_property_read_variable_u64_array
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user