Message ID | 20221020100125.3670769-1-maz@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] KVM/arm64 fixes for 6.1, take #2 | expand |
On Thu, Oct 20, 2022 at 12:02 PM Marc Zyngier <maz@kernel.org> wrote: > > Paolo, > > Here's a couple of additional fixes for 6.1. The ITS one is pretty > annoying as it prevents a VM from being restored if it has a > convoluted device topology. Definitely a stable candidate. > > Note that I can't see that you have pulled the first set of fixes > which I sent last week[1]. In order to avoid any problem, the current > pull-request is a suffix of the previous one. But you may want to pull > them individually in order to preserve the tag descriptions. Yes, that's why I did. Pulled now, thanks. Paolo > > Please pull, > > M. > > [1] https://lore.kernel.org/r/20221013132830.1304947-1-maz@kernel.org > > The following changes since commit 05c2224d4b049406b0545a10be05280ff4b8ba0a: > > KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test (2022-10-13 11:46:51 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.1-2 > > for you to fetch changes up to c000a2607145d28b06c697f968491372ea56c23a: > > KVM: arm64: vgic: Fix exit condition in scan_its_table() (2022-10-15 12:10:54 +0100) > > ---------------------------------------------------------------- > KVM/arm64 fixes for 6.1, take #2 > > - Fix a bug preventing restoring an ITS containing mappings > for very large and very sparse device topology > > - Work around a relocation handling error when compiling > the nVHE object with profile optimisation > > ---------------------------------------------------------------- > Denis Nikitin (1): > KVM: arm64: nvhe: Fix build with profile optimization > > Eric Ren (1): > KVM: arm64: vgic: Fix exit condition in scan_its_table() > > arch/arm64/kvm/hyp/nvhe/Makefile | 4 ++++ > arch/arm64/kvm/vgic/vgic-its.c | 5 ++++- > 2 files changed, 8 insertions(+), 1 deletion(-) >