From: john stultz <johnstul@us.ibm.com>
To: Bob Picco <bob.picco@hp.com>
Cc: Chuck Ebbert <cebbert@redhat.com>,
lkml <linux-kernel@vger.kernel.org>,
Sripathi Kodi <sripathik@in.ibm.com>,
Bernhard Walle <bwalle@suse.de>,
acme@redhat.com, apw@shadowen.org
Subject: Re: [BUG] sysrq-m oops
Date: Thu, 07 Jun 2007 12:54:41 -0700 [thread overview]
Message-ID: <1181246081.7621.6.camel@localhost.localdomain> (raw)
In-Reply-To: <20070607182122.GE11999@localhost>
On Thu, 2007-06-07 at 14:21 -0400, Bob Picco wrote:
> Chuck Ebbert wrote: [Thu Jun 07 2007, 11:42:38AM EDT]
> > On 06/06/2007 08:27 PM, john stultz wrote:
> > > Hey All,
> > > With 2.6.21 and the current -git, we're seeing the following oops when
> > > we try sysrq-m:
> > >
> >
> > It's here in arch/x86_64/mm/init.c::show_mem():
> >
> > for_each_online_pgdat(pgdat) {
> > for (i = 0; i < pgdat->node_spanned_pages; ++i) {
> This is probably with sparsemem? I'm working with acme@redhat.com to
> test a patch. Basically you need to validate the pfn because it
> could be in a hole. Most arches which support sparsemem perform this
> check.
>
> if (!pfn_valid(pgdat->node_start_pfn + i))
> continue;
Yep. That catch avoids the issue! Sounds like a 2.6.21.x candidate.
thanks so much!
-john
next prev parent reply other threads:[~2007-06-07 19:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-07 0:27 [BUG] sysrq-m oops john stultz
2007-06-07 15:42 ` Chuck Ebbert
2007-06-07 18:21 ` Bob Picco
2007-06-07 19:54 ` john stultz [this message]
2007-06-08 1:00 ` Bob Picco
2007-06-08 16:07 ` Andy Whitcroft
2007-06-07 20:39 ` Andy Whitcroft
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=1181246081.7621.6.camel@localhost.localdomain \
--to=johnstul@us.ibm.com \
--cc=acme@redhat.com \
--cc=apw@shadowen.org \
--cc=bob.picco@hp.com \
--cc=bwalle@suse.de \
--cc=cebbert@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sripathik@in.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox