From: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, Jan Kara <jack@suse.cz>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Subject: [PATCH 0/5] get_user_pages() cleanup
Date: Thu, 3 Apr 2014 17:35:17 +0300 [thread overview]
Message-ID: <1396535722-31108-1-git-send-email-kirill.shutemov@linux.intel.com> (raw)
Hi,
Here's my attempt to cleanup of get_user_pages() code in order to make it
more maintainable.
Tested on my laptop for few hours. No crashes so far ;)
Let me know if it makes sense. Any suggestions are welcome.
Kirill A. Shutemov (5):
mm: move get_user_pages()-related code to separate file
mm: extract in_gate_area() case from __get_user_pages()
mm: cleanup follow_page_mask()
mm: extract code to fault in a page from __get_user_pages()
mm: cleanup __get_user_pages()
mm/Makefile | 2 +-
mm/gup.c | 638 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mm/memory.c | 611 ---------------------------------------------------------
3 files changed, 639 insertions(+), 612 deletions(-)
create mode 100644 mm/gup.c
--
1.9.1
--
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>
next reply other threads:[~2014-04-03 14:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-03 14:35 Kirill A. Shutemov [this message]
2014-04-03 14:35 ` [PATCH 1/5] mm: move get_user_pages()-related code to separate file Kirill A. Shutemov
2014-04-03 14:35 ` [PATCH 2/5] mm: extract in_gate_area() case from __get_user_pages() Kirill A. Shutemov
2014-04-03 14:35 ` [PATCH 3/5] mm: cleanup follow_page_mask() Kirill A. Shutemov
2014-04-03 14:35 ` [PATCH 4/5] mm: extract code to fault in a page from __get_user_pages() Kirill A. Shutemov
2014-04-21 23:35 ` Andrew Morton
[not found] ` <20140422005036.GA27749@node.dhcp.inet.fi>
2014-04-22 1:02 ` Andrew Morton
[not found] ` <20140422012022.GA28319@node.dhcp.inet.fi>
2014-04-22 1:26 ` Andrew Morton
2014-04-03 14:35 ` [PATCH 5/5] mm: cleanup __get_user_pages() Kirill A. Shutemov
2014-04-18 22:22 ` [PATCH 0/5] get_user_pages() cleanup Andrew Morton
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=1396535722-31108-1-git-send-email-kirill.shutemov@linux.intel.com \
--to=kirill.shutemov@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=jack@suse.cz \
--cc=linux-mm@kvack.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).