ANDROID: Update the KMI for virtual platform modules
Leaf changes summary: 1 artifact changed (26 filtered out)
Changed leaf types summary: 0 (26 filtered out) leaf types 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* vmemdup_user(void*, size_t)'
Bug: 184721371
Test: \
BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh \
BUILD_CONFIG=common-modules/virtual-device/build.config.virtual_device.aarch64 build/build.sh \
BUILD_CONFIG=common-modules/virtual-device/build.config.virtual_device.aarch64 build/build_abi.sh --update-symbol-list \
BUILD_CONFIG=common/build.config.gki.aarch64 build/build_abi.sh --update --print-report
Change-Id: Ib945211cb33806687eccdbe52533abf2db04abcf
Signed-off-by: Howard Chen <howardsoc@google.com>
This commit is contained in:
parent
b3f4130630
commit
ccdcd307cf
2 changed files with 363 additions and 529 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -614,8 +614,8 @@
|
|||
kmalloc_order_trace
|
||||
kvfree
|
||||
kvmalloc_node
|
||||
memdup_user
|
||||
mutex_trylock
|
||||
sg_alloc_table
|
||||
__sg_alloc_table_from_pages
|
||||
sg_free_table
|
||||
sg_next
|
||||
|
|
@ -644,6 +644,8 @@
|
|||
ttm_eu_fence_buffer_objects
|
||||
ttm_eu_reserve_buffers
|
||||
ttm_tt_init
|
||||
vmalloc_to_page
|
||||
vmemdup_user
|
||||
vmemmap
|
||||
ww_mutex_lock_interruptible
|
||||
ww_mutex_unlock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue