mbox series

[GIT,PULL] KVM changes for Linux 5.8-rc5

Message ID 20200706171523.12441-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM changes for Linux 5.8-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

Message

Paolo Bonzini July 6, 2020, 5:15 p.m. UTC
Linus,

The following changes since commit e4553b4976d1178c13da295cb5c7b21f55baf8f9:

  KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru (2020-06-23 06:01:29 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 8038a922cf9af5266eaff29ce996a0d1b788fc0d:

  Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master (2020-07-06 13:05:38 -0400)

----------------------------------------------------------------
Bugfixes and a one-liner patch to silence sparse.

----------------------------------------------------------------

I'm going on vacation so my next pull request should be for rc8
or 5.8-final.  If something really bad comes up, you might get
KVM changes straight from architecture maintainers, but things
seems calm on both the 5.7 and 5.8 fronts so that should not
happen.

Thanks,

Paolo

Alexandru Elisei (1):
      KVM: arm64: Annotate hyp NMI-related functions as __always_inline

Andrew Jones (1):
      KVM: arm64: pvtime: Ensure task delay accounting is enabled

Andrew Scull (1):
      KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART

Christian Borntraeger (1):
      KVM: s390: reduce number of IO pins to 1

Marc Zyngier (2):
      KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell
      KVM: arm64: PMU: Fix per-CPU access in preemptible context

Paolo Bonzini (5):
      Merge tag 'kvm-s390-master-5.8-3' of git://git.kernel.org/.../kvms390/linux into kvm-master
      KVM: x86: bit 8 of non-leaf PDPEs is not reserved
      Merge tag 'kvmarm-fixes-5.8-2' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master
      kvm: use more precise cast and do not drop __user
      Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/.../kvmarm/kvmarm into kvm-master

Sean Christopherson (3):
      KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
      KVM: x86: Mark CR4.TSD as being possibly owned by the guest
      KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks

Steven Price (1):
      KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE

Wanpeng Li (1):
      KVM: X86: Fix async pf caused null-ptr-deref

 arch/arm64/include/asm/arch_gicv3.h |  2 +-
 arch/arm64/include/asm/cpufeature.h |  2 +-
 arch/arm64/kvm/hyp-init.S           | 11 +++++++----
 arch/arm64/kvm/pmu.c                |  7 ++++++-
 arch/arm64/kvm/pvtime.c             | 15 ++++++++++++---
 arch/arm64/kvm/reset.c              | 10 +++++++---
 arch/arm64/kvm/vgic/vgic-v4.c       |  8 ++++++++
 arch/s390/include/asm/kvm_host.h    |  8 ++++----
 arch/x86/kvm/kvm_cache_regs.h       |  2 +-
 arch/x86/kvm/mmu/mmu.c              |  2 +-
 arch/x86/kvm/vmx/nested.c           |  4 ++--
 arch/x86/kvm/vmx/vmx.c              | 13 +++++--------
 arch/x86/kvm/x86.c                  |  5 +++++
 drivers/irqchip/irq-gic-v3-its.c    |  8 ++++++++
 virt/kvm/kvm_main.c                 |  3 ++-
 15 files changed, 70 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org July 6, 2020, 9:45 p.m. UTC | #1
The pull request you sent on Mon,  6 Jul 2020 13:15:23 -0400:

> https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bfe91da29bfad9941d5d703d45e29f0812a20724

Thank you!
Christian Borntraeger July 8, 2020, 11:33 a.m. UTC | #2
stable team,


Please consider commit 774911290c58 ("KVM: s390: reduce number of IO pins to 1")
for stable. This can avoid OOM killer activity on highly fragmented memory
even when swap and memory is available. 

We decided too late that this is stable material, so sorry for not marking it
correctly. 

Christian
Greg Kroah-Hartman July 8, 2020, noon UTC | #3
On Wed, Jul 08, 2020 at 01:33:49PM +0200, Christian Borntraeger wrote:
> stable team,
> 
> 
> Please consider commit 774911290c58 ("KVM: s390: reduce number of IO pins to 1")
> for stable. This can avoid OOM killer activity on highly fragmented memory
> even when swap and memory is available. 
> 
> We decided too late that this is stable material, so sorry for not marking it
> correctly. 

For what stable tree(s) is it relevant for?

thanks,

greg k-h
Christian Borntraeger July 8, 2020, 12:36 p.m. UTC | #4
On 08.07.20 14:00, Greg KH wrote:
> On Wed, Jul 08, 2020 at 01:33:49PM +0200, Christian Borntraeger wrote:
>> stable team,
>>
>>
>> Please consider commit 774911290c58 ("KVM: s390: reduce number of IO pins to 1")
>> for stable. This can avoid OOM killer activity on highly fragmented memory
>> even when swap and memory is available. 
>>
>> We decided too late that this is stable material, so sorry for not marking it
>> correctly. 
> 
> For what stable tree(s) is it relevant for?

This improves commit 84223598778ba ("KVM: s390: irq routing for adapter interrupts.")
so >= 3.15
Sasha Levin July 9, 2020, 2:26 p.m. UTC | #5
On Wed, Jul 08, 2020 at 02:36:07PM +0200, Christian Borntraeger wrote:
>
>
>On 08.07.20 14:00, Greg KH wrote:
>> On Wed, Jul 08, 2020 at 01:33:49PM +0200, Christian Borntraeger wrote:
>>> stable team,
>>>
>>>
>>> Please consider commit 774911290c58 ("KVM: s390: reduce number of IO pins to 1")
>>> for stable. This can avoid OOM killer activity on highly fragmented memory
>>> even when swap and memory is available.
>>>
>>> We decided too late that this is stable material, so sorry for not marking it
>>> correctly.
>>
>> For what stable tree(s) is it relevant for?
>
>This improves commit 84223598778ba ("KVM: s390: irq routing for adapter interrupts.")
>so >= 3.15

I've queued it for all stable branches, thank you!