Message ID | 20201208142452.87237-1-dbrazdil@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixes and cleanups of PSCI relay for kvmarm/next | expand |
On Tue, 8 Dec 2020 14:24:46 +0000, David Brazdil wrote: > Small batch of improvements for the 'Opt-in always-on nVHE hypervisor' > series, now merged in kvmarm/next. > > Patch #1 fixes potential use of invalid v0.1 functions IDs reported > by Mark Rutland, patch #2 fixes a warning reported by Qian Cai. > Patch #3 avoids a code path not used in VHE, can be dropped if any > concerns arise. The remaining patches are minor cleanups from review. > > [...] Applied to next, thanks! [1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs commit: ff367fe473a9857160c17827931375a899076394 [2/6] kvm: arm64: Use lm_alias in nVHE-only VA conversion commit: 7a96a0687b80a1870c689418d7b72012c8bdd53d [3/6] kvm: arm64: Skip computing hyp VA layout for VHE commit: c3e181aec96f6ada84df1cb72a72be8970f8b284 [4/6] kvm: arm64: Minor cleanup of hyp variables used in host commit: 61fe0c37af57ac35472a870581a7d0bb5ac2f63a [5/6] kvm: arm64: Remove unused includes in psci-relay.c commit: e6829e0384a49efe68537298132230bebd8bd1b3 [6/6] kvm: arm64: Move skip_host_instruction to adjust_pc.h commit: 860a4c3d1e04a3c3e62bacbbba64417bf49768e2 Cheers, M.