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:	Wed, 25 Nov 2009 01:13:57 -0500 (EST)
From:	Len Brown <lenb@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-acpi@...r.kernel.org
Subject: [git pull request] ACPI & driver patches for 2.6.32-rc8

Hi Linus,

please pull from: 

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

A pair of regression fixes, a few bug fixes, and workarounds.

This will update the files shown below.

thanks!

--
Len Brown
Intel Open Source Technology Center


ps. individual patches are available on linux-acpi@...r.kernel.org
and a consolidated plain patch is available here:
http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/2.6.32/acpi-release-20090903-2.6.32-rc8.diff.gz

 drivers/acpi/acpica/acpredef.h       |    5 +++--
 drivers/acpi/blacklist.c             |   17 +++++++++++++++++
 drivers/acpi/sleep.c                 |    8 ++++++++
 drivers/platform/x86/acerhdf.c       |   12 ++++++------
 drivers/platform/x86/thinkpad_acpi.c |   26 +++++++++++++++++++-------
 5 files changed, 53 insertions(+), 15 deletions(-)

through these commits:

Alexey Starikovskiy (1):
      ACPICA: Silence the warning about _BIF returning the buffer

Henrique de Moraes Holschuh (1):
      thinkpad-acpi: fix detection of old ThinkPads

Jerone Young (1):
      ACPI: Add Thinkpad T400, T500 to OSI(Linux) white-list

Len Brown (1):
      ACPI: DMI init_set_sci_en_on_resume for HP-Compaq C700

Peter Feuerer (1):
      acerhdf: return temperature in milidegree instead of degree

Roel Kluin (1):
      thinkpad-acpi: fix sign of ERESTARTSYS return

with this log:

commit c4f7bc86279269d0e9520ded0617c609fd5e573a
Merge: 6444179 7005291
Author: Len Brown <len.brown@...el.com>
Date:   Wed Nov 25 01:01:29 2009 -0500

    Merge branch 'misc-2.6.32' into release

commit 7005291706341a11c094f39a756a01c9e649e5f9
Author: Peter Feuerer <peter@...e.net>
Date:   Tue Nov 17 14:07:21 2009 -0800

    acerhdf: return temperature in milidegree instead of degree
    
    Return temperature in milidegree instead of degree, as sysfs-api requires
    the temperature in milidegree.
    
    Signed-off-by: Peter Feuerer <peter@...e.net>
    Tested-by: Borislav Petkov <petkovbb@...il.com>
    Cc: Andreas Mohr <andi@...as.de>
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 644417958b0bbb1dbf79003fc14e6ccf1271b9ad
Merge: a425776 275014a
Author: Len Brown <len.brown@...el.com>
Date:   Wed Nov 25 00:43:08 2009 -0500

    Merge branch 'thinkpad-2.6.32' into release

commit 275014ae46871ce0ab08550fc4040f12b685813a
Author: Henrique de Moraes Holschuh <hmh@....eng.br>
Date:   Tue Nov 17 14:07:22 2009 -0800

    thinkpad-acpi: fix detection of old ThinkPads
    
    There is a problem in the quirk tables used by tpacpi_is_fw_known() and
    tpacpi_check_outdated_fw(), which causes outdated BIOSes that are lacking
    the EC firmware ID DMI field to never match.
    
    This breaks module loading on, e.g.  a T23 with outdated BIOS, and the
    module will refuse to load unless the "force_load=1" parameter is given.
    
    Fix the quirk tables so that they can also match the outdated BIOSes,
    which in turn will both fix the module loading, and also warn the user
    that he is using outdated firmware and should upgrade.
    
    This fixes a serious regression, introduced by commit
    e675abafcc0df38125e6e94a9ba91c92fe774f52, "thinkpad-acpi: be more strict
    when detecting a ThinkPad".
    
    http://bugzilla.kernel.org/show_bug.cgi?id=14597
    
    Reported-by: Paul Kimoto <kimoto@...htlink.com>
    Signed-off-by: Henrique de Moraes Holschuh <hmh@....eng.br>
    Tested-by: Paul Kimoto <kimoto@...htlink.com>
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 80a8d1228e90349b4514e8c925c061fa5cbcea75
Author: Roel Kluin <roel.kluin@...il.com>
Date:   Fri Nov 20 19:48:23 2009 +0100

    thinkpad-acpi: fix sign of ERESTARTSYS return
    
    The returned error should be negative
    
    Signed-off-by: Roel Kluin <roel.kluin@...il.com>
    Acked-by: Henrique de Moraes Holschuh <hmh@....eng.br>
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Cc: <stable@...nel.org>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit a4257763de8cfac0d72503a10c69f7f07ae727a9
Merge: 87c687b d0b3b11
Author: Len Brown <len.brown@...el.com>
Date:   Wed Nov 25 00:04:48 2009 -0500

    Merge branch 'bugzilla-14379' into release

commit 8b1edc57a617d00845806ca1fce1799c08d50920
Author: Jerone Young <jerone.young@...onical.com>
Date:   Thu Aug 27 00:04:44 2009 -0500

    ACPI: Add Thinkpad T400, T500 to OSI(Linux) white-list
    
    acpi_osi=Linux helps the mute button work properly by sending Linux
    a mute key press.
    
    http://bugzilla.kernel.org/show_bug.cgi?id=13934
    
    Signed-off-by: Jerone Young <jerone.young@...onical.com>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit d0b3b119f4d9460f3947334cf384ae69c5417360
Author: Alexey Starikovskiy <astarikovskiy@...e.de>
Date:   Tue Nov 24 21:34:35 2009 -0500

    ACPICA: Silence the warning about _BIF returning the buffer
    
    _BIF was returning buffer instead of a string since day 1 of ACPI.
    Adding a warning for that is noble, but people don't like
    when someone cries wolf in a production system.
    
    Reference: http://bugzilla.kernel.org/show_bug.cgi?id=14379
    Signed-off-by: Alexey Starikovskiy <astarikovskiy@...e.de>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 87c687be055e67bc04189ce476690be73d16063e
Author: Len Brown <len.brown@...el.com>
Date:   Mon Nov 23 11:44:12 2009 -0500

    ACPI: DMI init_set_sci_en_on_resume for HP-Compaq C700
    
    ...else ACPI thermal controls fail after resume.
    
    http://bugzilla.kernel.org/show_bug.cgi?id=13745
    
    Signed-off-by: Len Brown <len.brown@...el.com>
--
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