Files
kernel_arpi/android
Will Deacon b8ba6dcba1 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
2022-08-04 13:03:53 +00:00
..