All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM/arm64 fixes for 5.19, take #2
@ 2022-06-23  7:41 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2022-06-23  7:41 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: kernel-team, kvm, Catalin Marinas, linux-arm-kernel, kvmarm,
	Mike Rapoport

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(-)
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

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

* [GIT PULL] KVM/arm64 fixes for 5.19, take #2
@ 2022-06-23  7:41 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2022-06-23  7:41 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Catalin Marinas, Mike Rapoport, Oliver Upton, Quentin Perret,
	James Morse, Suzuki K Poulose, Alexandru Elisei, Oliver Upton,
	linux-arm-kernel, kvmarm, kvm, kernel-team

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] KVM/arm64 fixes for 5.19, take #2
@ 2022-06-23  7:41 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2022-06-23  7:41 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Catalin Marinas, Mike Rapoport, Oliver Upton, Quentin Perret,
	James Morse, Suzuki K Poulose, Alexandru Elisei, Oliver Upton,
	linux-arm-kernel, kvmarm, kvm, kernel-team

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(-)

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

* Re: [GIT PULL] KVM/arm64 fixes for 5.19, take #2
  2022-06-23  7:41 ` Marc Zyngier
  (?)
@ 2022-06-23 12:16   ` Paolo Bonzini
  -1 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2022-06-23 12:16 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: kernel-team, kvm, Catalin Marinas, linux-arm-kernel, kvmarm,
	Mike Rapoport

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

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

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

* Re: [GIT PULL] KVM/arm64 fixes for 5.19, take #2
@ 2022-06-23 12:16   ` Paolo Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2022-06-23 12:16 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Catalin Marinas, Mike Rapoport, Oliver Upton, Quentin Perret,
	James Morse, Suzuki K Poulose, Alexandru Elisei, Oliver Upton,
	linux-arm-kernel, kvmarm, kvm, kernel-team

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] KVM/arm64 fixes for 5.19, take #2
@ 2022-06-23 12:16   ` Paolo Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2022-06-23 12:16 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Catalin Marinas, Mike Rapoport, Oliver Upton, Quentin Perret,
	James Morse, Suzuki K Poulose, Alexandru Elisei, Oliver Upton,
	linux-arm-kernel, kvmarm, kvm, kernel-team

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


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

end of thread, other threads:[~2022-06-23 12:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-23  7:41 [GIT PULL] KVM/arm64 fixes for 5.19, take #2 Marc Zyngier
2022-06-23  7:41 ` Marc Zyngier
2022-06-23  7:41 ` Marc Zyngier
2022-06-23 12:16 ` Paolo Bonzini
2022-06-23 12:16   ` Paolo Bonzini
2022-06-23 12:16   ` Paolo Bonzini

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.