All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM/arm64 fixes for 5.15, take #1
@ 2021-09-24  8:38 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-09-24  8:38 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: David Brazdil, Masahiro Yamada, Russell King, Zenghui Yu,
	Will Deacon, James Morse, Suzuki K Poulose, Alexandru Elisei,
	kvmarm, kvm, linux-arm-kernel, kernel-team

Hi Paolo,

Only two fixes so far for KVM/arm64: one patch squashing a Kbuild
warning, and a fix for a regression when probing the availability of a
PMU.

Please pull,

	M.

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e840f42a49925707fca90e6c7a4095118fdb8c4d:

  KVM: arm64: Fix PMU probe ordering (2021-09-20 12:43:34 +0100)

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

- Add missing FORCE target when building the EL2 object
- Fix a PMU probe regression on some platforms

----------------------------------------------------------------
Marc Zyngier (1):
      KVM: arm64: Fix PMU probe ordering

Zenghui Yu (1):
      KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule

 arch/arm64/kvm/hyp/nvhe/Makefile | 2 +-
 arch/arm64/kvm/perf.c            | 3 ---
 arch/arm64/kvm/pmu-emul.c        | 9 ++++++++-
 drivers/perf/arm_pmu.c           | 2 ++
 include/kvm/arm_pmu.h            | 3 ---
 include/linux/perf/arm_pmu.h     | 6 ++++++
 6 files changed, 17 insertions(+), 8 deletions(-)

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

* [GIT PULL] KVM/arm64 fixes for 5.15, take #1
@ 2021-09-24  8:38 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-09-24  8:38 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: kernel-team, kvm, Masahiro Yamada, Russell King, Will Deacon,
	kvmarm, linux-arm-kernel

Hi Paolo,

Only two fixes so far for KVM/arm64: one patch squashing a Kbuild
warning, and a fix for a regression when probing the availability of a
PMU.

Please pull,

	M.

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e840f42a49925707fca90e6c7a4095118fdb8c4d:

  KVM: arm64: Fix PMU probe ordering (2021-09-20 12:43:34 +0100)

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

- Add missing FORCE target when building the EL2 object
- Fix a PMU probe regression on some platforms

----------------------------------------------------------------
Marc Zyngier (1):
      KVM: arm64: Fix PMU probe ordering

Zenghui Yu (1):
      KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule

 arch/arm64/kvm/hyp/nvhe/Makefile | 2 +-
 arch/arm64/kvm/perf.c            | 3 ---
 arch/arm64/kvm/pmu-emul.c        | 9 ++++++++-
 drivers/perf/arm_pmu.c           | 2 ++
 include/kvm/arm_pmu.h            | 3 ---
 include/linux/perf/arm_pmu.h     | 6 ++++++
 6 files changed, 17 insertions(+), 8 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.15, take #1
@ 2021-09-24  8:38 ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-09-24  8:38 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: David Brazdil, Masahiro Yamada, Russell King, Zenghui Yu,
	Will Deacon, James Morse, Suzuki K Poulose, Alexandru Elisei,
	kvmarm, kvm, linux-arm-kernel, kernel-team

Hi Paolo,

Only two fixes so far for KVM/arm64: one patch squashing a Kbuild
warning, and a fix for a regression when probing the availability of a
PMU.

Please pull,

	M.

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e840f42a49925707fca90e6c7a4095118fdb8c4d:

  KVM: arm64: Fix PMU probe ordering (2021-09-20 12:43:34 +0100)

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

- Add missing FORCE target when building the EL2 object
- Fix a PMU probe regression on some platforms

----------------------------------------------------------------
Marc Zyngier (1):
      KVM: arm64: Fix PMU probe ordering

Zenghui Yu (1):
      KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule

 arch/arm64/kvm/hyp/nvhe/Makefile | 2 +-
 arch/arm64/kvm/perf.c            | 3 ---
 arch/arm64/kvm/pmu-emul.c        | 9 ++++++++-
 drivers/perf/arm_pmu.c           | 2 ++
 include/kvm/arm_pmu.h            | 3 ---
 include/linux/perf/arm_pmu.h     | 6 ++++++
 6 files changed, 17 insertions(+), 8 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

* Re: [GIT PULL] KVM/arm64 fixes for 5.15, take #1
  2021-09-24  8:38 ` Marc Zyngier
  (?)
@ 2021-09-24 10:04   ` Paolo Bonzini
  -1 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2021-09-24 10:04 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: David Brazdil, Masahiro Yamada, Russell King, Zenghui Yu,
	Will Deacon, James Morse, Suzuki K Poulose, Alexandru Elisei,
	kvmarm, kvm, linux-arm-kernel, kernel-team

On 24/09/21 10:38, Marc Zyngier wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.15-1

Pulled, thanks.

Paolo


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

* Re: [GIT PULL] KVM/arm64 fixes for 5.15, take #1
@ 2021-09-24 10:04   ` Paolo Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2021-09-24 10:04 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: kernel-team, kvm, Masahiro Yamada, Russell King, Will Deacon,
	kvmarm, linux-arm-kernel

On 24/09/21 10:38, Marc Zyngier wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.15-1

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.15, take #1
@ 2021-09-24 10:04   ` Paolo Bonzini
  0 siblings, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2021-09-24 10:04 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: David Brazdil, Masahiro Yamada, Russell King, Zenghui Yu,
	Will Deacon, James Morse, Suzuki K Poulose, Alexandru Elisei,
	kvmarm, kvm, linux-arm-kernel, kernel-team

On 24/09/21 10:38, Marc Zyngier wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.15-1

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

end of thread, other threads:[~2021-09-24 10:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24  8:38 [GIT PULL] KVM/arm64 fixes for 5.15, take #1 Marc Zyngier
2021-09-24  8:38 ` Marc Zyngier
2021-09-24  8:38 ` Marc Zyngier
2021-09-24 10:04 ` Paolo Bonzini
2021-09-24 10:04   ` Paolo Bonzini
2021-09-24 10:04   ` 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.