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 868573 Details for
Bug 1065304
kernel/sched: incorrect setup of sched_group->cpu_power for NUMA systems
[?]
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]
revert sg->cpu_power setting code
numasched_cpu_power_bug.patch (text/plain), 787 bytes, created by
Pär Lindfors
on 2014-02-27 14:52:55 UTC
(
hide
)
Description:
revert sg->cpu_power setting code
Filename:
MIME Type:
Creator:
Pär Lindfors
Created:
2014-02-27 14:52:55 UTC
Size:
787 bytes
patch
obsolete
>--- sched.c.orig 2014-02-27 19:21:08.277515514 +0100 >+++ sched.c 2014-02-27 19:21:24.069515500 +0100 >@@ -9225,8 +9225,8 @@ > sd->groups = sg; > } > >- /* Weird topologies might otherwise result in a /0 trap */ >- sg->cpu_power = SCHED_LOAD_SCALE * cpumask_weight(d->nodemask); >+ /* reverted by cap */ >+ sg->cpu_power = 0; > cpumask_copy(sched_group_cpus(sg), d->nodemask); > sg->next = sg; > cpumask_or(d->covered, d->covered, d->nodemask); >@@ -9249,7 +9249,8 @@ > "Can not alloc domain group for node %d\n", j); > return -ENOMEM; > } >- sg->cpu_power = SCHED_LOAD_SCALE * cpumask_weight(d->tmpmask); >+ /* reverted by cap */ >+ sg->cpu_power = 0; > cpumask_copy(sched_group_cpus(sg), d->tmpmask); > sg->next = prev->next; > cpumask_or(d->covered, d->covered, d->tmpmask);
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 1065304
:
868573
|
870669
|
874403
|
890505