mbox series

[GIT,PULL] KVM/arm64 fixes for 5.19, take #2

Message ID 20220623074158.1429243-1-maz@kernel.org
State New
Headers show
Series [GIT,PULL] KVM/arm64 fixes for 5.19, take #2 | expand

Pull-request

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

Message

Marc Zyngier June 23, 2022, 7:41 a.m. UTC
Hi Paolo,

Only two minor items this time around: a fix for a kmemleak regression
courtesy of Quentin, and the addition of Oliver Upton as an official
reviewer for the arm64 side.

Please pull,

	M.


The following changes since commit bcbfb588cf323929ac46767dd14e392016bbce04:

  KVM: arm64: Drop stale comment (2022-06-09 13:24:02 +0100)

are available in the Git repository at:

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

for you to fetch changes up to cbc6d44867a24130ee528c20cffcbc28b3e09693:

  KVM: arm64: Add Oliver as a reviewer (2022-06-17 09:49:41 +0100)

----------------------------------------------------------------
KVM/arm64 fixes for 5.19, take #2

- Fix a regression with pKVM when kmemleak is enabled

- Add Oliver Upton as an official KVM/arm64 reviewer

----------------------------------------------------------------
Marc Zyngier (1):
      KVM: arm64: Add Oliver as a reviewer

Quentin Perret (1):
      KVM: arm64: Prevent kmemleak from accessing pKVM memory

 MAINTAINERS          | 1 +
 arch/arm64/kvm/arm.c | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

Comments

Paolo Bonzini June 23, 2022, 12:16 p.m. UTC | #1
On 6/23/22 09:41, Marc Zyngier wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.19-2

Pulled, thanks.

Paolo