All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Andrew Jones <drjones@redhat.com>
Cc: stable@vger.kernel.org
Cc: stable@vger.kernel.org
Subject: Re: [PATCH 4/4] KVM: arm64: Fix 32bit PC wrap-around
Date: Wed, 06 May 2020 23:42:12 +0000	[thread overview]
Message-ID: <20200506234213.1232420746@mail.kernel.org> (raw)
In-Reply-To: <20200501101204.364798-5-maz@kernel.org>

Hi

[This is an automated email]

This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all

The bot has tested the following trees: v5.6.8, v5.4.36, v4.19.119, v4.14.177, v4.9.220, v4.4.220.

v5.6.8: Build OK!
v5.4.36: Build OK!
v4.19.119: Build OK!
v4.14.177: Failed to apply! Possible dependencies:
    00536ec47660 ("KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1")
    256c0960b7b6 ("kvm/arm: use PSR_AA32 definitions")
    52f6c4f02164 ("KVM: arm64: Change 32-bit handling of VM system registers")
    54ceb1bcf8d8 ("KVM: arm64: Move debug dirty flag calculation out of world switch")
    623e1528d409 ("KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation")
    74a64a981662 ("KVM: arm/arm64: Unify 32bit fault injection")
    8d404c4c2461 ("KVM: arm64: Rewrite system register accessors to read/write functions")
    a892819560c4 ("KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers")
    b220244d4179 ("arm64: vgic-v2: Fix proxying of cpuif access")

v4.9.220: Failed to apply! Possible dependencies:
    021234ef3752 ("KVM: arm64: Make kvm_condition_valid32() accessible from EL2")
    256c0960b7b6 ("kvm/arm: use PSR_AA32 definitions")
    3dbbdf78636e ("KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip")
    52f6c4f02164 ("KVM: arm64: Change 32-bit handling of VM system registers")
    54ceb1bcf8d8 ("KVM: arm64: Move debug dirty flag calculation out of world switch")
    623e1528d409 ("KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation")
    6c0070366dea ("arm64: KVM: PMU: Refactor pmu_*_el0_disabled")
    74a64a981662 ("KVM: arm/arm64: Unify 32bit fault injection")
    8d404c4c2461 ("KVM: arm64: Rewrite system register accessors to read/write functions")
    9171fa2e0951 ("KVM: arm/arm64: Decouple kvm timer functions from virtual timer")
    a5a1d1c2914b ("clocksource: Use a plain u64 instead of cycle_t")
    b7484931e4a8 ("KVM: arm/arm64: PMU: remove request-less vcpu kick")
    d9e139778376 ("KVM: arm/arm64: Support arch timers with a userspace gic")
    d9f89b4e9290 ("KVM: arm/arm64: PMU: Fix overflow interrupt injection")
    f85279b4bd48 ("arm64: KVM: Save/restore the host SPE state when entering/leaving a VM")

v4.4.220: Failed to apply! Possible dependencies:
    08dcbfda0774 ("ARM: KVM: Add a HYP-specific header file")
    1d58d2cbf723 ("ARM: KVM: Add TLB invalidation code")
    33280b4cd1dc ("ARM: KVM: Add banked registers save/restore")
    3c29568768df ("ARM: KVM: Add system register accessor macros")
    59cbcdb5d83b ("ARM: KVM: Add VFP save/restore")
    623e1528d409 ("KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation")
    68130cb5db09 ("ARM: KVM: Use common version of timer-sr.c")
    b5fa5d3e628b ("ARM: KVM: Use common version of vgic-v2-sr.c")
    c0c2cdbffef2 ("ARM: KVM: Add vgic v2 save/restore")
    c7ce6c63a05f ("ARM: KVM: Add CP15 save/restore code")
    e59bff9bf302 ("ARM: KVM: Add timer save/restore")
    f1c9cad7c508 ("ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h")


NOTE: The patch will not be queued to stable trees until it is upstream.

How should we proceed with this patch?

-- 
Thanks
Sasha

  reply	other threads:[~2020-05-06 23:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01 10:12 [GIT PULL] KVM/arm fixes for 5.7, take #2 Marc Zyngier
2020-05-01 10:12 ` Marc Zyngier
2020-05-01 10:12 ` Marc Zyngier
2020-05-01 10:12 ` [PATCH 1/4] KVM: arm64: Delete duplicated label in invalid_vector Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-01 10:12 ` [PATCH 2/4] KVM: arm64: Save/restore sp_el0 as part of __guest_enter Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-01 10:12 ` [PATCH 3/4] KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-01 10:12 ` [PATCH 4/4] KVM: arm64: Fix 32bit PC wrap-around Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-01 10:12   ` Marc Zyngier
2020-05-06 23:42   ` Sasha Levin [this message]
2020-05-04 11:30 ` [GIT PULL] KVM/arm fixes for 5.7, take #2 Will Deacon
2020-05-04 11:30   ` Will Deacon
2020-05-04 11:30   ` Will Deacon
2020-05-04 16:05   ` Paolo Bonzini
2020-05-04 16:05     ` Paolo Bonzini
2020-05-04 16:05     ` Paolo Bonzini
2020-05-04 16:51     ` Will Deacon
2020-05-04 16:51       ` Will Deacon
2020-05-04 16:51       ` Will Deacon
2020-05-04 17:02       ` Paolo Bonzini
2020-05-04 17:02         ` Paolo Bonzini
2020-05-04 17:02         ` 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=20200506234213.1232420746@mail.kernel.org \
    --to=sashal@kernel.org \
    --cc=drjones@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.