linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Dave Hansen <dave@sr71.net>
To: linux-kernel@vger.kernel.org
Cc: linux-mm@kvack.org, x86@kernel.org,
	torvalds@linux-foundation.org, Dave Hansen <dave@sr71.net>,
	srikar@linux.vnet.ibm.com, vbabka@suse.cz,
	akpm@linux-foundation.org, kirill.shutemov@linux.intel.com,
	aarcange@redhat.com, n-horiguchi@ah.jp.nec.com, jack@suse.cz
Subject: [PATCH 0/3] [RFC] get_user_pages_remote(), now with creative macros
Date: Wed, 10 Feb 2016 10:10:00 -0800	[thread overview]
Message-ID: <20160210181000.886CDF18@viggo.jf.intel.com> (raw)

This is responding to some feedback from Ingo on the
"get_user_pages_foreign()" patch:

	http://lkml.kernel.org/r/20160209124649.GA20153@gmail.com

This new series breaks apart some of the changes in that
original patch and adds some backward-compatibility to allow
old-style get_user_pages() arguments to not break the build.
The macros to do this are "fun".  See patch #2.

We also change the name to get_user_pages_remote().

This is a preparatory patch for the Memory Protection Keys work,
but I am sending this separately for review to spare you from the
~30 other patches in the series that have not changed.

cc: srikar dronamraju <srikar@linux.vnet.ibm.com>
cc: vlastimil babka <vbabka@suse.cz>
cc: andrew morton <akpm@linux-foundation.org>
cc: kirill a. shutemov <kirill.shutemov@linux.intel.com>
cc: andrea arcangeli <aarcange@redhat.com>
cc: naoya horiguchi <n-horiguchi@ah.jp.nec.com>
cc: jack@suse.cz

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

             reply	other threads:[~2016-02-10 18:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10 18:10 Dave Hansen [this message]
2016-02-10 18:10 ` [PATCH 1/3] mm: introduce get_user_pages_remote() Dave Hansen
2016-02-10 18:10 ` [PATCH 2/3] mm: overload get_user_pages() functions Dave Hansen
2016-02-10 18:10 ` [PATCH 3/3] mm, gup: switch callers of get_user_pages() to not pass tsk/mm Dave Hansen

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=20160210181000.886CDF18@viggo.jf.intel.com \
    --to=dave@sr71.net \
    --cc=aarcange@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=jack@suse.cz \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=n-horiguchi@ah.jp.nec.com \
    --cc=srikar@linux.vnet.ibm.com \
    --cc=torvalds@linux-foundation.org \
    --cc=vbabka@suse.cz \
    --cc=x86@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 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).