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:	Thu, 15 Dec 2011 12:22:22 -0500
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Cc:	Leonid.Kalev@...com, Neal.Taylor@...com, george.shuklin@...il.com,
	david.vrabel@...rix.com, ian.campbell@...rix.com
Subject: [GIT PULL] (xen) stable/for-linus-fixes-3.2 for 3.2-rc6

Hey Linus,

Please git pull this branch:

git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-fixes-3.2

which has two bug-fixes found recently. One of them is for how memory
is populated for a guest when the 'max memory' vs 'the initial amount of memory
the guest is going to launch with' is different. We used the wrong metric resulting
in capping the memory to 'the initial amount of  memory the guest is going to launch
with' and never being able to go to 'max memory'. The other bug is a boot-up bug found
with Dell hardware were none of the PCI devices were able to set their DMA mask. The fix
is rather embarrassing as I was the one who committed a similar fix to generic SWIOTLB a
year ago and completly forgot to propagate it to the Xen SWIOTLB library.

Please pull!

 arch/x86/xen/setup.c      |   18 +++++++++++++++---
 drivers/xen/swiotlb-xen.c |    4 ++--
 2 files changed, 17 insertions(+), 5 deletions(-)

Ian Campbell (1):
      xen: only limit memory map to maximum reservation for domain 0.

Konrad Rzeszutek Wilk (1):
      xen/swiotlb: Use page alignment for early buffer allocation.


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ