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 156940 Details for
Bug 242868
[FOCUS] Kernbench hangs smaller memory configurations
[?]
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.
rostdet.patch
rostdet.patch (text/plain), 922 bytes, created by
IBM Bug Proxy
on 2007-06-13 23:30:44 UTC
(
hide
)
Description:
rostdet.patch
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2007-06-13 23:30:44 UTC
Size:
922 bytes
patch
obsolete
>Index: 2.6-rt/kernel/softirq.c >=================================================================== >--- 2.6-rt.orig/kernel/softirq.c >+++ 2.6-rt/kernel/softirq.c >@@ -425,9 +425,25 @@ void do_softirq_from_hardirq(void) > p_flags = current->flags & PF_HARDIRQ; > current->flags &= ~PF_HARDIRQ; > current->flags |= PF_SOFTIRQ; >+#ifdef CONFIG_PREEMPT_HARDIRQS >+ { >+ cpumask_t save_cpus_allowed, cpus_allowed; >+ >+ /* Don't let ourselves migrate */ >+ save_cpus_allowed = current->cpus_allowed; >+ cpu_set(smp_processor_id(), cpus_allowed); >+ set_cpus_allowed(current, cpus_allowed); >+#endif > > ___do_softirq(1); > >+#ifdef CONFIG_PREEMPT_HARDIRQS >+ /* Put back our original mask. */ >+ WARN_ON(!cpus_equal(current->cpus_allowed, cpus_allowed)); >+ set_cpus_allowed(current, save_cpus_allowed); >+ } >+#endif >+ > #ifndef CONFIG_PREEMPT_SOFTIRQS > trace_softirq_exit(); > #endif
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 Raw
Actions:
View
Attachments on
bug 242868
:
156317
|
156318
|
156319
|
156835
|
156844
| 156940 |
156942