Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 156474 Details for
Bug 242630
sysrq-M causes oops in 2.6.21-23.el5rt
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fixes sysrq+m OOPS
x86_64-for-show_mem-when-SPARSEMEM-is-configured.patch (text/plain), 2.26 KB, created by
Arnaldo Carvalho de Melo
on 2007-06-07 15:43:34 UTC
(
hide
)
Description:
fixes sysrq+m OOPS
Filename:
MIME Type:
Creator:
Arnaldo Carvalho de Melo
Created:
2007-06-07 15:43:34 UTC
Size:
2.26 KB
patch
obsolete
>Return-Path: <bob.picco@hp.com> >Received: from pobox-2.corp.redhat.com ([unix socket]) > by pobox-2.corp.redhat.com (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA; > Thu, 07 Jun 2007 11:21:15 -0400 >X-Sieve: CMU Sieve 2.2 >Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) > by pobox-2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l57FLFQ4013673 > for <acme@pobox-2.corp.redhat.com>; Thu, 7 Jun 2007 11:21:15 -0400 >Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) > by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l57FLEsQ025652 > for <acme@redhat.com>; Thu, 7 Jun 2007 11:21:15 -0400 >Received: from mailhub.hp.com (mailhub.hp.com [192.151.27.10]) > by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id l57FLCGY031156 > for <acme@redhat.com>; Thu, 7 Jun 2007 11:21:12 -0400 >Received: from localhost (c-71-232-230-228.hsd1.ma.comcast.net [71.232.230.228]) > by mailhub.hp.com (Postfix) with ESMTP > id 1F00E27116; Thu, 7 Jun 2007 11:24:58 -0400 (EDT) >Received: by localhost (sSMTP sendmail emulation); Thu, 7 Jun 2007 11:21:05 -0400 >From: "Bob Picco" <bob.picco@hp.com> >Date: Thu, 7 Jun 2007 11:21:05 -0400 >To: acme@redhat.com >Cc: bob.picco@hp.com >Subject: [PATCH] x86_64 for show_mem when SPARSEMEM is configured >Message-ID: <20070607152105.GD11999@localhost> >Mime-Version: 1.0 >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline >User-Agent: Mutt/1.5.11 >X-RedHat-Spam-Score: -100 >X-Scanned-By: MIMEDefang 2.58 on 172.16.48.32 > > >We aren't sampling for holes in memory. Thus we encounter a section hole with >empty section map pointer for SPARSEMEM and OOPs for show_mem. > >Signed-off-by: Bob Picco <bob.picco@hp.com> > > arch/x86_64/mm/init.c | 2 ++ > 1 file changed, 2 insertions(+) > >Index: linux-2.6.22-rc4-mm1/arch/x86_64/mm/init.c >=================================================================== >--- linux-2.6.22-rc4-mm1.orig/arch/x86_64/mm/init.c 2007-06-06 12:59:26.000000000 -0400 >+++ linux-2.6.22-rc4-mm1/arch/x86_64/mm/init.c 2007-06-07 11:14:31.000000000 -0400 >@@ -79,6 +79,8 @@ void show_mem(void) > if (unlikely(i % MAX_ORDER_NR_PAGES == 0)) { > touch_nmi_watchdog(); > } >+ if (!pfn_valid(pgdat->node_start_pfn + i)) >+ continue; > page = pfn_to_page(pgdat->node_start_pfn + i); > total++; > if (PageReserved(page))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242630
: 156474