All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Magenheimer <dan.magenheimer@oracle.com>
To: Tim Deegan <Tim.Deegan@citrix.com>, Keir Fraser <keir@xen.org>
Cc: Ian, xen-devel@lists.xensource.com,
	Jackson <Ian.Jackson@eu.citrix.com>,
	Jan Beulich <JBeulich@novell.com>
Subject: RE: [PATCH] Re: tmem on 4.1 (was Re: Freeze schedule)
Date: Wed, 19 Jan 2011 13:38:09 -0800 (PST)	[thread overview]
Message-ID: <8a563a46-bdbb-407f-9455-2eaedc773dfc@default> (raw)
In-Reply-To: <20110119165349.GF8286@whitby.uk.xensource.com>

> Subject: [PATCH] Re: tmem on 4.1 (was [Xen-devel] Re: Freeze schedule)

> Disable tmem by default for 4.1 release.
> 
> Although one major source of order>0 allocations has been removed,
> others still remain, so re-disable tmem until the issue can be fixed
> properly.
> 
> Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
> 
> diff -r fe8a177ae9cb -r 497a764d9314 xen/common/tmem_xen.c
> --- a/xen/common/tmem_xen.c	Wed Jan 19 15:29:04 2011 +0000
> +++ b/xen/common/tmem_xen.c	Wed Jan 19 16:47:57 2011 +0000
> @@ -15,7 +15,7 @@
> 
>  #define EXPORT /* indicates code other modules are dependent upon */
> 
> -EXPORT bool_t __read_mostly opt_tmem = 1;
> +EXPORT bool_t __read_mostly opt_tmem = 0;
>  boolean_param("tmem", opt_tmem);

Just to check again, has anyone actually seen a problem with
tmem enabled by default recently?  I agree that there is still
theoretically a problem, but there is the same problem with
normal guests doing lots of ballooning as well.  Also, note
that even if tmem defaults to enabled, the problem is impossible
unless a guest enables tmem (or, in the case of SuSE, dom0).
And even if a guest does enable tmem, the problem manifested
largely due to shadow pages using order>0 (now fixed?)...
failure on domain creation can happen for many reasons and
is much less of an issue, true?

Feel free to shoot me down with more evidence, but I have
to at least provide token resistance to this patch.  Distros
might certainly choose to disable it to avoid any risk at
all, but turning it off anymore seems overkill for xen.org
open source Xen IMHO.

Dan

  reply	other threads:[~2011-01-19 21:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 17:14 Freeze schedule Ian Jackson
2011-01-11 18:28 ` Ian Jackson
2011-01-11 19:43   ` Ian Jackson
2011-01-12  8:11     ` Jan Beulich
2011-01-12  8:36       ` Keir Fraser
2011-01-12 11:29         ` Ian Jackson
2011-01-12 11:33           ` Keir Fraser
2011-01-12  8:14   ` tmem on 4.1 (was Re: Freeze schedule) Jan Beulich
2011-01-12 18:32     ` Dan Magenheimer
     [not found]       ` <4D2ECA37020000780002C2B9@vpn.id2.novell.com20110119165349.GF8286@whitby.uk.xensource.com>
2011-01-13  8:47       ` Jan Beulich
2011-01-19 16:53         ` [PATCH] " Tim Deegan
2011-01-19 21:38           ` Dan Magenheimer [this message]
2011-01-19 21:51             ` Sander Eikelenboom
2011-01-20  7:17             ` Keir Fraser
2011-01-20  8:07               ` Olivier B.
2011-01-20  8:23                 ` Ian Campbell
2011-01-20  9:13                   ` Olivier B.
2011-01-20 10:04               ` Jan Beulich
2011-01-20 10:18                 ` Ian Campbell
2011-01-21 17:32               ` Ian Jackson
2011-01-20  9:31             ` Tim Deegan
2011-01-20 22:49               ` Dan Magenheimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a563a46-bdbb-407f-9455-2eaedc773dfc@default \
    --to=dan.magenheimer@oracle.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=JBeulich@novell.com \
    --cc=Tim.Deegan@citrix.com \
    --cc=keir@xen.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.