linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] ACPI patches for 2.6.24-rc3 -- part 2
@ 2007-12-02 19:49 Len Brown
  0 siblings, 0 replies; only message in thread
From: Len Brown @ 2007-12-02 19:49 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, linux-acpi, linux-kernel

Hi Linus,

Before rc4, please pull from: 

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

This fixes the Thinkpad T61 OOPS regression due to the -rc3 thermal changes.
It also fixes a boot crash in the AML interpreter that has been with us forever,
but has recently been exposed by acpi-cpufreq on some new platforms.

This will update the files shown below.

thanks!

-Len

ps. individual patches are available on linux-acpi@vger.kernel.org
and a consolidated plain patch is available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.24/acpi-release-20070126-2.6.24-rc3.diff.gz

 drivers/acpi/dispatcher/dsobject.c  |   91 ++++++++++++++++++++++--
 drivers/acpi/processor_throttling.c |   36 +++++++--
 2 files changed, 113 insertions(+), 14 deletions(-)

through these commits:

Bob Moore (1):
      ACPICA: fix acpi-cpufreq boot crash due to _PSD return-by-reference

Zhao Yakui (1):
      ACPI: Delete the IRQ operation in throttling controll via PTC

with this log:

commit 6ac47735cdba6ac8c64cb7595762a75fdcafaa6d
Merge: 7ac3ae3... 152c300...
Author: Len Brown <len.brown@intel.com>
Date:   Sun Dec 2 14:33:33 2007 -0500

    Pull bugzilla-9429 into release branch

commit 7ac3ae32d170cea8cb8e7822acc29ed8f1b1018d
Merge: 92d499d... 357dc4c...
Author: Len Brown <len.brown@intel.com>
Date:   Sun Dec 2 14:33:21 2007 -0500

    Pull thermal into release branch

commit 152c300d007c70c4a1847dad39ecdaba22e7d457
Author: Bob Moore <robert.moore@intel.com>
Date:   Wed Oct 17 16:10:18 2007 -0400

    ACPICA: fix acpi-cpufreq boot crash due to _PSD return-by-reference
    
    Changed resolution of named references in packages
    
    Fixed a problem with the Package operator where all named
    references were created as object references and left otherwise
    unresolved. According to the ACPI specification, a Package can
    only contain Data Objects or references to control methods. The
    implication is that named references to Data Objects (Integer,
    Buffer, String, Package, BufferField, Field) should be resolved
    immediately upon package creation. This is the approach taken
    with this change. References to all other named objects (Methods,
    Devices, Scopes, etc.) are all now properly created as reference objects.
    
    http://bugzilla.kernel.org/show_bug.cgi?id=5328
    http://bugzilla.kernel.org/show_bug.cgi?id=9429
    
    Signed-off-by: Bob Moore <robert.moore@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 357dc4c3f13cb5c1e3b40a09cbe6ff1b0df2c7c3
Author: Zhao Yakui <yakui.zhao@intel.com>
Date:   Thu Nov 29 16:22:43 2007 +0800

    ACPI: Delete the IRQ operation in throttling controll via PTC
    
    The IRQ operation(enable/disable) should be avoided when throttling is
    controlled via PTC method. It is replaced by the migration of task.
    
    This fixes an oops on T61 -- a regression due to
    f79f06ab9f86 b/c FixedHW support tried to read remote MSR with interrupts disabled.
    
    Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-02 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-02 19:49 [GIT PATCH] ACPI patches for 2.6.24-rc3 -- part 2 Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).