3.13: libvirtd: page allocation failure: order:4, mode:0x1040d0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Undecided
|
Dave Chiluk | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
* libvirtd is no longer able to open the vhost_net device. This causes the guest VM to hang. This happens if memory becomes fragmented to the point where vhost_net_open is not able to successfully kmalloc.
* Gratuitous stack trace.
libvirtd: page allocation failure: order:4, mode:0x1040d0
CPU: 14 PID: 82768 Comm: libvirtd Not tainted 3.13.0-85-generic #129-Ubuntu
Hardware name: Dell Inc. PowerEdge R730/0599V5, BIOS 1.5.4 10/002/2015
0000000000000000 ffff88003b419990 ffffffff8172b6a7 00000000001040d0
0000000000000000 ffff88003b419a18 ffffffff811580eb ffff88187fffce48
ffff88003b4199b8 ffffffff8115abd6 ffff88003b4199e8 0000000000000286
Call Trace:
[<ffffffff8172
[<ffffffff8115
[<ffffffff8115
[<ffffffff8115
[<ffffffff8119
[<ffffffff8115
[<ffffffff8117
[<ffffffffa04e
[<ffffffff8148
[<ffffffff811c
[<ffffffff811b
[<ffffffff811c
[<ffffffff811b
[<ffffffff811d
[<ffffffff811d
[<ffffffff811d
[<ffffffff811d
[<ffffffff811c
[<ffffffff811c
[<ffffffff8173
* justification: because cloud.
* The patches fix this issue by allowing vhost_net_open to use vmalloc when kmalloc fails to find a sufficient page size.
[Test Case]
* Fragment Kernel memory. Write to Nic from within a kvm guest that uses a virtio nic.
[Regression Potential]
* Fix was implemented upstream in 3.15, and still exists.
* The fix is fairly straightfoward given the stack trace and the upstream fix.
* The fix is hard to verify, as it requires significant memory fragmentation, and an over-active guest. The users machine that was experiencing this has worked around this by removing VM's from the compute host, and using vfs.cache.
[Other Info]
* https:/
* http://
* http://
* I'm going on vacation, and Eric Desrochers will be following up on this in my absence. This is also the reason for submitting before receiving verification.
Changed in linux (Ubuntu Trusty): | |
status: | New → Fix Committed |
description: | updated |
tags: | added: cscc |
Changed in linux (Ubuntu): | |
status: | Confirmed → Fix Released |
This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run:
apport-collect 1616193
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.