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:	Tue, 15 Jul 2008 15:12:19 +0300
From:	Avi Kivity <avi@...ranet.com>
To:	kvm@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 00/19] KVM Updates for the 2.6.27 (supplemental)

Due to the longer-than-usual release cycle, a few patches have accumulated
that I'd like to push out for the merge window.  These are all fairly local
and safe changes.

Shortlog/diffstat follow; please review.

Adrian Bunk (1):
  x86: KVM guest: make kvm_smp_prepare_boot_cpu() static

Avi Kivity (3):
  KVM: Apply the kernel sigmask to vcpus blocked due to being
    uninitialized
  KVM: Prefix some x86 low level function with kvm_, to avoid namespace
    issues
  KVM: MMU: Fix potential race setting upper shadow ptes on nonpae
    hosts

Ben-Ami Yassour (1):
  KVM: check injected pic irq within valid pic irqs

Carsten Otte (2):
  KVM: s390: dont allocate dirty bitmap
  KVM: Fix memory leak on guest exit

Chris Lalancette (1):
  KVM: VMX: Fake emulate Intel perfctr MSRs

Christian Borntraeger (2):
  KVM: s390: Set guest storage limit and offset to sane values
  KVM: s390: rename private structures

Glauber Costa (1):
  KVM: x86 emulator: emulate clflush

Joerg Roedel (1):
  KVM: SVM: fix suspend/resume support

Marcelo Tosatti (4):
  KVM: move slots_lock acquision down to vapic_exit
  KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held
  KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
  KVM: MMU: improve invalid shadow root page handling

Mohammed Gamal (1):
  KVM: x86 emulator: Fix HLT instruction

Sheng Yang (2):
  KVM: VMX: Fix a wrong usage of vmcs_config
  KVM: VMX: Add ept_sync_context in flush_tlb

 arch/ia64/kvm/kvm-ia64.c    |    3 ++
 arch/powerpc/kvm/powerpc.c  |    4 +++
 arch/s390/kvm/interrupt.c   |   32 +++++++++++++++---------------
 arch/s390/kvm/kvm-s390.c    |   17 +++++++++++++--
 arch/s390/kvm/priv.c        |    2 +-
 arch/s390/kvm/sigp.c        |   20 +++++++++---------
 arch/x86/kernel/kvmclock.c  |    2 +-
 arch/x86/kvm/i8259.c        |    6 +++-
 arch/x86/kvm/irq.h          |    2 +
 arch/x86/kvm/mmu.c          |   15 ++++++++++---
 arch/x86/kvm/svm.c          |   46 ++++++++++++++++++++++++++----------------
 arch/x86/kvm/vmx.c          |   43 +++++++++++++++++++++++++++-------------
 arch/x86/kvm/x86.c          |   37 +++++++++++++++++++---------------
 arch/x86/kvm/x86_emulate.c  |    6 +++-
 include/asm-s390/kvm_host.h |   36 ++++++++++++++++----------------
 include/asm-x86/kvm_host.h  |   26 +++++++++++-------------
 include/linux/kvm_host.h    |    1 +
 virt/kvm/kvm_main.c         |    5 ++++
 18 files changed, 184 insertions(+), 119 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ