ANDROID: GKI: db845c: Update symbols list and ABI
android13-5.10 is broken on Dragonboard 845c because of
recently added symbols.
So updated the symbols list by running:
"BUILD_CONFIG=common/build.config.db845c \
KMI_SYMBOL_LIST_ADD_ONLY=1 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 KMI_SYMBOL_LIST_ADD_ONLY=1 \
build/build_abi.sh --update --print-report"
========================================================
ABI DIFFERENCES HAVE BEEN DETECTED!
4 function symbol(s) added
'struct reset_control * __reset_control_get(struct device *, const char *, int, bool, bool, bool)'
'void * devm_platform_get_and_ioremap_resource(struct platform_device *, unsigned int, struct resource * *)'
'void reset_control_put(struct reset_control *)'
'ssize_t strscpy_pad(char *, const char *, size_t)'
========================================================
This ABI and symbols update end up adding a lot more symbols
than the above 4 missing function symbols:
* devm_get_clk_from_child symbol was added in commit
6f3673c8 ("phy: qcom-qmp: fix struct clk leak on probe
errors")
* xa_* symbols were added in commit 4f728642
("qrtr: Convert qrtr_ports from IDR to XArray")
Bug: 146449535
Fixes: 66651d71 ("mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC")
Fixes: 3660db29 ("iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()")
Fixes: 0a49bfa8 ("rpmsg: qcom: glink: replace strncpy() with strscpy_pad()")
Signed-off-by:
Amit Pundir <amit.pundir@linaro.org>
Change-Id: I620624933bde04c663d753b4e970f9b1156c396b
Loading
Please sign in to comment