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 309290 Details for
Bug 443618
[REG][Xen][5.2beta] cannot open a vmcore of xen-kdump with crash
[?]
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]
Posted patch.
xen-crash-phys-start.patch (text/plain), 1.50 KB, created by
Bill Burns
on 2008-06-13 20:10:07 UTC
(
hide
)
Description:
Posted patch.
Filename:
MIME Type:
Creator:
Bill Burns
Created:
2008-06-13 20:10:07 UTC
Size:
1.50 KB
patch
obsolete
>Derived from Xen unstable changeset: >Add xen_phys_start value in the crash info note >changeset 17757: 439a3e9459f2 >parent 17756: c76e7f396c03 >child 17758: 9c14ba60616d >author: Keir Fraser <keir.fraser@citrix.com> >date: Fri May 30 16:04:20 2008 +0100 (3 days ago) >files: xen/arch/x86/crash.c xen/include/xen/elfcore.h >description: Add xen_phys_start value in the crash info note > >This patch makes the vmcore utilities (ex. crash, makedumpfile) be >able to get the relocation address of the xen hypervisor from a >vmcore. It is necessary for the utilities to find the data of the >hypervisor structures. > >Note that this patch does not raise any comptibility issue for the >utilities (which I know) nor the other components of xen. > >Signed-off-by: Itsuro Oda <oda@valinux.co.jp> > >--- xen/arch/x86/crash.c.orig 2007-12-06 12:48:38.000000000 -0500 >+++ xen/arch/x86/crash.c 2008-06-02 15:29:59.000000000 -0400 >@@ -102,6 +102,7 @@ void machine_crash_shutdown(void) > hvm_disable(); > > info = kexec_crash_save_info(); >+ info->xen_phys_start = xen_phys_start; > info->dom0_pfn_to_mfn_frame_list_list = > arch_get_pfn_to_mfn_frame_list_list(dom0); > } >--- xen/include/xen/elfcore.h.orig 2007-12-06 12:48:39.000000000 -0500 >+++ xen/include/xen/elfcore.h 2008-06-02 15:28:57.000000000 -0400 >@@ -66,6 +66,7 @@ typedef struct { > unsigned long xen_compile_time; > unsigned long tainted; > #ifdef CONFIG_X86 >+ unsigned long xen_phys_start; > unsigned long dom0_pfn_to_mfn_frame_list_list; > #endif > } crash_xen_info_t;
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 443618
: 309290