stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Doug Ledford <dledford@redhat.com>
To: akpm@linux-foundation.org, torvalds@linux-foundation.org,
	mm-commits@vger.kernel.org, dan.j.williams@intel.com,
	hal.rosenstock@gmail.com, hch@lst.de, inki.dae@samsung.com,
	jack@suse.cz, jgg@mellanox.com, jmoyer@redhat.com,
	jy0922.shim@samsung.com, kyungmin.park@samsung.com,
	mchehab@kernel.org, mgorman@suse.de,
	ross.zwisler@linux.intel.com, sean.hefty@intel.com,
	stable@vger.kernel.org, sw0312.kim@samsung.com, vbabka@suse.cz
Subject: Re: [patch 15/28] IB/core: disable memory registration of filesystem-dax vmas
Date: Wed, 29 Nov 2017 19:43:25 -0500	[thread overview]
Message-ID: <1512002605.14820.9.camel@redhat.com> (raw)
In-Reply-To: <5a1f4c87.I+FrXwXbOL6a0zuv%akpm@linux-foundation.org>

[-- Attachment #1: Type: text/plain, Size: 2342 bytes --]

On Wed, 2017-11-29 at 16:10 -0800, akpm@linux-foundation.org wrote:
> From: Dan Williams <dan.j.williams@intel.com>
> Subject: IB/core: disable memory registration of filesystem-dax vmas
> 
> 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.
> 
> Link: http://lkml.kernel.org/r/151068941011.7446.7766030590347262502.stgit@dwillia2-desk3.amr.corp.intel.com
> Fixes: 3565fce3a659 ("mm, x86: get_user_pages() for dax mappings")
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> Reported-by: Christoph Hellwig <hch@lst.de>
> Reviewed-by: Christoph Hellwig <hch@lst.de>
> Acked-by: Jason Gunthorpe <jgg@mellanox.com>
> 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: Inki Dae <inki.dae@samsung.com>
> Cc: Jan Kara <jack@suse.cz>
> Cc: Joonyoung Shim <jy0922.shim@samsung.com>
> Cc: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
> Cc: Mel Gorman <mgorman@suse.de>
> Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
> Cc: Vlastimil Babka <vbabka@suse.cz>
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

Acked-by: Doug Ledford <dledford@redhat.com>

> ---
> 
>  drivers/infiniband/core/umem.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN drivers/infiniband/core/umem.c~ib-core-disable-memory-registration-of-fileystem-dax-vmas drivers/infiniband/core/umem.c
> --- a/drivers/infiniband/core/umem.c~ib-core-disable-memory-registration-of-fileystem-dax-vmas
> +++ a/drivers/infiniband/core/umem.c
> @@ -191,7 +191,7 @@ struct ib_umem *ib_umem_get(struct ib_uc
>  	sg_list_start = umem->sg_head.sgl;
>  
>  	while (npages) {
> -		ret = get_user_pages(cur_base,
> +		ret = get_user_pages_longterm(cur_base,
>  				     min_t(unsigned long, npages,
>  					   PAGE_SIZE / sizeof (struct page *)),
>  				     gup_flags, page_list, vma_list);
> _

-- 
Doug Ledford <dledford@redhat.com>
    GPG KeyID: B826A3330E572FDD
    Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2017-11-30  0:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30  0:10 [patch 15/28] IB/core: disable memory registration of filesystem-dax vmas akpm
2017-11-30  0:43 ` Doug Ledford [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=1512002605.14820.9.camel@redhat.com \
    --to=dledford@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=dan.j.williams@intel.com \
    --cc=hal.rosenstock@gmail.com \
    --cc=hch@lst.de \
    --cc=inki.dae@samsung.com \
    --cc=jack@suse.cz \
    --cc=jgg@mellanox.com \
    --cc=jmoyer@redhat.com \
    --cc=jy0922.shim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=mchehab@kernel.org \
    --cc=mgorman@suse.de \
    --cc=mm-commits@vger.kernel.org \
    --cc=ross.zwisler@linux.intel.com \
    --cc=sean.hefty@intel.com \
    --cc=stable@vger.kernel.org \
    --cc=sw0312.kim@samsung.com \
    --cc=torvalds@linux-foundation.org \
    --cc=vbabka@suse.cz \
    /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).