linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv8 0/2] fix omission of check on FOLL_LONGTERM in gup fast path
@ 2020-03-22 11:32 Pingfan Liu
  2020-03-22 11:32 ` [PATCHv8 1/2] mm/gup: rename nr as nr_pinned in get_user_pages_fast() Pingfan Liu
  2020-03-22 11:32 ` [PATCHv8 2/2] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path Pingfan Liu
  0 siblings, 2 replies; 4+ messages in thread
From: Pingfan Liu @ 2020-03-22 11:32 UTC (permalink / raw)
  To: linux-mm
  Cc: Pingfan Liu, Ira Weiny, Andrew Morton, Mike Rapoport,
	Dan Williams, Matthew Wilcox, John Hubbard, Aneesh Kumar K.V,
	Christoph Hellwig, Shuah Khan, Jason Gunthorpe, linux-kernel

v7 -> v8:
    - drop the [3/3] in v7, which is a test case without real use case now.
    - apply renamming in __get_user_pages_fast() besides internal_get_user_pages_fast()
    - improve the note in code with [2/2]

Cc: Ira Weiny <ira.weiny@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Mike Rapoport <rppt@linux.ibm.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
To: linux-mm@kvack.org
Cc: linux-kernel@vger.kernel.org

Pingfan Liu (2):
  mm/gup: rename nr as nr_pinned in get_user_pages_fast()
  mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path

 mm/gup.c | 34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

--
2.7.5



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-23 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-22 11:32 [PATCHv8 0/2] fix omission of check on FOLL_LONGTERM in gup fast path Pingfan Liu
2020-03-22 11:32 ` [PATCHv8 1/2] mm/gup: rename nr as nr_pinned in get_user_pages_fast() Pingfan Liu
2020-03-22 11:32 ` [PATCHv8 2/2] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path Pingfan Liu
2020-03-23 23:11   ` John Hubbard

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).