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 952290 Details for
Bug 1158204
Booting Xen HVM 32 guest under AMD crashes with IP: [<c042e905>] load_microcode_amd+0x25/0x4a0
[?]
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]
The patch I used.
bp_3.patch (text/plain), 1.55 KB, created by
Konrad Rzeszutek Wilk
on 2014-10-30 17:35:30 UTC
(
hide
)
Description:
The patch I used.
Filename:
MIME Type:
Creator:
Konrad Rzeszutek Wilk
Created:
2014-10-30 17:35:30 UTC
Size:
1.55 KB
patch
obsolete
>--- arch/x86/kernel/cpu/microcode/amd_early.c.orig 2014-10-29 13:53:49.090362247 -0400 >+++ arch/x86/kernel/cpu/microcode/amd_early.c 2014-10-29 16:57:09.434079680 -0400 >@@ -363,16 +363,28 @@ > */ > cont = __pa(container); > #endif >+ printk("container: %lx\n", container); >+ printk("cont: %lx\n", cont); >+ printk(" relocated_ramdisk: %lx\n", relocated_ramdisk); > > /* > * Take into account the fact that the ramdisk might get relocated and > * therefore we need to recompute the container's position in virtual > * memory space. > */ >- if (relocated_ramdisk) >- container = (u8 *)(__va(relocated_ramdisk) + >- (cont - boot_params.hdr.ramdisk_image)); >+ if (relocated_ramdisk) { >+ printk(" boot_params: %lx\n", boot_params); >+ printk(" boot_params.hdr: %lx\n", boot_params.hdr); >+ printk(" boot_params.hdr.ramdisk_image: %lx\n", boot_params.hdr.ramdisk_image); >+ printk(" cont : %lx\n", cont); >+ printk(" cont - boot_params... : %lx\n", (cont - boot_params.hdr.ramdisk_image)); >+ printk(" __va(relocated_ramdisk) : %lx\n", (__va(relocated_ramdisk))); >+ container = (u8 *)(__va(relocated_ramdisk) + >+ (cont - boot_params.hdr.ramdisk_image)); > >+ printk(" container : %lx\n", container); >+ printk(" container_size : %lx\n", container_size); >+ } > if (ucode_new_rev) > pr_info("microcode: updated early to new patch_level=0x%08x\n", > ucode_new_rev);
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 1158204
:
951519
|
952289
|
952290
|
952526
|
952527
|
952535
|
952587