linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] KVM/arm64 fixes for 6.11, round #2
@ 2024-08-22  8:36 Oliver Upton
  2024-08-23  8:54 ` Catalin Marinas
  0 siblings, 1 reply; 5+ messages in thread
From: Oliver Upton @ 2024-08-22  8:36 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Marc Zyngier, Zenghui Yu, kvmarm, Paolo Bonzini, linux-arm-kernel,
	linux-kernel

Hi Catalin,

Paolo is on holiday for a few weeks and has asked that KVM arch maintainers
send pulls through the architecture trees in his absence.

So lucky you, here's a pile of kvmarm crap from the past week.

Details can be found in the tag, but this is a set of small fixes
around the shop thanks to syzkaller bringup on KVM/arm64 and a few
recently introduced bugs.

Please pull.

-- 
Thanks,
Oliver

The following changes since commit 9eb18136af9fe4dd688724070f2bfba271bd1542:

  KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface (2024-08-08 16:58:22 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.11-2

for you to fetch changes up to 3e6245ebe7ef341639e9a7e402b3ade8ad45a19f:

  KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3 (2024-08-22 08:08:37 +0000)

----------------------------------------------------------------
KVM/arm64 fixes for 6.11, round #2

 - Don't drop references on LPIs that weren't visited by the
   vgic-debug iterator

 - Cure lock ordering issue when unregistering vgic redistributors

 - Fix for misaligned stage-2 mappings when VMs are backed by hugetlb
   pages

 - Treat SGI registers as UNDEFINED if a VM hasn't been configured for
   GICv3

----------------------------------------------------------------
Marc Zyngier (2):
      KVM: arm64: vgic: Don't hold config_lock while unregistering redistributors
      KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3

Oliver Upton (1):
      KVM: arm64: Ensure canonical IPA is hugepage-aligned when handling fault

Zenghui Yu (1):
      KVM: arm64: vgic-debug: Don't put unmarked LPIs

 arch/arm64/kvm/mmu.c             | 9 ++++++++-
 arch/arm64/kvm/sys_regs.c        | 6 ++++++
 arch/arm64/kvm/vgic/vgic-debug.c | 2 +-
 arch/arm64/kvm/vgic/vgic-init.c  | 9 ++++++---
 arch/arm64/kvm/vgic/vgic.c       | 5 +++++
 arch/arm64/kvm/vgic/vgic.h       | 7 +++++++
 6 files changed, 33 insertions(+), 5 deletions(-)


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

* Re: [GIT PULL] KVM/arm64 fixes for 6.11, round #2
  2024-08-22  8:36 [GIT PULL] KVM/arm64 fixes for 6.11, round #2 Oliver Upton
@ 2024-08-23  8:54 ` Catalin Marinas
  2024-09-02 14:59   ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Catalin Marinas @ 2024-08-23  8:54 UTC (permalink / raw)
  To: Oliver Upton
  Cc: Marc Zyngier, Zenghui Yu, kvmarm, Paolo Bonzini, linux-arm-kernel,
	linux-kernel, Will Deacon

Hi Oliver,

On Thu, Aug 22, 2024 at 01:36:33AM -0700, Oliver Upton wrote:
> Paolo is on holiday for a few weeks and has asked that KVM arch maintainers
> send pulls through the architecture trees in his absence.
> 
> So lucky you, here's a pile of kvmarm crap from the past week.
> 
> Details can be found in the tag, but this is a set of small fixes
> around the shop thanks to syzkaller bringup on KVM/arm64 and a few
> recently introduced bugs.

Pulled into the arm64 for-next/fixes branch. I'll send a pull request to
Linus later today.

BTW, I'm also away next week. I'll randomly check emails but if you have
another pull request, better send it to Will.

Thanks.

-- 
Catalin


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

* Re: [GIT PULL] KVM/arm64 fixes for 6.11, round #2
  2024-08-23  8:54 ` Catalin Marinas
@ 2024-09-02 14:59   ` Paolo Bonzini
  2024-09-02 15:07     ` Will Deacon
  0 siblings, 1 reply; 5+ messages in thread
From: Paolo Bonzini @ 2024-09-02 14:59 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Oliver Upton, Marc Zyngier, Zenghui Yu, kvmarm, linux-arm-kernel,
	linux-kernel, Will Deacon

On Fri, Aug 23, 2024 at 10:54 AM Catalin Marinas
<catalin.marinas@arm.com> wrote:
>
> Hi Oliver,
>
> On Thu, Aug 22, 2024 at 01:36:33AM -0700, Oliver Upton wrote:
> > Paolo is on holiday for a few weeks and has asked that KVM arch maintainers
> > send pulls through the architecture trees in his absence.
> >
> > So lucky you, here's a pile of kvmarm crap from the past week.
> >
> > Details can be found in the tag, but this is a set of small fixes
> > around the shop thanks to syzkaller bringup on KVM/arm64 and a few
> > recently introduced bugs.
>
> Pulled into the arm64 for-next/fixes branch. I'll send a pull request to
> Linus later today.

Looks like this pull request was never sent (the last arm64 fixes PR
is from August 16), so I pulled this now.

Duplicate commits are generally harmless so it shouldn't be an issue
if they end up being sent by Catalin as well.

Thanks,

Paolo

> BTW, I'm also away next week. I'll randomly check emails but if you have
> another pull request, better send it to Will.
>
> Thanks.
>
> --
> Catalin
>



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

* Re: [GIT PULL] KVM/arm64 fixes for 6.11, round #2
  2024-09-02 14:59   ` Paolo Bonzini
@ 2024-09-02 15:07     ` Will Deacon
  2024-09-02 16:29       ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Will Deacon @ 2024-09-02 15:07 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Catalin Marinas, Oliver Upton, Marc Zyngier, Zenghui Yu, kvmarm,
	linux-arm-kernel, linux-kernel

On Mon, Sep 02, 2024 at 04:59:23PM +0200, Paolo Bonzini wrote:
> On Fri, Aug 23, 2024 at 10:54 AM Catalin Marinas
> <catalin.marinas@arm.com> wrote:
> >
> > Hi Oliver,
> >
> > On Thu, Aug 22, 2024 at 01:36:33AM -0700, Oliver Upton wrote:
> > > Paolo is on holiday for a few weeks and has asked that KVM arch maintainers
> > > send pulls through the architecture trees in his absence.
> > >
> > > So lucky you, here's a pile of kvmarm crap from the past week.
> > >
> > > Details can be found in the tag, but this is a set of small fixes
> > > around the shop thanks to syzkaller bringup on KVM/arm64 and a few
> > > recently introduced bugs.
> >
> > Pulled into the arm64 for-next/fixes branch. I'll send a pull request to
> > Linus later today.
> 
> Looks like this pull request was never sent (the last arm64 fixes PR
> is from August 16), so I pulled this now.
> 
> Duplicate commits are generally harmless so it shouldn't be an issue
> if they end up being sent by Catalin as well.

I think this was all pulled by Linus over a week ago:

https://lore.kernel.org/all/ZsjE6BXzDznbg6R-@arm.com/

Will


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

* Re: [GIT PULL] KVM/arm64 fixes for 6.11, round #2
  2024-09-02 15:07     ` Will Deacon
@ 2024-09-02 16:29       ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2024-09-02 16:29 UTC (permalink / raw)
  To: Will Deacon
  Cc: Catalin Marinas, Oliver Upton, Marc Zyngier, Zenghui Yu, kvmarm,
	linux-arm-kernel, linux-kernel

On Mon, Sep 2, 2024 at 5:07 PM Will Deacon <will@kernel.org> wrote:
> I think this was all pulled by Linus over a week ago:
>
> https://lore.kernel.org/all/ZsjE6BXzDznbg6R-@arm.com/

Yeah, that's what happens if you "git rebase v6.11-rc6" on the wrong machine.

Paolo



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

end of thread, other threads:[~2024-09-02 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22  8:36 [GIT PULL] KVM/arm64 fixes for 6.11, round #2 Oliver Upton
2024-08-23  8:54 ` Catalin Marinas
2024-09-02 14:59   ` Paolo Bonzini
2024-09-02 15:07     ` Will Deacon
2024-09-02 16:29       ` 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).