Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#505975: ASUS P5QL Pro: Early kernel exception in dmi_table

0 views
Skip to first unread message

Felix Geyer

unread,
Nov 17, 2008, 6:20:13 AM11/17/08
to
Package: linux-2.6
Version: 2.6.26-8
Severity: |important
Tags: patch |fixed-upstream
|
|Directly after boot the kernel crashes.
This bug seems to only affect systems that use the motherboard ASUS P5QL Pro,
but may also affect some other motherboards.

For more information:
Upstream bug report: http://bugzilla.kernel.org/show_bug.cgi?id=11693
Ubuntu bug report: https://bugs.edge.launchpad.net/linux/+bug/263543

This has been fixed in 2.6.26.7

Upstream patch:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.26.y.git;a=commitdiff;h=6cb603ed02a891b965dc2fc50a39bff131829a54

diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c
index d1b8671..035752d 100644
--- a/arch/x86/mm/ioremap.c
+++ b/arch/x86/mm/ioremap.c
@@ -582,7 +582,7 @@ void __init *early_ioremap(unsigned long phys_addr, unsigned long size)
*/
offset = phys_addr & ~PAGE_MASK;
phys_addr &= PAGE_MASK;
- size = PAGE_ALIGN(last_addr) - phys_addr;
+ size = PAGE_ALIGN(last_addr + 1) - phys_addr;

/*
* Mappings have to fit in the FIX_BTMAP area.

--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Felix Geyer

unread,
Nov 17, 2008, 7:20:15 AM11/17/08
to
severity 505975 important
tags 505975 +fixed-upstream

Debian Bug Tracking System

unread,
Nov 18, 2008, 2:10:12 PM11/18/08
to

Your message dated Tue, 18 Nov 2008 20:00:20 +0100
with message-id <2008111819...@galadriel.inutil.org>
and subject line Re: ASUS P5QL Pro: Early kernel exception in dmi_table
has caused the Debian Bug report #505975,
regarding ASUS P5QL Pro: Early kernel exception in dmi_table
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


--
505975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

0 new messages