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 214961 Details for
Bug 309081
i386 compressed diskdump header contains incorrect panic cpu
[?]
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 store cpu in diskdump stack's thread_info
linux-kernel-test.patch_309081 (text/plain), 521 bytes, created by
Dave Anderson
on 2007-10-03 19:44:30 UTC
(
hide
)
Description:
Patch to store cpu in diskdump stack's thread_info
Filename:
MIME Type:
Creator:
Dave Anderson
Created:
2007-10-03 19:44:30 UTC
Size:
521 bytes
patch
obsolete
>--- linux-2.6.9/include/asm-i386/crashdump.h.orig >+++ linux-2.6.9/include/asm-i386/crashdump.h >@@ -80,6 +80,7 @@ static inline void platform_start_crashd > /* build the stack frame on the IRQ stack */ > dsp = (u32*) ((char*)dumpctx + sizeof(*dumpctx)); > dumpctx->tinfo.task = curctx->tinfo.task; >+ dumpctx->tinfo.cpu = curctx->tinfo.cpu; > dumpctx->tinfo.real_stack = curctx->tinfo.real_stack; > dumpctx->tinfo.virtual_stack = curctx->tinfo.virtual_stack; > dumpctx->tinfo.previous_esp = current_stack_pointer();
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 309081
: 214961