ANDROID: Fix the KMI
The CRC for shmem_file_setup changed after https://r.android.com/c/2512924/5 rebased on commit due to the bi-weekly KMI update happening in tandem. The KMI changes include: function symbol 'struct file* shmem_file_setup(const char*, loff_t, unsigned long)' changed CRC changed from 0x5979e157 to 0xe9ef458b Also, abi_gki_protected_exports_aarch64 needed an update due to the hashtag 'kmi-changes-for-2023-03-29'. Bug: 273448633 Change-Id: Ie174f036ddfbac12e454bbaf927c4a15cf9020f0 Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
6976fcd167
commit
f2844fae7f
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
root_id: 0x25a8b173
|
||||
root_id: 0x84ea5130
|
||||
void {
|
||||
id: 0x48b5725f
|
||||
}
|
||||
|
|
@ -354789,7 +354789,7 @@ elf_symbol {
|
|||
name: "shmem_file_setup"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x5979e157
|
||||
crc: 0xe9ef458b
|
||||
type_id: 0x4e848709
|
||||
full_name: "shmem_file_setup"
|
||||
}
|
||||
|
|
@ -364671,7 +364671,7 @@ elf_symbol {
|
|||
full_name: "zs_unmap_object"
|
||||
}
|
||||
symbols {
|
||||
id: 0x25a8b173
|
||||
id: 0x84ea5130
|
||||
symbol {
|
||||
key: "I_BDEV"
|
||||
value: 0x2dddbe52
|
||||
|
|
|
|||
|
|
@ -175,6 +175,7 @@ cfg80211_tx_mlme_mgmt
|
|||
cfg80211_unlink_bss
|
||||
cfg80211_unregister_wdev
|
||||
cfg80211_update_owe_info_event
|
||||
cfg80211_valid_disable_subchannel_bitmap
|
||||
cfg80211_vendor_cmd_get_sender
|
||||
cfg80211_vendor_cmd_reply
|
||||
close_candev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue