Re: [GIT pull request] ACPI patches for 2.6.34-rc3

From: Len Brown
Date: Tuesday, April 6, 2010 - 12:09 am

Hi Linus,

please pull from: 

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release

Bug fixes.

This will update the files shown below.

thanks!

--
Len Brown
Intel Open Source Technology Center


ps. individual patches are available on linux-acpi@vger.kernel.org
and a consolidated plain patch is available here:
http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/2.6.34/acpi-release-20...

 drivers/acpi/acpica/evgpe.c    |   19 ++++--------
 drivers/acpi/acpica/exprep.c   |   12 ++++++++
 drivers/acpi/battery.c         |    6 ++--
 drivers/acpi/dock.c            |    7 +---
 drivers/acpi/ec.c              |   35 ++++++-----------------
 drivers/acpi/numa.c            |    6 ++-
 drivers/acpi/osl.c             |   23 ++++++++-------
 drivers/acpi/scan.c            |   12 ++++----
 drivers/acpi/video.c           |   60 ++++++++++++++++++++++++++--------------
 drivers/pnp/pnpacpi/rsparser.c |   42 ++++++++++++++++++++--------
 10 files changed, 124 insertions(+), 98 deletions(-)

through these commits:

Alan Jenkins (2):
      ACPI: battery: Fix CONFIG_ACPI_SYSFS_POWER=n
      ACPI: battery drivers should call power_supply_changed()

Alexey Starikovskiy (1):
      ACPI: EC: Allow multibyte access to EC

Bjorn Helgaas (2):
      ACPI: use _HID when supplied by root-level devices
      PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1

Chase Douglas (1):
      ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanup

David Rientjes (1):
      ACPI: NUMA: map pxms to low node ids

Matthew Garrett (1):
      ACPI: Don't send KEY_UNKNOWN for random video notifications

Rafael J. Wysocki (1):
      ACPI / ACPICA: Do not check reference counters in acpi_ev_enable_gpe()

Rafael Wysocki (1):
      ACPI / PM: Move ACPI video resume to a PM notifier

Zhang Rui (2):
      ACPI dock: support multiple ACPI dock devices
      ACPI: fixes a false alarm from lockdep

with this ...
From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?=
Date: Tuesday, April 6, 2010 - 12:25 am

Could you push this one to stable as well, please? It partially fixes
regression reported in:
https://bugzilla.kernel.org/show_bug.cgi?id=15096

This should go to .32 and .33.

-- 
Rafał
--

From: Len Brown
Date: Tuesday, April 6, 2010 - 1:47 pm

Yes, after it is upstream, it can be sent to .stable.
In this case it applies to .33, and will need some modification for .32
At that point, the bugzilla entry is closed.

cheers,
Len Brown, Intel Open Source Technology Center

From: Len Brown
Date: Tuesday, April 6, 2010 - 2:11 pm

Hi Linus,

please pull from: 

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release

Bug fixes, per below.

Note that I've refreshed a patch from Rafael 
(ac7729da880e742613129ee6dea0045328670d2d)
and re-pushed this branch since yesterday.

In the event you already pulled it, I can instead send
a small incremental patch.

This will update the files shown below.

thanks!

--
Len Brown
Intel Open Source Technology Center


ps. individual patches are available on linux-acpi@vger.kernel.org
and a consolidated plain patch is available here:
http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/2.6.34/acpi-release-20...

 drivers/acpi/acpica/evgpe.c    |   19 ++++-------
 drivers/acpi/acpica/exprep.c   |   12 +++++++
 drivers/acpi/battery.c         |    6 ++--
 drivers/acpi/dock.c            |    7 +---
 drivers/acpi/ec.c              |   35 +++++---------------
 drivers/acpi/numa.c            |    6 ++-
 drivers/acpi/osl.c             |   23 +++++++------
 drivers/acpi/scan.c            |   12 +++---
 drivers/acpi/video.c           |   67 +++++++++++++++++++++++++++------------
 drivers/pnp/pnpacpi/rsparser.c |   42 ++++++++++++++++++-------
 10 files changed, 131 insertions(+), 98 deletions(-)

through these commits:

Alan Jenkins (2):
      ACPI: battery: Fix CONFIG_ACPI_SYSFS_POWER=n
      ACPI: battery drivers should call power_supply_changed()

Alexey Starikovskiy (1):
      ACPI: EC: Allow multibyte access to EC

Bjorn Helgaas (2):
      ACPI: use _HID when supplied by root-level devices
      PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1

Chase Douglas (1):
      ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanup

David Rientjes (1):
      ACPI: NUMA: map pxms to low node ids

Matthew Garrett (1):
      ACPI: Don't send KEY_UNKNOWN for random video notifications

Rafael J. Wysocki (2):
      ACPI / ACPICA: Do not check reference counters in ...