xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* 3.10 xenU memleaks
@ 2014-02-07 12:46 William Dauchy
  2014-02-07 15:02 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 7+ messages in thread
From: William Dauchy @ 2014-02-07 12:46 UTC (permalink / raw)
  To: konrad; +Cc: xen-devel, william


[-- Attachment #1.1: Type: text/plain, Size: 943 bytes --]

Hello,

I am facing random memleaks with a xenU 3.10.x pv (x86_64);
sometimes without issue and sometimes after a reboot, the
kernel starts to memleak a lot until OOM.

config: hypervisor xen4.1, dom0 v3.4.x (x86_32)

I got no issue with a xenU v3.12.x pv; the only difference in dmesg was
about APIC.

I manually backported the following patch:
6efa20e xen: Support 64-bit PV guest receiving NMIs
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -427,8 +427,7 @@ static void __init xen_init_cpuid_mask(void)
 
        if (!xen_initial_domain())
                cpuid_leaf1_edx_mask &=
-                       ~((1 << X86_FEATURE_APIC) |  /* disable local APIC */
-                         (1 << X86_FEATURE_ACPI));  /* disable ACPI */
+                       ~((1 << X86_FEATURE_ACPI));  /* disable ACPI */


and my issue is completely fixed. Should it backported for stable?

Thanks,
-- 
William

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-02-07 16:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 12:46 3.10 xenU memleaks William Dauchy
2014-02-07 15:02 ` Konrad Rzeszutek Wilk
2014-02-07 15:38   ` William Dauchy
2014-02-07 16:04     ` Konrad Rzeszutek Wilk
2014-02-07 16:09       ` William Dauchy
2014-02-07 16:19         ` Konrad Rzeszutek Wilk
2014-02-07 16:28           ` William Dauchy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).