linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <mcgrof@suse.com>
To: Andy Lutomirski <luto@amacapital.net>,
	linux-rdma@vger.kernel.org, "Marciniszyn,
	Mike" <mike.marciniszyn@intel.com>,
	Doug Ledford <dledford@redhat.com>,
	roland@purestorage.com
Cc: Toshi Kani <toshi.kani@hp.com>, Borislav Petkov <bp@alien8.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	X86 ML <x86@kernel.org>, linux-nvdimm <linux-nvdimm@ml01.01.org>,
	Juergen Gross <jgross@suse.com>,
	Stefan Bader <stefan.bader@canonical.com>,
	Henrique de Moraes Holschuh <hmh@hmh.eng.br>,
	Yigal Korman <yigal@plexistor.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	"Elliott, Robert (Server Storage)" <Elliott@hp.com>,
	Christoph Hellwig <hch@lst.de>
Subject: Re: [PATCH v12 0/10] Support Write-Through mapping on x86
Date: Tue, 2 Jun 2015 22:01:53 +0200	[thread overview]
Message-ID: <20150602200153.GN23057@wotan.suse.de> (raw)
In-Reply-To: <CALCETrXho_xx27yq_Ji+xpD785xWGNpL-Tgbn17S8RbK6unQWA@mail.gmail.com>

On Tue, Jun 02, 2015 at 12:50:09PM -0700, Andy Lutomirski wrote:
> On Tue, Jun 2, 2015 at 12:43 PM, Luis R. Rodriguez <mcgrof@suse.com> wrote:
> > On Tue, Jun 02, 2015 at 12:46:48PM -0600, Toshi Kani wrote:
> >> On Tue, 2015-06-02 at 18:21 +0200, Luis R. Rodriguez wrote:
> >> > On Mon, Jun 01, 2015 at 01:36:23PM -0600, Toshi Kani wrote:
> >> > > This patchset adds support of Write-Through (WT) mapping on x86.
> >> > > The study below shows that using WT mapping may be useful for
> >> > > non-volatile memory.
> >> > >
> >> > > http://www.hpl.hp.com/techreports/2012/HPL-2012-236.pdf
> >> > >
> >> > > The patchset consists of the following changes.
> >> > >  - Patch 1/10 to 6/10 add ioremap_wt()
> >> > >  - Patch 7/10 adds pgprot_writethrough()
> >> > >  - Patch 8/10 to 9/10 add set_memory_wt()
> >> > >  - Patch 10/10 changes the pmem driver to call ioremap_wt()
> >> > >
> >> > > All new/modified interfaces have been tested.
> >> > >
> >> > > The patchset is based on:
> >> > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#tip-mm-2
> >> >
> >> > While at it can you also look at:
> >> >
> >> > mcgrof@ergon ~/linux-next (git::master)$ git grep -4 "writethrough" drivers/infiniband/
> >>
> >> Thanks for checking this.  The inifiniband driver uses WT mappings on
> >> powerpc without proper WT interfaces defined.
> >
> > Right.
> >
> >>  They can be cleaned up by
> >> a separate patch series to support WT on powerpc in the same way after
> >> this patchset (support WT on x86) is settled.
> >
> > Who's gonna do that work though? How much work is it ? Is it too much to ask
> > to roll it in this series?
> >
> 
> I think the driver maintainers should do it.  For all I know,
> something will go horribly wrong if those drivers suddenly start using
> WT on x86.

OK. Letting qib driver folks know.

 Luis

      reply	other threads:[~2015-06-02 20:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-01 19:36 [PATCH v12 0/10] Support Write-Through mapping on x86 Toshi Kani
2015-06-01 19:36 ` [PATCH v12 1/10] x86, mm, pat: Set WT to PA7 slot of PAT MSR Toshi Kani
2015-06-01 19:36 ` [PATCH v12 2/10] x86, mm, pat: Change reserve_memtype() for WT Toshi Kani
2015-06-01 19:36 ` [PATCH v12 3/10] x86, asm: Change is_new_memtype_allowed() " Toshi Kani
2015-06-01 19:36 ` [PATCH v12 4/10] x86, mm, asm-gen: Add ioremap_wt() " Toshi Kani
2015-06-01 19:36 ` [PATCH v12 5/10] arch/*/asm/io.h: Add ioremap_wt() to all architectures Toshi Kani
2015-06-01 19:36 ` [PATCH v12 6/10] video/fbdev, asm/io.h: Remove ioremap_writethrough() Toshi Kani
2015-06-02  7:06   ` Geert Uytterhoeven
2015-06-01 19:36 ` [PATCH v12 7/10] x86, mm, pat: Add pgprot_writethrough() for WT Toshi Kani
2015-06-01 19:36 ` [PATCH v12 08/10] x86, mm, asm: Add WT support to set_page_memtype() Toshi Kani
2015-06-01 19:36 ` [PATCH v12 09/10] x86, mm: Add set_memory_wt() for WT Toshi Kani
2015-06-01 19:36 ` [PATCH v12 10/10] drivers/block/pmem: Map NVDIMM with ioremap_wt() Toshi Kani
2015-06-02 16:21 ` [PATCH v12 0/10] Support Write-Through mapping on x86 Luis R. Rodriguez
2015-06-02 18:46   ` Toshi Kani
2015-06-02 19:43     ` Luis R. Rodriguez
2015-06-02 19:50       ` Andy Lutomirski
2015-06-02 20:01         ` Luis R. Rodriguez [this message]

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=20150602200153.GN23057@wotan.suse.de \
    --to=mcgrof@suse.com \
    --cc=Elliott@hp.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=bp@alien8.de \
    --cc=dledford@redhat.com \
    --cc=hch@lst.de \
    --cc=hmh@hmh.eng.br \
    --cc=hpa@zytor.com \
    --cc=jgross@suse.com \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-nvdimm@ml01.01.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=mike.marciniszyn@intel.com \
    --cc=mingo@redhat.com \
    --cc=roland@purestorage.com \
    --cc=stefan.bader@canonical.com \
    --cc=tglx@linutronix.de \
    --cc=toshi.kani@hp.com \
    --cc=x86@kernel.org \
    --cc=yigal@plexistor.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 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).