[BK PATCH] ACPI 2.4

From: Len Brown
Date: Wed Oct 29 2003 - 03:11:52 EST


Hi Marcelo, please do a

bk pull http://linux-acpi.bkbits.net/linux-acpi-release-2.4.23

This request includes the earlier x86_64 ACPI build fix,
plus fixes two crash regressions due to recent deltas,
plus picks up Andrew Morton's tweak to printk from 2.6.

thanks,
-Len

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

This will update the following files:
arch/x86_64/kernel/acpi.c | 29 ++++++++++++++++++++++++-
drivers/acpi/dispatcher/dsopcode.c | 8 ++----
drivers/acpi/ec.c | 16 +------------
lib/vsprintf.c | 3 +-
4 files changed, 35 insertions(+), 21 deletions(-)

through these ChangeSets:

<akpm@xxxxxxxx> (03/10/28 1.1063.44.35)
[PATCH] make printk more robust with "null" pointers

Expand printk's traditional handling of null pointers so that
anything in the
first page is considered a null pointer.

This gives us better behaviour when someone (acpi..) accidentally
prints a
string which is embedded in a struct, the pointer to which is null.

<len.brown@xxxxxxxxx> (03/10/28 1.1063.44.34)
[ACPI] REVERT ACPICA-20030918 CONFIG_ACPI_DEBUG printk that caused
crash
http://bugzilla.kernel.org/show_bug.cgi?id=1341

<len.brown@xxxxxxxxx> (03/10/28 1.1063.44.33)
[ACPI] REVERT acpi_ec_gpe_query(ec) T40 fix that crashed other boxes
http://bugme.osdl.org/show_bug.cgi?id=1171

<len.brown@xxxxxxxxx> (03/10/28 1.1063.44.32)
[ACPI] fix x86_64 build (Jeff Garzik)





-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/