From 7b148974607906d1e0bb0b276deb3fb6def47432 Mon Sep 17 00:00:00 2001 From: Todd Kjos Date: Fri, 2 Jun 2023 17:34:18 +0000 Subject: [PATCH] ANDROID: Update ABI as part of crash fix Ok to commit this before KMI update since CRC change only affects the broken hooks which are only used by the partner that introduced the hooks. INFO: variable symbol 'struct tracepoint __tracepoint_android_rvh_psci_cpu_suspend' changed CRC changed from 0x4628ef5b to 0xf9b81cca variable symbol 'struct tracepoint __tracepoint_android_rvh_psci_tos_resident_on' changed CRC changed from 0x477813d5 to 0xb163a362 Fixes: b7a7fd15edc5 ("ANDROID: vendor_hooks: psci: add hook to check if cpu is allowed to power off") Bug: 285477556 Change-Id: I0539ac8ff1d26a6ba8dd0f13fc09b53f5ee0335b Signed-off-by: Todd Kjos --- android/abi_gki_aarch64.stg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/abi_gki_aarch64.stg b/android/abi_gki_aarch64.stg index f089f524efee..bd7ec8168344 100644 --- a/android/abi_gki_aarch64.stg +++ b/android/abi_gki_aarch64.stg @@ -323488,7 +323488,7 @@ elf_symbol { name: "__tracepoint_android_rvh_psci_cpu_suspend" is_defined: true symbol_type: OBJECT - crc: 0x4628ef5b + crc: 0xf9b81cca type_id: 0x18ccbd2c full_name: "__tracepoint_android_rvh_psci_cpu_suspend" } @@ -323497,7 +323497,7 @@ elf_symbol { name: "__tracepoint_android_rvh_psci_tos_resident_on" is_defined: true symbol_type: OBJECT - crc: 0x477813d5 + crc: 0xb163a362 type_id: 0x18ccbd2c full_name: "__tracepoint_android_rvh_psci_tos_resident_on" }