ANDROID: Remove stale symbols from symbol lists
The following symbols no longer exist after reverting the out-of-tree pKVM patches inherited from android13-5.15: - pkvm_iommu_finalize - pkvm_iommu_resume - pkvm_iommu_s2mpu_register - pkvm_iommu_suspend - pkvm_iommu_sysmmu_sync_register Additionally, mem_encrypt_active does not make sense outside of a pKVM guest (as it will always return 0). Remove references to these symbols from the symbol lists so that we can get presubmit working again before re-introducing the symbols in a newer version of the pKVM series. Bug: 233587962 Signed-off-by: Will Deacon <willdeacon@google.com> Change-Id: I1413e12e5e0f078fc7c7dfdbcac74c0078dadafd
This commit is contained in:
@@ -1028,7 +1028,6 @@
|
|||||||
__memcpy_fromio
|
__memcpy_fromio
|
||||||
__memcpy_toio
|
__memcpy_toio
|
||||||
memdup_user
|
memdup_user
|
||||||
mem_encrypt_active
|
|
||||||
memmove
|
memmove
|
||||||
memory_read_from_buffer
|
memory_read_from_buffer
|
||||||
memparse
|
memparse
|
||||||
|
|||||||
@@ -1302,11 +1302,6 @@
|
|||||||
pin_user_pages_fast
|
pin_user_pages_fast
|
||||||
pin_user_pages_remote
|
pin_user_pages_remote
|
||||||
pktgen_xfrm_outer_mode_output
|
pktgen_xfrm_outer_mode_output
|
||||||
pkvm_iommu_finalize
|
|
||||||
pkvm_iommu_resume
|
|
||||||
pkvm_iommu_s2mpu_register
|
|
||||||
pkvm_iommu_suspend
|
|
||||||
pkvm_iommu_sysmmu_sync_register
|
|
||||||
platform_bus_type
|
platform_bus_type
|
||||||
platform_device_add
|
platform_device_add
|
||||||
platform_device_add_data
|
platform_device_add_data
|
||||||
|
|||||||
Reference in New Issue
Block a user