From: Tim Blechmann <tim@klingt.org>
To: linux-kernel@vger.kernel.org, Tejun Heo <tj@kernel.org>
Cc: stern@rowland.harvard.edu, x86@kernel.org
Subject: Re: 2.6.32 regression: unable to handle kernel paging request
Date: Thu, 17 Dec 2009 21:26:26 +0100 [thread overview]
Message-ID: <4B2A93F2.3070407@klingt.org> (raw)
In-Reply-To: <4B2A2A7D.1050506@klingt.org>
[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]
>> i cannot boot any 2.6.32 kernel (i tested back until -rc5) on my nehalem
>> machine (x86_64, 12gb ram).
>>
>> there are bug messages in various (mostly module loader) functions,
>> stating "unable to handle kernel paging request". 2.6.31 on the same
>> machine works like charm. i haven't been able to save a boot log, but it
>> didn't look too different from this:
>>
>> http://lkml.org/lkml/2009/12/8/207
>
> trying to bisect the kernel tree,
> 405d967dc70002991f8fc35c20e0d3cbc7614f63 seems to be the first bad commit.
> during bisecting, i recorded several boot logs, which are attached.
removing module-common.lds from LDFLAGS_MODULE, my machine boots fine
and without any error messages:
--- a/Makefile
+++ b/Makefile
@@ -326,7 +326,7 @@ CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
MODFLAGS = -DMODULE
CFLAGS_MODULE = $(MODFLAGS)
AFLAGS_MODULE = $(MODFLAGS)
-LDFLAGS_MODULE = -T $(srctree)/scripts/module-common.lds
+LDFLAGS_MODULE =
CFLAGS_KERNEL =
AFLAGS_KERNEL =
CFLAGS_GCOV = -fprofile-arcs -ftest-coverage
i hope someone with more insights in these parts of the kernel can have
a closer look into this issue.
thanks, tim
--
tim@klingt.org
http://tim.klingt.org
Wherever we are, what we hear is mostly noise. When we ignore it, it
disturbs us. When we listen to it, we find it fascinating.
John Cage
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2009-12-17 20:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 19:52 2.6.32 regression: unable to handle kernel paging request Tim Blechmann
2009-12-17 12:56 ` Tim Blechmann
2009-12-17 20:26 ` Tim Blechmann [this message]
2009-12-18 3:49 ` Tejun Heo
2009-12-18 9:15 ` Tim Blechmann
2009-12-21 7:16 ` Tejun Heo
2009-12-21 9:32 ` Tim Blechmann
2009-12-24 12:06 ` Tejun Heo
2009-12-24 12:07 ` Tim Blechmann
2009-12-24 12:26 ` Tejun Heo
2009-12-24 12:48 ` Tejun Heo
2009-12-24 12:55 ` Tim Blechmann
2009-12-27 9:50 ` Tim Blechmann
2010-01-01 20:55 ` Tim Blechmann
2010-01-02 2:23 ` Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B2A93F2.3070407@klingt.org \
--to=tim@klingt.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=tj@kernel.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.