All of lore.kernel.org
 help / color / mirror / Atom feed
From: konrad.wilk@oracle.com (Konrad Rzeszutek Wilk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] do not allow XEN_TMEM on ARM64
Date: Tue, 30 Jul 2013 11:40:35 -0400	[thread overview]
Message-ID: <20130730154035.GA9245@phenom.dumpdata.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1307231745520.4893@kaball.uk.xensource.com>

On Tue, Jul 23, 2013 at 05:46:58PM +0100, Stefano Stabellini wrote:
> tmem is not supported on arm or arm64 yet.

So .. I lost track of the conversation about this. We chatted
about this on the hyepervisor side and then there is also
this patch.


What did we decide?

> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> 
> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
> index 9e02d60..a18f350 100644
> --- a/drivers/xen/Kconfig
> +++ b/drivers/xen/Kconfig
> @@ -145,7 +146,7 @@ config SWIOTLB_XEN
>  
>  config XEN_TMEM
>  	tristate
> -	depends on !ARM
> +	depends on !ARM && !ARM64
>  	default m if (CLEANCACHE || FRONTSWAP)
>  	help
>  	  Shim to interface in-kernel Transcendent Memory hooks

WARNING: multiple messages have this Message-ID (diff)
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: xen-devel@lists.xensource.com,
	Ian Campbell <Ian.Campbell@citrix.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] do not allow XEN_TMEM on ARM64
Date: Tue, 30 Jul 2013 11:40:35 -0400	[thread overview]
Message-ID: <20130730154035.GA9245@phenom.dumpdata.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1307231745520.4893@kaball.uk.xensource.com>

On Tue, Jul 23, 2013 at 05:46:58PM +0100, Stefano Stabellini wrote:
> tmem is not supported on arm or arm64 yet.

So .. I lost track of the conversation about this. We chatted
about this on the hyepervisor side and then there is also
this patch.


What did we decide?

> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> 
> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
> index 9e02d60..a18f350 100644
> --- a/drivers/xen/Kconfig
> +++ b/drivers/xen/Kconfig
> @@ -145,7 +146,7 @@ config SWIOTLB_XEN
>  
>  config XEN_TMEM
>  	tristate
> -	depends on !ARM
> +	depends on !ARM && !ARM64
>  	default m if (CLEANCACHE || FRONTSWAP)
>  	help
>  	  Shim to interface in-kernel Transcendent Memory hooks

  reply	other threads:[~2013-07-30 15:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 16:46 [PATCH] do not allow XEN_TMEM on ARM64 Stefano Stabellini
2013-07-23 16:46 ` Stefano Stabellini
2013-07-23 16:46 ` Stefano Stabellini
2013-07-30 15:40 ` Konrad Rzeszutek Wilk [this message]
2013-07-30 15:40   ` Konrad Rzeszutek Wilk

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=20130730154035.GA9245@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.