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 299094 Details for
Bug 434927
Zero-size /proc/vmcore after kdump
[?]
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 revert upstream EFI_LOADER_DATA commit
kdump-fix.patch (text/plain), 1.59 KB, created by
Doug Chapman
on 2008-03-26 03:57:42 UTC
(
hide
)
Description:
patch to revert upstream EFI_LOADER_DATA commit
Filename:
MIME Type:
Creator:
Doug Chapman
Created:
2008-03-26 03:57:42 UTC
Size:
1.59 KB
patch
obsolete
>--- kexec-tools-testing-20070330/kexec/arch/ia64/crashdump-ia64.c.broken 2007-03-30 00:34:36.000000000 -0400 >+++ kexec-tools-testing-20070330/kexec/arch/ia64/crashdump-ia64.c 2008-03-25 23:45:46.000000000 -0400 >@@ -53,6 +53,7 @@ > struct loaded_segment { > unsigned long start; > unsigned long end; >+ unsigned long reserved; > }; > > #define MAX_LOAD_SEGMENTS 128 >@@ -87,6 +88,7 @@ > start&~(ELF_PAGE_SIZE-1); > loaded_segments[loaded_segments_num].end = > (end + ELF_PAGE_SIZE - 1)&~(ELF_PAGE_SIZE - 1); >+ loaded_segments[loaded_segments_num].reserved = 0; > loaded_segments_num++; > } > } >@@ -239,6 +241,7 @@ > loaded_segments[loaded_segments_num].start = elfcorehdr; > loaded_segments[loaded_segments_num].end = elfcorehdr + > sz; >+ loaded_segments[loaded_segments_num].reserved = 1; > loaded_segments_num++; > cmdline_add_elfcorehdr(cmdline, elfcorehdr); > } >--- kexec-tools-testing-20070330/purgatory/arch/ia64/purgatory-ia64.c.broken 2007-03-30 00:34:36.000000000 -0400 >+++ kexec-tools-testing-20070330/purgatory/arch/ia64/purgatory-ia64.c 2008-03-25 23:45:46.000000000 -0400 >@@ -123,6 +123,7 @@ > struct loaded_segment { > unsigned long start; > unsigned long end; >+ unsigned long reserved; > }; > > struct kexec_boot_params { >@@ -201,7 +202,8 @@ > } > dst_md->phys_addr = seg->start; > dst_md->num_pages = mid_pages; >- dst_md->type = EFI_LOADER_DATA; >+ dst_md->type = seg->reserved ? >+ EFI_UNUSABLE_MEMORY:EFI_LOADER_DATA; > if (!end_pages) > break; > dest += boot_param->efi_memdesc_size;
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 434927
:
295894
|
295895
|
295896
|
295897
|
296408
|
296597
|
296598
|
296798
|
299065
| 299094