Hi Linus, Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/lenb/to-linus.git Two additional patches to remove some rough edges for 2.6.13. thanks, -Len p.s. Latest ACPI plain patch, including stuff waiting for 2.6.14 is available here: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.12/ http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.12/broken-out/ drivers/acpi/dispatcher/dswload.c | 6 ------ drivers/acpi/osl.c | 6 +++++- drivers/acpi/pci_link.c | 7 +++++++ 3 files changed, 12 insertions(+), 7 deletions(-) commit 11e981f1e02c2a36465cbb208b21cb8b6480f399 Author: David Shaohua Li <[EMAIL PROTECTED]> Date: Wed Aug 3 23:46:33 2005 -0400 [ACPI] S3 resume: avoid kmalloc() might_sleep oops symptom ACPI now uses kmalloc(...,GPF_ATOMIC) during suspend/resume. http://bugzilla.kernel.org/show_bug.cgi?id=3469 Signed-off-by: David Shaohua Li <[EMAIL PROTECTED]> Signed-off-by: Len Brown <[EMAIL PROTECTED]> commit d4ab025b73a2d10548e17765eb76f3b7351dc611 Author: Len Brown <[EMAIL PROTECTED]> Date: Wed Aug 3 23:20:58 2005 -0400 [ACPI] delete Warning: Encountered executable code at module level, [AE_NOT_CONFIGURED] http://bugzilla.kernel.org/show_bug.cgi?id=4923 Signed-off-by: Len Brown <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/