[<prev] [next>] [day] [month] [year] [list]
Message-id: <alpine.LFD.2.00.0908282016330.27023@localhost.localdomain>
Date: Fri, 28 Aug 2009 20:21:33 -0400 (EDT)
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 related patches for Linux-2.6.31-rc8
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 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.31/acpi-release-20090521-2.6.31-rc8.diff.gz
drivers/acpi/acpica/exstorob.c | 12 ++++++++++++
drivers/acpi/video.c | 7 +++++--
drivers/platform/x86/toshiba_acpi.c | 1 +
3 files changed, 18 insertions(+), 2 deletions(-)
through these commits:
Jiri Slaby (1):
toshiba_acpi: return on a fail path
Keith Packard (1):
ACPI: don't free non-existent backlight in acpi video module
Lin Ming (1):
ACPICA: Windows compatibility fix: same buffer/string store
with this log:
commit e29b3ee3b005897fbdcfdd4b3190776e38739d70
Author: Keith Packard <keithp@...thp.com>
Date: Thu Aug 6 15:57:54 2009 -0700
ACPI: don't free non-existent backlight in acpi video module
acpi_video_put_one_device was attempting to remove sysfs entries and
unregister a backlight device without first checking that said backlight
device structure had been created.
Signed-off-by: Keith Packard <keithp@...thp.com>
Acked-by: Zhang Rui <rui.zhang@...el.com>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Len Brown <len.brown@...el.com>
commit 82e7784f57a81faf673b09bc468e736d582fe754
Author: Jiri Slaby <jirislaby@...il.com>
Date: Thu Aug 6 15:57:51 2009 -0700
toshiba_acpi: return on a fail path
Return from bt_rfkill_poll() when hci_get_radio_state() fails.
value is invalid in that case and should not be assigned to the rfkill
state.
This also fixes a double unlock bug.
Signed-off-by: Jiri Slaby <jirislaby@...il.com>
Cc: John W. Linville <linville@...driver.com>
Cc: Johannes Berg <johannes@...solutions.net>
Cc: Henrique de Moraes Holschuh <hmh@....eng.br>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Len Brown <len.brown@...el.com>
commit b0de22bdffa2e9a8e280d769c59f866605268484
Author: Lin Ming <ming.m.lin@...el.com>
Date: Wed Aug 26 09:01:34 2009 +0800
ACPICA: Windows compatibility fix: same buffer/string store
Fix a compatibility issue when the same buffer or string is
stored to itself. This has been seen in the field. Previously,
ACPICA would zero out the buffer/string. Now, the operation is
treated as a NOP.
http://bugzilla.acpica.org/show_bug.cgi?id=803
Reported-by: Rezwanul Kabir <Rezwanul_Kabir@...l.com>
Signed-off-by: Lin Ming <ming.m.lin@...el.com>
Signed-off-by: Bob Moore <robert.moore@...el.com>
Signed-off-by: Len Brown <len.brown@...el.com>
thanks,
Len Brown, Intel Open Source Technology Center
--
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