All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@ziepe.ca>
To: Dan Williams <dan.j.williams@intel.com>
Cc: akpm@linux-foundation.org, linux-nvdimm@lists.01.org,
	linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jeff Moyer <jmoyer@redhat.com>,
	stable@vger.kernel.org, hch@lst.de, linux-mm@kvack.org,
	Doug Ledford <dledford@redhat.com>,
	Ross Zwisler <ross.zwisler@linux.intel.com>,
	Sean Hefty <sean.hefty@intel.com>,
	Hal Rosenstock <hal.rosenstock@gmail.com>
Subject: Re: [PATCH v3 4/4] IB/core: disable memory registration of fileystem-dax vmas
Date: Wed, 29 Nov 2017 11:36:13 -0700	[thread overview]
Message-ID: <20171129183613.GD4011@ziepe.ca> (raw)
In-Reply-To: <151197875158.26211.7203330105253426435.stgit@dwillia2-desk3.amr.corp.intel.com>

On Wed, Nov 29, 2017 at 10:05:51AM -0800, Dan Williams wrote:
> Until there is a solution to the dma-to-dax vs truncate problem it is
> not safe to allow RDMA to create long standing memory registrations
> against filesytem-dax vmas.
> 
> Cc: Sean Hefty <sean.hefty@intel.com>
> Cc: Doug Ledford <dledford@redhat.com>
> Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
> Cc: Jeff Moyer <jmoyer@redhat.com>
> Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
> Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
> Cc: <linux-rdma@vger.kernel.org>
> Cc: <stable@vger.kernel.org>
> Fixes: 3565fce3a659 ("mm, x86: get_user_pages() for dax mappings")
> Reported-by: Christoph Hellwig <hch@lst.de>
> Reviewed-by: Christoph Hellwig <hch@lst.de>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
>  drivers/infiniband/core/umem.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

No problem here with drivers/rdma. This will go through another tree
with the rest of the series? In which case here is a co-maintainer ack
for this patch:

Acked-by: Jason Gunthorpe <jgg@mellanox.com>

Dan, can you please update my address to jgg@ziepe.ca, thanks :)

Jason

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Jason Gunthorpe <jgg@ziepe.ca>
To: Dan Williams <dan.j.williams@intel.com>
Cc: akpm@linux-foundation.org, linux-nvdimm@lists.01.org,
	linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jeff Moyer <jmoyer@redhat.com>,
	stable@vger.kernel.org, hch@lst.de, linux-mm@kvack.org,
	Doug Ledford <dledford@redhat.com>,
	Ross Zwisler <ross.zwisler@linux.intel.com>,
	Sean Hefty <sean.hefty@intel.com>,
	Hal Rosenstock <hal.rosenstock@gmail.com>
Subject: Re: [PATCH v3 4/4] IB/core: disable memory registration of fileystem-dax vmas
Date: Wed, 29 Nov 2017 11:36:13 -0700	[thread overview]
Message-ID: <20171129183613.GD4011@ziepe.ca> (raw)
In-Reply-To: <151197875158.26211.7203330105253426435.stgit@dwillia2-desk3.amr.corp.intel.com>

On Wed, Nov 29, 2017 at 10:05:51AM -0800, Dan Williams wrote:
> Until there is a solution to the dma-to-dax vs truncate problem it is
> not safe to allow RDMA to create long standing memory registrations
> against filesytem-dax vmas.
> 
> Cc: Sean Hefty <sean.hefty@intel.com>
> Cc: Doug Ledford <dledford@redhat.com>
> Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
> Cc: Jeff Moyer <jmoyer@redhat.com>
> Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
> Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
> Cc: <linux-rdma@vger.kernel.org>
> Cc: <stable@vger.kernel.org>
> Fixes: 3565fce3a659 ("mm, x86: get_user_pages() for dax mappings")
> Reported-by: Christoph Hellwig <hch@lst.de>
> Reviewed-by: Christoph Hellwig <hch@lst.de>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
>  drivers/infiniband/core/umem.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

No problem here with drivers/rdma. This will go through another tree
with the rest of the series? In which case here is a co-maintainer ack
for this patch:

Acked-by: Jason Gunthorpe <jgg@mellanox.com>

Dan, can you please update my address to jgg@ziepe.ca, thanks :)

Jason

  reply	other threads:[~2017-11-29 18:36 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-29 18:05 [PATCH v3 0/4] introduce get_user_pages_longterm() Dan Williams
2017-11-29 18:05 ` Dan Williams
2017-11-29 18:05 ` Dan Williams
2017-11-29 18:05 ` [PATCH v3 1/4] mm: introduce get_user_pages_longterm Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-30  9:53   ` Michal Hocko
2017-11-30  9:53     ` Michal Hocko
2017-11-30 16:39     ` Dan Williams
2017-11-30 16:39       ` Dan Williams
2017-11-30 17:42       ` Michal Hocko
2017-11-30 17:42         ` Michal Hocko
2017-11-30 18:03         ` Dan Williams
2017-11-30 18:03           ` Dan Williams
2017-11-30 18:03           ` Dan Williams
2017-11-30 18:17           ` Michal Hocko
2017-11-30 18:17             ` Michal Hocko
2017-11-30 18:17             ` Michal Hocko
2017-11-30 18:32             ` Dan Williams
2017-11-30 18:32               ` Dan Williams
2017-11-30 19:01               ` Jason Gunthorpe
2017-11-30 19:01                 ` Jason Gunthorpe
2017-12-01 10:12                 ` Michal Hocko
2017-12-01 10:12                   ` Michal Hocko
2017-12-01 10:12                   ` Michal Hocko
2017-12-01 10:12                   ` Michal Hocko
2017-12-01 16:02                   ` Jason Gunthorpe
2017-12-01 16:02                     ` Jason Gunthorpe
2017-12-01 16:29                     ` Dan Williams
2017-12-01 16:29                       ` Dan Williams
2017-12-01 16:29                       ` Dan Williams
2017-12-01 16:31                       ` Jason Gunthorpe
2017-12-01 16:31                         ` Jason Gunthorpe
2017-12-04  9:31                       ` Michal Hocko
2017-12-04  9:31                         ` Michal Hocko
2017-12-04 17:01                         ` Dan Williams
2017-12-04 17:01                           ` Dan Williams
2017-12-04 17:01                           ` Dan Williams
2017-11-29 18:05 ` [PATCH v3 2/4] mm: fail get_vaddr_frames() for filesystem-dax mappings Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-29 18:05 ` [PATCH v3 3/4] [media] v4l2: disable filesystem-dax mapping support Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-29 18:05 ` [PATCH v3 4/4] IB/core: disable memory registration of fileystem-dax vmas Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-29 18:05   ` Dan Williams
2017-11-29 18:36   ` Jason Gunthorpe [this message]
2017-11-29 18:36     ` Jason Gunthorpe

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=20171129183613.GD4011@ziepe.ca \
    --to=jgg@ziepe.ca \
    --cc=akpm@linux-foundation.org \
    --cc=dan.j.williams@intel.com \
    --cc=dledford@redhat.com \
    --cc=hal.rosenstock@gmail.com \
    --cc=hch@lst.de \
    --cc=jmoyer@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-nvdimm@lists.01.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=ross.zwisler@linux.intel.com \
    --cc=sean.hefty@intel.com \
    --cc=stable@vger.kernel.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.