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 308435 Details for
Bug 448715
Kdump failing on LS21
[?]
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]
Fix kdump crash kernel boot memory reservation for NUMA machines
fix_kdump_crash_kernel_boot_memory_reservation_for_NUMA_machine.patch (text/plain), 471 bytes, created by
Jeff Burke
on 2008-06-05 13:27:52 UTC
(
hide
)
Description:
Fix kdump crash kernel boot memory reservation for NUMA machines
Filename:
MIME Type:
Creator:
Jeff Burke
Created:
2008-06-05 13:27:52 UTC
Size:
471 bytes
patch
obsolete
>--- ./arch/x86/kernel/setup_64.c.orig >+++ ./arch/x86/kernel/setup_64.c >@@ -218,7 +218,7 @@ static void __init reserve_crashkernel(v > (unsigned long)(free_mem >> 20)); > crashk_res.start = crash_base; > crashk_res.end = crash_base + crash_size - 1; >- reserve_bootmem(crash_base, crash_size); >+ reserve_bootmem_generic(crash_base, crash_size); > } else > printk(KERN_INFO "crashkernel reservation failed - " > "you have to specify a base address\n");
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 448715
:
308412
| 308435 |
308914
|
312062
|
313196
|
313320
|
322829