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]
Message-ID: <20121109141127.GA16019@phenom.dumpdata.com>
Date:	Fri, 9 Nov 2012 09:11:27 -0500
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, xen-devel@...ts.xensource.com
Subject: [GIT PULL] (xen) stable/for-linus-3.7-rc5-tag

Hey Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.7-rc5-tag

which has bug-fixes. There are three ARM compile fixes (we forgot to export
certain functions and if the drivers are built as an module - we go belly-up).
There is also an mismatch of irq_enter() / exit_idle() calls sequence - which were
fixed some time ago in other piece of codes, but failed to appear in the Xen code.
Lastly a fix for to help in the field with troubleshooting in case we cannot get
the appropriate parameter and also fallback code when working with very old hypervisors.

Please pull!

 arch/arm/xen/enlighten.c             |   11 +++++
 arch/x86/include/asm/xen/hypercall.h |   21 +++------
 drivers/xen/Makefile                 |    1 +
 drivers/xen/events.c                 |    2 +-
 drivers/xen/fallback.c               |   80 ++++++++++++++++++++++++++++++++++
 include/xen/hvm.h                    |   34 +++++++++++++-
 6 files changed, 132 insertions(+), 17 deletions(-)

Jan Beulich (1):
      xen/hypercall: fix hypercall fallback code for very old hypervisors

Konrad Rzeszutek Wilk (3):
      xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.
      xen/generic: Disable fallback build on ARM.
      xen/arm: Fix compile errors when drivers are compiled as modules.

Mojiong Qiu (1):
      xen/events: fix RCU warning, or Call idle notifier after irq_enter()

Stefano Stabellini (1):
      xen/arm: Fix compile errors when drivers are compiled as modules (export more).


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ