Bug 997906
| Summary: | CVE-2013-5651 Running numatune with invalid nodeset parameter crash libvirtd. [rhel-7.0] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Peter Krempa <pkrempa> |
| Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | acathrow, ajia, dyuan, eblake, gsun, hliu, lsu, mzhan, pkrempa, pmatouse, zsong |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-1.1.1-3.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 997367 | Environment: | |
| Last Closed: | 2014-06-13 12:09:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 997367 | ||
| Bug Blocks: | 1006493 | ||
|
Description
Peter Krempa
2013-08-16 13:15:54 UTC
pkgs: libvirt-1.1.1-3.el7.x86_64 qemu-kvm-1.5.2-3.el7.x86_64 kernel-3.10.0-3.el7.x86_64 # numactl --hardware available: 4 nodes (0-3) node 0 cpus: 0 2 4 6 node 0 size: 8157 MB node 0 free: 5775 MB node 1 cpus: 8 10 12 14 node 1 size: 4096 MB node 1 free: 2418 MB node 2 cpus: 9 11 13 15 node 2 size: 4096 MB node 2 free: 2307 MB node 3 cpus: 1 3 5 7 node 3 size: 8191 MB node 3 free: 7350 MB node distances: node 0 1 2 3 0: 10 20 20 20 1: 20 10 20 20 2: 20 20 10 20 3: 20 20 20 10 steps: # virsh list Id Name State ---------------------------------------------------- 8 kvm-rhel6.4-x86_64-qcow2-virtio running # virsh numatune kvm-rhel6.4-x86_64-qcow2-virtio --nodeset 1000000000 error: Unable to change numa parameters error: internal error: Failed to parse nodeset no crash of libvirtd. # virsh numatune kvm-rhel6.4-x86_64-qcow2-virtio --nodeset sa error: Unable to change numa parameters error: internal error: Failed to parse nodeset # virsh numatune kvm-rhel6.4-x86_64-qcow2-virtio --nodeset -1 error: Unable to change numa parameters error: internal error: Failed to parse nodeset # virsh numatune kvm-rhel6.4-x86_64-qcow2-virtio --nodeset 11 error: Unable to change numa parameters error: Unable to write to '/sys/fs/cgroup/cpuset/machine.slice/machine-qemu\x2dkvm\x2drhel6.4\x2dx86_64\x2dqcow2\x2dvirtio.scope/cpuset.mems': Invalid argument # virsh numatune kvm-rhel6.4-x86_64-qcow2-virtio --nodeset 0 error: Unable to change numa parameters error: Unable to write to '/sys/fs/cgroup/cpuset/machine.slice/machine-qemu\x2dkvm\x2drhel6.4\x2dx86_64\x2dqcow2\x2dvirtio.scope/cpuset.mems': Device or resource busy (kernel bug 955489) this is fixed This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |