| Summary: | <sys-kernel/gentoo-sources-4.4: KVM live migration cause CPU steal time stuck at 100% | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Zentoo <b4b1> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | b4b1, dmoulding, qemu+disabled |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://bugs.launchpad.net/qemu/+bug/1494350 | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=679532 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Zentoo
2015-10-27 17:23:52 UTC
this is a bug in the kernel, not qemu I've finally find the exact problem and the problem is located on kernel host side (not guest kernel side). The fix have been reviewed and accepted: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7cae2bedcbd4680b155999655e49c27b9cf020fa Relative thread: https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg04306.html Since the patch is really simple. It would be a really good thing to backport it in gentoo kernel patchset. I don't know if gentoo kernel policy authorize such backport but this bug is really a critical one. It block admins to use gentoo as a host hypervisor for kvm since you need a kernel 4.4 to avoid it and there is some technlogy as DRBD that can't be used with a recent kernel because user-space tools need specific kernel version. (In reply to Zentoo from comment #2) > I've finally find the exact problem and the problem is located on kernel > host side (not guest kernel side). Forget to tell that it should be included in kernel 4.4. So backporting the patch to older kernel is the perfect solution. Any version preferences for this? Actual stable versions starting from 3.14 series will be a must actually. (so 3.14.56) I didn't expect such question :) (In reply to Zentoo from comment #5) > > I didn't expect such question :) I don't understand this statement. I've checked last gentoo-sources: sys-kernel/gentoo-sources-4.4.0-r1 got the patch. So it will be a gread to backport it for older version since there this patch have no dependencies and can't hurt anything else. This bug was never present in Linux 4.4. The patch was accepted and merged well before v4.4 was tagged and released. (In reply to Dan Moulding from comment #8) > This bug was never present in Linux 4.4. The patch was accepted and merged > well before v4.4 was tagged and released. Yes the patch is included since the first 4.4 kernel but the purpose of this bug is to backport the patch to older version of kernel (3.14/3.18/4.0/4.1 series). Why users need it ? They need it because most of virtualisation environment can't use last 4.4 kernel because they need specific kernel part version as DRBD for example. So users need to be sticked to specific kernel version. As this patch doesn't have dependencies and modify nothing except fix this specific KVM bug, it's easy to use it on any kernel version (I use it in production on 3.14 series actually). There is no kernel in portage tree with this bug anymore. |