commit | eb4d0b2efb172df526fa11f2ea639c56a6159d82 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Apr 21 16:48:32 2020 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Jun 22 19:26:14 2020 +0100 |
tree | f5a34528451a664b57b0f31903d6dc5122c95d71 | |
parent | 2758f8c9a78fe1f700bbf299c4a722abd1e5df04 [diff] |
arm64: kvm: Lift instrumentation restrictions on VHE With VHE and nVHE executable code completely separated, remove build config that disabled GCOV/KASAN/UBSAN/KCOV instrumentation for VHE as these now execute under the same memory mappings as the rest of the kernel. No violations are currently being reported by either KASAN or UBSAN. Signed-off-by: David Brazdil <dbrazdil@google.com>