linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM/arm64 fixes for 6.16, take #4
@ 2025-06-26 15:20 Marc Zyngier
  2025-07-08 14:48 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2025-06-26 15:20 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Mostafa Saleh, Quentin Perret, Wei-Lin Chang, Joey Gouly,
	Suzuki K Poulose, Oliver Upton, Zenghui Yu, linux-arm-kernel,
	kvmarm, kvm

Paolo,

Another week, another set of fixes. Nothing major this time: allow
pKVM to fail to initialise without taking the host down, make sure we
are not mapping too much in the host S2 (another pKVM special), and a
brown-paper-bag quality bug fix on the nested GICv3 emulation.

Please pull,

	M.

The following changes since commit 04c5355b2a94ff3191ce63ab035fb7f04d036869:

  KVM: arm64: VHE: Centralize ISBs when returning to host (2025-06-19 13:34:59 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.16-4

for you to fetch changes up to 0e02219f9cf4f0c0aa3dbf3c820e6612bf3f0c8c:

  KVM: arm64: Don't free hyp pages with pKVM on GICv2 (2025-06-26 11:39:15 +0100)

----------------------------------------------------------------
KVM/arm64 fixes for 6.16, take #4

- Gracefully fail initialising pKVM if the interrupt controller isn't
  GICv3

- Also gracefully fail initialising pKVM if the carveout allocation
  fails

- Fix the computing of the minimum MMIO range required for the host on
  stage-2 fault

- Fix the generation of the GICv3 Maintenance Interrupt in nested mode

----------------------------------------------------------------
Mostafa Saleh (1):
      KVM: arm64: Fix error path in init_hyp_mode()

Quentin Perret (2):
      KVM: arm64: Adjust range correctly during host stage-2 faults
      KVM: arm64: Don't free hyp pages with pKVM on GICv2

Wei-Lin Chang (1):
      KVM: arm64: nv: Fix MI line level calculation in vgic_v3_nested_update_mi()

 arch/arm64/kvm/arm.c                  | 12 ++++++++++--
 arch/arm64/kvm/hyp/nvhe/mem_protect.c | 20 ++++++++++++--------
 arch/arm64/kvm/vgic/vgic-v3-nested.c  |  4 +---
 3 files changed, 23 insertions(+), 13 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] KVM/arm64 fixes for 6.16, take #4
  2025-06-26 15:20 [GIT PULL] KVM/arm64 fixes for 6.16, take #4 Marc Zyngier
@ 2025-07-08 14:48 ` Paolo Bonzini
  2025-07-08 18:06   ` Marc Zyngier
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2025-07-08 14:48 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Mostafa Saleh, Quentin Perret, Wei-Lin Chang, Joey Gouly,
	Suzuki K Poulose, Oliver Upton, Zenghui Yu, linux-arm-kernel,
	kvmarm, kvm

On Thu, Jun 26, 2025 at 5:20 PM Marc Zyngier <maz@kernel.org> wrote:
>
> Paolo,
>
> Another week, another set of fixes. Nothing major this time: allow
> pKVM to fail to initialise without taking the host down, make sure we
> are not mapping too much in the host S2 (another pKVM special), and a
> brown-paper-bag quality bug fix on the nested GICv3 emulation.
>
> Please pull,
>
>         M.
>
> The following changes since commit 04c5355b2a94ff3191ce63ab035fb7f04d036869:
>
>   KVM: arm64: VHE: Centralize ISBs when returning to host (2025-06-19 13:34:59 +0100)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.16-4

Done now, thanks!  Note that in the meanwhile git:// is not working
anymore, so you probably want https:// in there.

Paolo



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] KVM/arm64 fixes for 6.16, take #4
  2025-07-08 14:48 ` Paolo Bonzini
@ 2025-07-08 18:06   ` Marc Zyngier
  2025-07-10 10:48     ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2025-07-08 18:06 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Mostafa Saleh, Quentin Perret, Wei-Lin Chang, Joey Gouly,
	Suzuki K Poulose, Oliver Upton, Zenghui Yu, linux-arm-kernel,
	kvmarm, kvm

On Tue, 08 Jul 2025 15:48:01 +0100,
Paolo Bonzini <pbonzini@redhat.com> wrote:
> 
> On Thu, Jun 26, 2025 at 5:20 PM Marc Zyngier <maz@kernel.org> wrote:
> >
> > Paolo,
> >
> > Another week, another set of fixes. Nothing major this time: allow
> > pKVM to fail to initialise without taking the host down, make sure we
> > are not mapping too much in the host S2 (another pKVM special), and a
> > brown-paper-bag quality bug fix on the nested GICv3 emulation.
> >
> > Please pull,
> >
> >         M.
> >
> > The following changes since commit 04c5355b2a94ff3191ce63ab035fb7f04d036869:
> >
> >   KVM: arm64: VHE: Centralize ISBs when returning to host (2025-06-19 13:34:59 +0100)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.16-4
> 
> Done now, thanks!  Note that in the meanwhile git:// is not working
> anymore, so you probably want https:// in there.

Really? That's... odd. Was this announced one way or another? I can
definitely use git:// from where I seat:

maz@valley-girl:~/hot-poop/tmp$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
Cloning into 'kvmarm'...
remote: Enumerating objects: 11127073, done.
remote: Counting objects: 100% (142/142), done.
remote: Compressing objects: 100% (77/77), done.
remote: Total 11127073 (delta 92), reused 77 (delta 65), pack-reused 11126931
Receiving objects: 100% (11127073/11127073), 3.13 GiB | 21.11 MiB/s, done.
Resolving deltas:   4% (448909/9127084)
[...]

What's occurring on your side?

	M.

-- 
Without deviation from the norm, progress is not possible.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] KVM/arm64 fixes for 6.16, take #4
  2025-07-08 18:06   ` Marc Zyngier
@ 2025-07-10 10:48     ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2025-07-10 10:48 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Mostafa Saleh, Quentin Perret, Wei-Lin Chang, Joey Gouly,
	Suzuki K Poulose, Oliver Upton, Zenghui Yu, linux-arm-kernel,
	kvmarm, kvm

On Tue, Jul 8, 2025 at 8:06 PM Marc Zyngier <maz@kernel.org> wrote:
> On Tue, 08 Jul 2025 15:48:01 +0100,
> Paolo Bonzini <pbonzini@redhat.com> wrote:
> > On Thu, Jun 26, 2025 at 5:20 PM Marc Zyngier <maz@kernel.org> wrote:
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.16-4
> >
> > Done now, thanks!  Note that in the meanwhile git:// is not working
> > anymore, so you probably want https:// in there.
>
> Really? That's... odd. Was this announced one way or another? I can
> definitely use git:// from where I seat:

And it works now for me too, so it must have been a fluke on
git.kernel.org's side.

Paolo



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-10 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 15:20 [GIT PULL] KVM/arm64 fixes for 6.16, take #4 Marc Zyngier
2025-07-08 14:48 ` Paolo Bonzini
2025-07-08 18:06   ` Marc Zyngier
2025-07-10 10:48     ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).