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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 11 Jan 2007 03:12:05 -0500
From:	Len Brown <lenb@...nel.org>
To:	Linus Torvalds <torvalds@...l.org>
Cc:	Andrew Morton <akpm@...l.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-acpi@...r.kernel.org
Subject: [GIT PATCH] ACPI patches for 2.6.20-rc4

Hi Linus,

please pull from: 

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

This will update the files shown below.

thanks!

-Len

ps. a plain patch is also available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.20/acpi-release-20060707-2.6.20-rc4.diff.gz

 Documentation/feature-removal-schedule.txt |   45 +++++++++++++++++
 MAINTAINERS                                |   39 ++++++++++++--
 arch/i386/kernel/acpi/cstate.c             |   10 +--
 arch/ia64/kernel/acpi.c                    |    3 +
 arch/ia64/sn/kernel/io_acpi_init.c         |    3 +
 drivers/acpi/Kconfig                       |   11 ----
 drivers/acpi/bus.c                         |    3 +
 drivers/acpi/ec.c                          |    4 -
 drivers/acpi/ibm_acpi.c                    |   13 ----
 drivers/acpi/processor_core.c              |    3 -
 drivers/acpi/processor_perflib.c           |    4 -
 include/linux/acpi.h                       |    1 
 12 files changed, 97 insertions(+), 42 deletions(-)

through these commits:

Henrique de Moraes Holschuh (1):
      Revert "ACPI: ibm-acpi: make non-generic bay support optional"

John Keller (1):
      ACPI: Altix: ACPI _PRT support

Len Brown (3):
      ACPI: ec: enable printk on cmdline use
      ACPI: schedule obsolete features for deletion
      ACPI: update MAINTAINERS

Venkatesh Pallipadi (2):
      ACPI: rename cstate_entry_s to cstate_entry
      ACPI: delete two spurious ACPI messages

with this log:

commit d2fadbbbf0e42b842731da71864f222e7f119461
Author: Henrique de Moraes Holschuh <hmh@....eng.br>
Date:   Thu Jan 11 02:58:15 2007 -0500

    Revert "ACPI: ibm-acpi: make non-generic bay support optional"
    
    This reverts commit 2df910b4c3edcce9a0c12394db6f5f4a6e69c712.
    
    ACPI_BAY has not been merged into mainline yet, so the changes to ibm-acpi
    related Kconfig entries that depend on ACPI_BAY were permanently disabling
    ibm-acpi bay support.  This is a serious regression for ThinkPad users.
    
    Signed-off-by: Henrique de Moraes Holschuh <hmh@....eng.br>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 8f6d63adf8309a412bf2d3d2e49a85e519ebf57c
Merge: 85f4544... 3948ec9...
Author: Len Brown <len.brown@...el.com>
Date:   Thu Jan 11 01:55:34 2007 -0500

    Pull sgi into release branch

commit 85f4544fbf02f60993c76f5b92517a87f220472d
Merge: f3a2c3e... 8b59a45...
Author: Len Brown <len.brown@...el.com>
Date:   Thu Jan 11 01:55:25 2007 -0500

    Pull trivial into release branch

commit 8b59a454c421542a51c391f542c80d165f7547a0
Author: Len Brown <len.brown@...el.com>
Date:   Mon Jan 8 19:03:28 2007 -0500

    ACPI: update MAINTAINERS
    
    s/Maintained/Supported/
    and document some sub-maintainers for ACPI drivers.
    
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 1bb67c2582f4271488721001a707124fd0af347e
Author: Len Brown <len.brown@...el.com>
Date:   Thu Jan 11 01:49:44 2007 -0500

    ACPI: schedule obsolete features for deletion
    
    Signed-off-by: Len Brown <len.brown@...el.com>

commit d6637b28ffb38f207015c990e481fde5bba233d7
Author: Venkatesh Pallipadi <venkatesh.pallipadi@...el.com>
Date:   Wed Jan 10 23:16:36 2007 -0500

    ACPI: delete two spurious ACPI messages
    
    ACPI: Getting cpuindex for acpiid 0x4
    
    acpi_processor-0742 [00] processor_preregister_: Error while parsing _PSD domain information. Assuming no coordination
    
    http://bugzilla.kernel.org/show_bug.cgi?id=7286
    
    Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@...el.com>
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 5d65131fa8d333d4575e7dfe5a05d3a9fa4a687e
Author: Venkatesh Pallipadi <venkatesh.pallipadi@...el.com>
Date:   Wed Jan 10 23:08:38 2007 -0500

    ACPI: rename cstate_entry_s to cstate_entry
    
    style change only.
    
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 723fe2ca82d1ffc80c9d53035babf011f84c65d4
Author: Len Brown <len.brown@...el.com>
Date:   Sat Jan 6 00:02:07 2007 -0500

    ACPI: ec: enable printk on cmdline use
    
    if somebody uses "ec_intr=", lets be sure to
    capture that in the dmesg even in the non-debug case.
    
    Signed-off-by: Len Brown <len.brown@...el.com>

commit 3948ec9406f9a60a43d63f23f6f5284db6529b9c
Author: John Keller <jpk@....com>
Date:   Fri Dec 22 11:50:04 2006 -0600

    ACPI: Altix: ACPI _PRT support
    
    Provide ACPI _PRT support for SN Altix systems.
    
    The SN Altix platform does not conform to the
    IOSAPIC IRQ routing model, so a new acpi_irq_model
    (ACPI_IRQ_MODEL_PLATFORM) has been defined. The SN
    platform specific code sets acpi_irq_model to
    this new value, and keys off of it in acpi_register_gsi()
    to avoid the iosapic code path.
    
    Signed-off-by: John Keller <jpk@....com>
    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