ANDROID: GKI: update symbol list file for xiaomi
INFO: ABI DIFFERENCES HAVE BEEN DETECTED! INFO: 1 function symbol(s) added 'int param_set_uint_minmax(const char*, const struct kernel_param*, unsigned int, unsigned int)' Bug: 288308524 Change-Id: If5f11f762b6f870d8ab2d264eb0a4a2febe62e65 Signed-off-by: fengqi <fengqi@xiaomi.com>
This commit is contained in:
parent
64e4b4d31b
commit
275048c878
2 changed files with 31 additions and 0 deletions
|
|
@ -300844,6 +300844,14 @@ function {
|
|||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x3d3b5dd7
|
||||
}
|
||||
function {
|
||||
id: 0x92d2af21
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x3e10b518
|
||||
parameter_id: 0x3185812b
|
||||
parameter_id: 0x4585663f
|
||||
parameter_id: 0x4585663f
|
||||
}
|
||||
function {
|
||||
id: 0x92d3b873
|
||||
return_type_id: 0x6720d32f
|
||||
|
|
@ -359742,6 +359750,15 @@ elf_symbol {
|
|||
type_id: 0x92c2d86d
|
||||
full_name: "param_set_uint"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe48076c0
|
||||
name: "param_set_uint_minmax"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x4d337ca1
|
||||
type_id: 0x92d2af21
|
||||
full_name: "param_set_uint_minmax"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x1eafdf64
|
||||
name: "param_set_ulong"
|
||||
|
|
@ -385436,6 +385453,7 @@ interface {
|
|||
symbol_id: 0x34de6be7
|
||||
symbol_id: 0x9cc61d04
|
||||
symbol_id: 0x07e4f5ea
|
||||
symbol_id: 0xe48076c0
|
||||
symbol_id: 0x1eafdf64
|
||||
symbol_id: 0x67d6372c
|
||||
symbol_id: 0x0a48d5ac
|
||||
|
|
|
|||
|
|
@ -144,6 +144,9 @@
|
|||
sbitmap_weight
|
||||
scsi_done
|
||||
scsi_remove_device
|
||||
param_get_bool
|
||||
blk_mq_unique_tag
|
||||
param_set_uint_minmax
|
||||
|
||||
#required by mi_sched.ko
|
||||
__traceiter_android_vh_scheduler_tick
|
||||
|
|
@ -231,6 +234,9 @@
|
|||
#required by touch module
|
||||
power_supply_is_system_supplied
|
||||
|
||||
#required by mi-power.ko
|
||||
class_create_file_ns
|
||||
|
||||
#required by mi_mempool.ko
|
||||
__traceiter_android_vh_alloc_pages_reclaim_bypass
|
||||
__traceiter_android_vh_alloc_pages_failure_bypass
|
||||
|
|
@ -255,3 +261,10 @@
|
|||
tty_port_close_start
|
||||
tty_port_lower_dtr_rts
|
||||
tty_port_close_end
|
||||
|
||||
#required by mtdoops.ko
|
||||
of_node_name_prefix
|
||||
bdi_unregister
|
||||
|
||||
#required by dispaly.ko
|
||||
mipi_dsi_dcs_set_display_off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue