Prev: [GIT PULL] XFS update for 2.6.34-rc5
Next: buffer_head: remove redundant test from wait_on_buffer
From: Len Brown on 16 Apr 2010 17:50 Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release fixes a popular 2.6.34-rc4 regression. This will update the files shown below. thanks! -- Len Brown Intel Open Source Technology Center ps. individual patches are available on linux-acpi(a)vger.kernel.org and a consolidated plain patch is available here: http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/2.6.34/acpi-release-20100121-2.6.34-rc4.diff.gz drivers/acpi/acpica/exprep.c | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) through these commits: Alexey Starikovskiy (1): ACPI: EC: Limit burst to 64 bits with this log: commit bc3966921ff9528ae44a4a108085ab06107c1e7d Merge: dc57da3 2060c44 Author: Len Brown <len.brown(a)intel.com> Date: Fri Apr 16 16:08:07 2010 -0400 Merge branch 'bugzilla-15749' into release commit 2060c44576c79086ff24718878d7edaa7384a985 Author: Alexey Starikovskiy <astarikovskiy(a)suse.de> Date: Fri Apr 16 15:36:40 2010 -0400 ACPI: EC: Limit burst to 64 bits access_bit_width field is u8 in ACPICA, thus 256 value written to it becomes 0, causing divide by zero later. Proper fix would be to remove access_bit_width at all, just because we already have access_byte_width, which is access_bit_width / 8. Limit access width to 64 bit for now. https://bugzilla.kernel.org/show_bug.cgi?id=15749 fixes regression caused by the fix for: https://bugzilla.kernel.org/show_bug.cgi?id=14667 Signed-off-by: Alexey Starikovskiy <astarikovskiy(a)suse.de> Signed-off-by: Len Brown <len.brown(a)intel.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [GIT PULL] XFS update for 2.6.34-rc5 Next: buffer_head: remove redundant test from wait_on_buffer |