ANDROID: GKI: db845c: Update symbols list and ABI
android11-5.4-lts is broken on Dragonboard 845c because
of a recently added symbol.
So updated the symbols list by running:
BUILD_CONFIG=common/build.config.db845c build/build_abi.sh -s
And the abi_gki_aarch64 ABI by running:
"BUILD_CONFIG=common/build.config.gki.aarch64 \
ABI_DEFINITION=abi_gki_aarch64.xml build/build_abi.sh \
--update --print-report"
========================================================
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
1 Added function:
[A] 'function void refcount_warn_saturate(refcount_struct*, refcount_saturation_type)'
========================================================
Fixes: 0d3182fbe6 ("locking/refcount: Move saturation warnings out of line")
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Change-Id: Ibd563488f61c14580b8241550a9ebf8428b27c35
This commit is contained in:
167112
android/abi_gki_aarch64.xml
167112
android/abi_gki_aarch64.xml
File diff suppressed because it is too large
Load Diff
@@ -227,6 +227,7 @@
|
||||
ktime_get_mono_fast_ns
|
||||
__list_add_valid
|
||||
__list_del_entry_valid
|
||||
__local_bh_enable_ip
|
||||
mbox_client_txdone
|
||||
mbox_free_channel
|
||||
mbox_request_channel
|
||||
@@ -366,8 +367,7 @@
|
||||
_raw_spin_unlock_irq
|
||||
_raw_spin_unlock_irqrestore
|
||||
rdev_get_drvdata
|
||||
refcount_dec_and_test_checked
|
||||
refcount_inc_checked
|
||||
refcount_warn_saturate
|
||||
register_reboot_notifier
|
||||
__register_rpmsg_driver
|
||||
regmap_bulk_read
|
||||
@@ -584,7 +584,6 @@
|
||||
__kfifo_free
|
||||
kmalloc_order_trace
|
||||
ktime_get_with_offset
|
||||
__local_bh_enable_ip
|
||||
memmove
|
||||
param_ops_ulong
|
||||
pskb_expand_head
|
||||
@@ -1129,8 +1128,9 @@
|
||||
usb_create_hcd
|
||||
|
||||
# required by phy-qcom-qmp.ko
|
||||
of_clk_get_by_name
|
||||
devm_get_clk_from_child
|
||||
__of_reset_control_get
|
||||
reset_control_put
|
||||
|
||||
# required by phy-qcom-qusb2.ko
|
||||
devm_nvmem_cell_get
|
||||
@@ -1307,7 +1307,6 @@
|
||||
_raw_write_lock_bh
|
||||
_raw_write_unlock_bh
|
||||
refcount_dec_and_mutex_lock
|
||||
refcount_dec_checked
|
||||
release_sock
|
||||
rtnl_is_locked
|
||||
rtnl_register_module
|
||||
|
||||
Reference in New Issue
Block a user