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:	Mon, 22 Aug 2011 12:02:57 -0400
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Cc:	Stefano Stabellini <stefano.stabellini@...citrix.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	rdunlap@...otime.net, stefan.bader@...onical.com,
	JBeulich@...ell.com
Subject: [GIT PULL] (xen) stable/bug.fixes for 3.1-rc2

Hey Linus,

Please git pull:

 git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/bug.fixes

which has some patches that have been there since last week - but the LinuxCon
interrupted my process a bit so sending it late.

The patches are based off git commit c00c8aa2d976e9ed1d12a57b42d6e9b27efb7abe:
Konrad Rzeszutek Wilk (1):
  xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not set

which you pulled in 3.1-rc1.

Anyhow, this git pull has two boring compile fixes, and then two exciting bug-fixes. The
exciting bug-fixes are 1) Jan's fix to check the ceiling of our M2P table - we
did it slowly and potentially could read userspace pages (oops!) to find out our frame
numbers, being a potential security risk; 2) fix PVonHVM to work with older hypervisors
that don't support callbacks - we have code that does it, but missed one case - leading
to crashes with more than 4 VCPUs.

 arch/x86/include/asm/xen/page.h |    4 ++--
 arch/x86/xen/Makefile           |    2 +-
 arch/x86/xen/enlighten.c        |    4 ++--
 arch/x86/xen/mmu.c              |   12 ++++++++----
 arch/x86/xen/smp.c              |    4 ++--
 5 files changed, 15 insertions(+), 11 deletions(-)

Jan Beulich (1):
      xen/x86: replace order-based range checking of M2P table by linear one

Jeremy Fitzhardinge (1):
      xen/tracing: Fix tracing config option properly

Randy Dunlap (1):
      xen: xen-selfballoon.c needs more header files

Stefano Stabellini (1):
      xen: Do not enable PV IPIs when vector callback not present

P.S.
If you look in the commits date, you will notice Stefano's patch (and the
subsequent ones) being modified about 30 minutes ago - it did not have his SOB
on it - so I updated it just now using 'git rebase'. Rest assured, the patches
had been for some time in #linux-next:
http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=shortlog;h=refs/heads/linux-next
--
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