ANDROID: ABI: update symbol list for exynos
Updated symbol usage in vendor_zram to align with recent changes. As part of this update, the read_comp_algo_dictionary() symbol was added to enable compression algorithm dictionary loading. Bug: 407663651 Change-Id: I62e53d44cfe1610a1fafe97b139856e93dcc34c4 Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
This commit is contained in:
committed by
Treehugger Robot
parent
60712b3754
commit
9cd4b844c6
@@ -324572,6 +324572,12 @@ function {
|
||||
parameter_id: 0x3bfbd7cf
|
||||
parameter_id: 0x0f626ee5
|
||||
}
|
||||
function {
|
||||
id: 0x17267b6f
|
||||
return_type_id: 0xd5cc9c9a
|
||||
parameter_id: 0x0cbf60eb
|
||||
parameter_id: 0x3e10b518
|
||||
}
|
||||
function {
|
||||
id: 0x1726cb6c
|
||||
return_type_id: 0x48b5725f
|
||||
@@ -424155,6 +424161,15 @@ elf_symbol {
|
||||
type_id: 0xb809e664
|
||||
full_name: "read_cache_page_gfp"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x94f761df
|
||||
name: "read_comp_algo_dictionary"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x6c1ad8b0
|
||||
type_id: 0x17267b6f
|
||||
full_name: "read_comp_algo_dictionary"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xfdbe6bc0
|
||||
name: "read_sanitised_ftr_reg"
|
||||
@@ -451465,6 +451480,7 @@ interface {
|
||||
symbol_id: 0x87a9e1a0
|
||||
symbol_id: 0x5b227eda
|
||||
symbol_id: 0x5c3d4ca3
|
||||
symbol_id: 0x94f761df
|
||||
symbol_id: 0xfdbe6bc0
|
||||
symbol_id: 0x68b1776b
|
||||
symbol_id: 0x46082c90
|
||||
|
||||
@@ -2385,6 +2385,48 @@
|
||||
kthread_complete_and_exit
|
||||
usb_speed_string
|
||||
|
||||
# required by vendor-zram.ko
|
||||
bio_endio
|
||||
bio_end_io_acct_remapped
|
||||
bio_start_io_acct
|
||||
__blk_alloc_disk
|
||||
copy_page
|
||||
__cpuhp_state_add_instance
|
||||
__cpuhp_state_remove_instance
|
||||
del_gendisk
|
||||
device_add_disk
|
||||
flush_dcache_page
|
||||
LZ4_compress_fast
|
||||
LZ4_compress_fast_continue
|
||||
LZ4_decompress_safe
|
||||
LZ4_decompress_safe_continue
|
||||
LZ4_loadDict
|
||||
LZ4_setStreamDecode
|
||||
lzo1x_1_compress
|
||||
lzo1x_decompress_safe
|
||||
lzorle1x_1_compress
|
||||
memparse
|
||||
memset64
|
||||
next_arg
|
||||
put_disk
|
||||
read_comp_algo_dictionary
|
||||
__register_blkdev
|
||||
set_capacity
|
||||
set_capacity_and_notify
|
||||
skip_spaces
|
||||
sync_blockdev
|
||||
unregister_blkdev
|
||||
zs_compact
|
||||
zs_create_pool
|
||||
zs_destroy_pool
|
||||
zs_free
|
||||
zs_get_total_pages
|
||||
zs_huge_class_size
|
||||
zs_malloc
|
||||
zs_map_object
|
||||
zs_pool_stats
|
||||
zs_unmap_object
|
||||
|
||||
# required by xperf.ko
|
||||
cpufreq_quick_get_max
|
||||
stpcpy
|
||||
|
||||
Reference in New Issue
Block a user