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, 12 Mar 2013 15:56:37 -0400
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Cc:	xen-devel@...ts.xensource.com
Subject: [GIT PULL] (xen) stable/for-linus-3.9-rc2-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.9-rc2-tag

which has three compile fixes - two are for errors on ARM, and
there is one warning on x86. Then there is run-time WARNING
in the xen-pciback. The last one is a regression fix - where
the acpi_processor_register_performance (used in the Xen
ACPI P-and-C states uploader) started returning -ENODEV when cpuidle API
is turned off (previous to v3.9 cpuidle API would return -ENODEV for
some of its functions when it was off, but not all) - Rafael
preferred that it got through my tree, so here it is.

Please pull!

Ian Campbell (1):
      xen: arm: mandate EABI and use generic atomic operations.

Konrad Rzeszutek Wilk (2):
      xen/pciback: Don't disable a PCI device that is already disabled.
      acpi: Export the acpi_processor_get_performance_info

Liu Jinsong (1):
      xen/acpi: remove redundant acpi/acpi_drivers.h include

 arch/arm/Kconfig                      |  3 ++-
 arch/arm/include/asm/xen/events.h     | 25 ++++---------------------
 drivers/acpi/processor_perflib.c      |  4 ++--
 drivers/xen/xen-acpi-processor.c      |  8 ++++----
 drivers/xen/xen-pciback/pciback_ops.c |  3 ++-
 drivers/xen/xen-stub.c                |  1 -
 include/acpi/processor.h              |  3 +++
 7 files changed, 17 insertions(+), 30 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