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 291630 Details for
Bug 428713
[RHEL5 U2] BUG: spinlock lockup on CPU#1
[?]
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]
add some more info to the lockup print
debug.patch (text/plain), 494 bytes, created by
Peter Zijlstra
on 2008-01-14 20:31:30 UTC
(
hide
)
Description:
add some more info to the lockup print
Filename:
MIME Type:
Creator:
Peter Zijlstra
Created:
2008-01-14 20:31:30 UTC
Size:
494 bytes
patch
obsolete
>--- lib/spinlock_debug.c~ 2008-01-10 16:39:05.000000000 +0100 >+++ lib/spinlock_debug.c 2008-01-14 21:27:46.000000000 +0100 >@@ -111,9 +111,10 @@ > if (print_once) { > print_once = 0; > printk(KERN_EMERG "BUG: spinlock lockup on CPU#%d, " >- "%s/%d, %p (%s)\n", >+ "%s/%d, %p (%s) %p %u\n", > raw_smp_processor_id(), current->comm, >- current->pid, lock, print_tainted()); >+ current->pid, lock, print_tainted(), >+ lock->owner, lock->owner_cpu); > dump_stack(); > } > } > >
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 428713
: 291630