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>] [day] [month] [year] [list]
Date:	Tue, 4 Jun 2013 15:28:09 +0300
From:	Gleb Natapov <gleb@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	kvm <kvm@...r.kernel.org>, Paolo Bonzini <pbonzini@...hat.com>
Subject: [GIT PULL] KVM fixes for 3.10-rc4


Linus,

Please pull from

git://git.kernel.org/pub/scm/virt/kvm/kvm.git fixes

To receive KVM bug fixes. The bulk of the fixes is in MIPS KVM
kernel<->userspace ABI. MIPS KVM is new for 3.10 and some problems were
found with current ABI. It is better to fix them now and do not have
a kernel with broken one.


Andre Przywara (1):
      ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctl

David Daney (6):
      mips/kvm: Fix ABI for use of FPU.
      mips/kvm: Fix ABI for use of 64-bit registers.
      mips/kvm: Fix name of gpr field in struct kvm_regs.
      mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
      mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG
      mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.

Gleb Natapov (1):
      KVM: Fix race in apic->pending_events processing

Marc Zyngier (1):
      ARM: KVM: be more thorough when invalidating TLBs

Paolo Bonzini (2):
      KVM: Emulate multibyte NOP
      KVM: fix sil/dil/bpl/spl in the mod/rm fields

 arch/arm/kvm/arm.c               |   15 +-
 arch/arm/kvm/mmu.c               |   41 ++++--
 arch/mips/include/asm/kvm_host.h |    4 -
 arch/mips/include/uapi/asm/kvm.h |  137 +++++++++++++++----
 arch/mips/kvm/kvm_mips.c         |  280 +++++++++++++++++++++++++++++++++++---
 arch/mips/kvm/kvm_trap_emul.c    |   50 -------
 arch/x86/kvm/emulate.c           |    9 +-
 arch/x86/kvm/lapic.c             |    9 +-
 8 files changed, 421 insertions(+), 124 deletions(-)

--
			Gleb.
--
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