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 316617 Details for
Bug 459103
kexec/kdump panics on HP Proliant
[?]
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]
patch to correct exactmap parsing
e820.patch (text/plain), 1.09 KB, created by
Neil Horman
on 2008-09-12 19:53:29 UTC
(
hide
)
Description:
patch to correct exactmap parsing
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2008-09-12 19:53:29 UTC
Size:
1.09 KB
patch
obsolete
>diff -up linux-2.6.25.noarch/arch/x86/kernel/e820_32.c.fix linux-2.6.25.noarch/arch/x86/kernel/e820_32.c >--- linux-2.6.25.noarch/arch/x86/kernel/e820_32.c.fix 2008-09-12 15:51:00.000000000 -0400 >+++ linux-2.6.25.noarch/arch/x86/kernel/e820_32.c 2008-09-12 15:52:10.000000000 -0400 >@@ -710,7 +710,7 @@ static int __init parse_memmap(char *arg > if (!arg) > return -EINVAL; > >- if (strcmp(arg, "exactmap") == 0) { >+ if (strncmp(arg, "exactmap"i, 8) == 0) { > #ifdef CONFIG_CRASH_DUMP > /* If we are doing a crash dump, we > * still need to know the real mem >diff -up linux-2.6.25.noarch/arch/x86/kernel/e820_64.c.fix linux-2.6.25.noarch/arch/x86/kernel/e820_64.c >--- linux-2.6.25.noarch/arch/x86/kernel/e820_64.c.fix 2008-09-12 15:51:06.000000000 -0400 >+++ linux-2.6.25.noarch/arch/x86/kernel/e820_64.c 2008-09-12 15:52:22.000000000 -0400 >@@ -691,7 +691,7 @@ static int __init parse_memmap_opt(char > char *oldp; > unsigned long long start_at, mem_size; > >- if (!strcmp(p, "exactmap")) { >+ if (!strncmp(p, "exactmap", 8)) { > #ifdef CONFIG_CRASH_DUMP > /* > * If we are doing a crash dump, we still need to know
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 459103
:
314317
| 316617 |
317076
|
323443
|
324183
|
324506