lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 25 Oct 2019 13:45:59 +0200
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, rkrcmar@...hat.com,
        kvm@...r.kernel.org
Subject: [GIT PULL] KVM changes for Linux 5.4-rc5

Linus,

The following changes since commit 3b7c59a1950c75f2c0152e5a9cd77675b09233d6:

  Merge tag 'pinctrl-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (2019-10-22 06:40:07 -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 671ddc700fd08b94967b1e2a937020e30c838609:

  KVM: nVMX: Don't leak L1 MMIO regions to L2 (2019-10-22 19:04:40 +0200)

----------------------------------------------------------------
Bugfixes for ARM, PPC and x86, plus selftest improvements.

----------------------------------------------------------------
Greg Kurz (1):
      KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use

Jim Mattson (2):
      kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID
      KVM: nVMX: Don't leak L1 MMIO regions to L2

Liran Alon (1):
      KVM: VMX: Remove specialized handling of unexpected exit-reasons

Marc Zyngier (4):
      KVM: arm64: pmu: Fix cycle counter truncation
      arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
      KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
      KVM: arm64: pmu: Reset sample period on overflow handling

Miaohe Lin (1):
      KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update

Paolo Bonzini (3):
      kvm: clear kvmclock MSR on reset
      Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/.../kvmarm/kvmarm into HEAD
      Merge tag 'kvm-ppc-fixes-5.4-1' of git://git.kernel.org/.../paulus/powerpc into HEAD

Vitaly Kuznetsov (5):
      selftests: kvm: synchronize .gitignore to Makefile
      selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
      selftests: kvm: consolidate VMX support checks
      selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported
      selftests: kvm: fix sync_regs_test with newer gccs

Wanpeng Li (1):
      KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled

kbuild test robot (1):
      KVM: x86: fix bugon.cocci warnings

 arch/arm64/kvm/sys_regs.c                          |  4 ++
 arch/powerpc/kvm/book3s_xive.c                     | 24 +++++---
 arch/powerpc/kvm/book3s_xive.h                     | 12 ++++
 arch/powerpc/kvm/book3s_xive_native.c              |  6 +-
 arch/x86/include/asm/kvm_host.h                    |  2 +-
 arch/x86/kvm/cpuid.c                               |  2 +-
 arch/x86/kvm/lapic.c                               |  5 --
 arch/x86/kvm/lapic.h                               |  5 ++
 arch/x86/kvm/svm.c                                 |  6 +-
 arch/x86/kvm/vmx/nested.c                          | 64 ++++++++++++----------
 arch/x86/kvm/vmx/nested.h                          | 13 ++++-
 arch/x86/kvm/vmx/vmx.c                             | 12 ----
 arch/x86/kvm/x86.c                                 | 19 ++++---
 tools/testing/selftests/kvm/.gitignore             |  2 +
 tools/testing/selftests/kvm/include/x86_64/vmx.h   |  2 +
 tools/testing/selftests/kvm/lib/x86_64/vmx.c       | 10 ++++
 .../testing/selftests/kvm/x86_64/sync_regs_test.c  | 21 +++----
 .../kvm/x86_64/vmx_close_while_nested_test.c       |  6 +-
 .../selftests/kvm/x86_64/vmx_dirty_log_test.c      |  2 +
 .../kvm/x86_64/vmx_set_nested_state_test.c         | 13 +----
 .../selftests/kvm/x86_64/vmx_tsc_adjust_test.c     |  6 +-
 virt/kvm/arm/pmu.c                                 | 48 +++++++++++-----
 virt/kvm/kvm_main.c                                | 29 +++++-----
 23 files changed, 186 insertions(+), 127 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ