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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 28 Oct 2008 16:47:04 +0200
From:	Avi Kivity <avi@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] KVM fixes for 2.6.28-rc2

Linus, please pull from the repo and branch @

  git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git kvm-updates/2.6.28

To receive a bunch of kvm fixes.  Most notably, fix the paravirt mmu bug
that prevents booting recent Linux kernels on kvm.

Shortlog, diffstat:

Avi Kivity (1):
      KVM: Future-proof device assignment ABI

Marcelo Tosatti (1):
      KVM: MMU: sync root on paravirt TLB flush

Sheng Yang (1):
      KVM: Fix guest shared interrupt with in-kernel irqchip

Xiantao Zhang (2):
      KVM: ia64: Fix halt emulation logic
      KVM: ia64: Makefile fix for forcing to re-generate asm-offsets.h

 arch/ia64/include/asm/kvm_host.h |    6 ++-
 arch/ia64/kvm/Makefile           |    8 +++-
 arch/ia64/kvm/kvm-ia64.c         |   80 +++++++++++++++++++------------------
 arch/ia64/kvm/kvm_fw.c           |    9 +++-
 arch/ia64/kvm/process.c          |    2 +-
 arch/x86/include/asm/kvm_host.h  |    3 +
 arch/x86/kvm/i8254.c             |   11 ++++-
 arch/x86/kvm/i8254.h             |    1 +
 arch/x86/kvm/mmu.c               |    1 +
 arch/x86/kvm/x86.c               |    6 ++-
 include/linux/kvm.h              |    6 +++
 include/linux/kvm_host.h         |    7 +++-
 virt/kvm/irq_comm.c              |   42 ++++++++++++++++++-
 virt/kvm/kvm_main.c              |   12 ++++--
 14 files changed, 138 insertions(+), 56 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