ANDROID: KVM: arm64: Remove DEBUG dependency to PKVM_STACKTRACE
Now pKVM prefaults the entire host stage-2, reading the stacktrace on
panic will not trigger any fault. Also, the stacktrace copy is only
"leaking" PC values to EL1. The PKVM_STACKTRACE option is therefore a
safe option for production. Allow turning it on without PKVM_DEBUG.
Bug: 357781595
Change-Id: Ie16dbdf948355f449ddbe830a875ce248e686e79
Signed-off-by:
Vincent Donnefort <vdonnefort@google.com>
Loading
Please sign in to comment