All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Cc: xen-devel@lists.xensource.com
Subject: [GIT PULL] (xen) stable/for-linus-3.9-rc2-tag
Date: Tue, 12 Mar 2013 15:56:37 -0400	[thread overview]
Message-ID: <20130312195637.GA22439@phenom.dumpdata.com> (raw)

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(-)

                 reply	other threads:[~2013-03-12 19:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130312195637.GA22439@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.