Merge branch kvm-arm64/misc-6.1 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Sat, 1 Oct 2022 09:19:36 +0000 (10:19 +0100)
committerMarc Zyngier <maz@kernel.org>
Sat, 1 Oct 2022 09:19:36 +0000 (10:19 +0100)
commitb302ca52ba8235ff0e18c0fa1fa92b51784aef6a
treeef96867a44c6282ca56dd54da91be19113c2b74b
parent250012dd58406fdcce0bc4d825f56acd7a0d93a5
parentac107abef197660c9db529fe550080ad07b46a67
Merge branch kvm-arm64/misc-6.1 into kvmarm-master/next

* kvm-arm64/misc-6.1:
  : .
  : Misc KVM/arm64 fixes and improvement for v6.1
  :
  : - Simplify the affinity check when moving a GICv3 collection
  :
  : - Tone down the shouting when kvm-arm.mode=protected is passed
  :   to a guest
  :
  : - Fix various comments
  :
  : - Advertise the new kvmarm@lists.linux.dev and deprecate the
  :   old Columbia list
  : .
  KVM: arm64: Advertise new kvmarm mailing list
  KVM: arm64: Fix comment typo in nvhe/switch.c
  KVM: selftests: Update top-of-file comment in psci_test
  KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()
  KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()

Signed-off-by: Marc Zyngier <maz@kernel.org>