mbox series

[GIT,PULL] KVM/arm64 fixes for 6.7, take #1

Message ID ZWufQneeJiBJLnPb@thinky-boi (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM/arm64 fixes for 6.7, take #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.7-1

Message

Oliver Upton Dec. 2, 2023, 9:18 p.m. UTC
Hi Paolo,

Here's the first set of fixes for 6.7. There hasn't been very many
interesting issues that have come up this cycle, so it is only a single
patch this time around.

Please pull :)

--
Thanks,
Oliver

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.7-1

for you to fetch changes up to 8e4ece6889a5b1836b6a135827ac831a5350602a:

  KVM: arm64: GICv4: Do not perform a map to a mapped vLPI (2023-11-20 19:13:32 +0000)

----------------------------------------------------------------
KVM/arm64 fixes for 6.7, take #1

 - Avoid mapping vLPIs that have already been mapped

----------------------------------------------------------------
Kunkun Jiang (1):
      KVM: arm64: GICv4: Do not perform a map to a mapped vLPI

 arch/arm64/kvm/vgic/vgic-v4.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Paolo Bonzini Dec. 8, 2023, 6:12 p.m. UTC | #1
On Sat, Dec 2, 2023 at 10:19 PM Oliver Upton <oliver.upton@linux.dev> wrote:
>
> Hi Paolo,
>
> Here's the first set of fixes for 6.7. There hasn't been very many
> interesting issues that have come up this cycle, so it is only a single
> patch this time around.
>
> Please pull :)

Pulled, thanks.

Paolo

> --
> Thanks,
> Oliver
>
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
>
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.7-1
>
> for you to fetch changes up to 8e4ece6889a5b1836b6a135827ac831a5350602a:
>
>   KVM: arm64: GICv4: Do not perform a map to a mapped vLPI (2023-11-20 19:13:32 +0000)
>
> ----------------------------------------------------------------
> KVM/arm64 fixes for 6.7, take #1
>
>  - Avoid mapping vLPIs that have already been mapped
>
> ----------------------------------------------------------------
> Kunkun Jiang (1):
>       KVM: arm64: GICv4: Do not perform a map to a mapped vLPI
>
>  arch/arm64/kvm/vgic/vgic-v4.c | 4 ++++
>  1 file changed, 4 insertions(+)
>