KVM ARM Archive mirror
 help / color / mirror / Atom feed
From: Oliver Upton <oliver.upton@linux.dev>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Marc Zyngier <maz@kernel.org>, Will Deacon <will@kernel.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	James Morse <james.morse@arm.com>,
	Zenghui Yu <yuzenghui@huawei.com>,
	Shaoqin Huang <shahuang@redhat.com>,
	kvm@vger.kernel.org, kvmarm@lists.linux.dev
Subject: Re: [GIT PULL] KVM/arm64 fixes for 6.9, part #1
Date: Mon, 1 Apr 2024 23:45:05 -0700	[thread overview]
Message-ID: <ZgupcZjEGLTmed_5@linux.dev> (raw)
In-Reply-To: <ZgtsA88wkIDaKEXk@linux.dev>

+cc lists...

On Mon, Apr 01, 2024 at 07:23:13PM -0700, Oliver Upton wrote:
> Hi Paolo,
> 
> Here's the first set of fixes for 6.9. Several good fixes piled up here,
> partly because I've had limited availability due to travel.
> 
> Details are in the tag. Please pull.
> 
> -- 
> Best,
> Oliver
> 
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.9-1
> 
> for you to fetch changes up to d96c66ab9fb3ad8b243669cf6b41e68d0f7f9ecd:
> 
>   KVM: arm64: Rationalise KVM banner output (2024-04-01 01:33:52 -0700)
> 
> ----------------------------------------------------------------
> KVM/arm64 fixes for 6.9, part #1
> 
>  - Ensure perf events programmed to count during guest execution
>    are actually enabled before entering the guest in the nVHE
>    configuration.
> 
>  - Restore out-of-range handler for stage-2 translation faults.
> 
>  - Several fixes to stage-2 TLB invalidations to avoid stale
>    translations, possibly including partial walk caches.
> 
>  - Fix early handling of architectural VHE-only systems to ensure E2H is
>    appropriately set.
> 
>  - Correct a format specifier warning in the arch_timer selftest.
> 
>  - Make the KVM banner message correctly handle all of the possible
>    configurations.
> 
> ----------------------------------------------------------------
> Marc Zyngier (2):
>       arm64: Fix early handling of FEAT_E2H0 not being implemented
>       KVM: arm64: Rationalise KVM banner output
> 
> Oliver Upton (1):
>       KVM: arm64: Fix host-programmed guest events in nVHE
> 
> Sean Christopherson (1):
>       KVM: selftests: Fix __GUEST_ASSERT() format warnings in ARM's arch timer test
> 
> Will Deacon (4):
>       KVM: arm64: Don't defer TLB invalidation when zapping table entries
>       KVM: arm64: Don't pass a TLBI level hint when zapping table entries
>       KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()
>       KVM: arm64: Ensure target address is granule-aligned for range TLBI
> 
> Wujie Duan (1):
>       KVM: arm64: Fix out-of-IPA space translation fault handling
> 
>  arch/arm64/kernel/head.S                         | 29 +++++++++++++-----------
>  arch/arm64/kvm/arm.c                             | 13 ++++-------
>  arch/arm64/kvm/hyp/nvhe/tlb.c                    |  3 ++-
>  arch/arm64/kvm/hyp/pgtable.c                     | 23 ++++++++++++-------
>  arch/arm64/kvm/hyp/vhe/tlb.c                     |  3 ++-
>  arch/arm64/kvm/mmu.c                             |  2 +-
>  include/kvm/arm_pmu.h                            |  2 +-
>  tools/testing/selftests/kvm/aarch64/arch_timer.c |  2 +-
>  8 files changed, 43 insertions(+), 34 deletions(-)

       reply	other threads:[~2024-04-02  6:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ZgtsA88wkIDaKEXk@linux.dev>
2024-04-02  6:45 ` Oliver Upton [this message]
2024-04-02 16:26   ` [GIT PULL] KVM/arm64 fixes for 6.9, part #1 Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZgupcZjEGLTmed_5@linux.dev \
    --to=oliver.upton@linux.dev \
    --cc=catalin.marinas@arm.com \
    --cc=james.morse@arm.com \
    --cc=kvm@vger.kernel.org \
    --cc=kvmarm@lists.linux.dev \
    --cc=maz@kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=shahuang@redhat.com \
    --cc=will@kernel.org \
    --cc=yuzenghui@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).