All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM changes for Linux 5.8-rc5
@ 2020-07-06 17:15 Paolo Bonzini
  2020-07-06 21:45 ` pr-tracker-bot
  2020-07-08 11:33 ` "KVM: s390: reduce number of IO pins to 1" for stable Christian Borntraeger
  0 siblings, 2 replies; 6+ messages in thread
From: Paolo Bonzini @ 2020-07-06 17:15 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, kvm

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


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

* Re: [GIT PULL] KVM changes for Linux 5.8-rc5
  2020-07-06 17:15 [GIT PULL] KVM changes for Linux 5.8-rc5 Paolo Bonzini
@ 2020-07-06 21:45 ` pr-tracker-bot
  2020-07-08 11:33 ` "KVM: s390: reduce number of IO pins to 1" for stable Christian Borntraeger
  1 sibling, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-07-06 21:45 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: torvalds, linux-kernel, kvm

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* "KVM: s390: reduce number of IO pins to 1" for stable
  2020-07-06 17:15 [GIT PULL] KVM changes for Linux 5.8-rc5 Paolo Bonzini
  2020-07-06 21:45 ` pr-tracker-bot
@ 2020-07-08 11:33 ` Christian Borntraeger
  2020-07-08 12:00   ` Greg KH
  1 sibling, 1 reply; 6+ messages in thread
From: Christian Borntraeger @ 2020-07-08 11:33 UTC (permalink / raw)
  To: stable; +Cc: kvm list, Janosch Frank

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


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

* Re: "KVM: s390: reduce number of IO pins to 1" for stable
  2020-07-08 11:33 ` "KVM: s390: reduce number of IO pins to 1" for stable Christian Borntraeger
@ 2020-07-08 12:00   ` Greg KH
  2020-07-08 12:36     ` Christian Borntraeger
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2020-07-08 12:00 UTC (permalink / raw)
  To: Christian Borntraeger; +Cc: stable, kvm list, Janosch Frank

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

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

* Re: "KVM: s390: reduce number of IO pins to 1" for stable
  2020-07-08 12:00   ` Greg KH
@ 2020-07-08 12:36     ` Christian Borntraeger
  2020-07-09 14:26       ` Sasha Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Borntraeger @ 2020-07-08 12:36 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, kvm list, Janosch Frank



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



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

* Re: "KVM: s390: reduce number of IO pins to 1" for stable
  2020-07-08 12:36     ` Christian Borntraeger
@ 2020-07-09 14:26       ` Sasha Levin
  0 siblings, 0 replies; 6+ messages in thread
From: Sasha Levin @ 2020-07-09 14:26 UTC (permalink / raw)
  To: Christian Borntraeger; +Cc: Greg KH, stable, kvm list, Janosch Frank

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!

-- 
Thanks,
Sasha

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

end of thread, other threads:[~2020-07-09 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06 17:15 [GIT PULL] KVM changes for Linux 5.8-rc5 Paolo Bonzini
2020-07-06 21:45 ` pr-tracker-bot
2020-07-08 11:33 ` "KVM: s390: reduce number of IO pins to 1" for stable Christian Borntraeger
2020-07-08 12:00   ` Greg KH
2020-07-08 12:36     ` Christian Borntraeger
2020-07-09 14:26       ` Sasha Levin

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.