Fix numa_node_to_cpus patch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
numactl (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
Won't Fix
|
Undecided
|
Unassigned | ||
Wily |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
=======
SRU Justification
same justification as for bug 1358835. It would
be great to have the same test cases run as in that
bug.
The fix uploaded in that bug is wrong, in particular the diff between the two patches includes:
-+ if (f) {
++ if (numa_bitmask_
"if (f)" is a bogus test, f is simply an opened file.
=======
In bug 1358835 we applied a fix to supress a warning. The patch is different
from upstream (and appears wrong).
In particular,
+ if (numa_bitmask_
becomes
+ if (f) {
Switch to a straight cherrypick of the upstream patch.
Changed in numactl (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
description: | updated |
description: | updated |
Changed in numactl (Ubuntu Vivid): | |
status: | New → Won't Fix |
This bug was fixed in the package numactl - 2.0.10-1ubuntu7
---------------
numactl (2.0.10-1ubuntu7) xenial; urgency=medium
* Switch libnuma- ppc64el- cpu-number- not-contiguous. patch to the
cherrypicked upstream version. (LP: #1535494)
-- Serge Hallyn <email address hidden> Mon, 18 Jan 2016 17:21:10 -0800