From: "Kirill A. Shutemov" <kirill@shutemov.name>
To: Mike Rapoport <rppt@linux.vnet.ibm.com>
Cc: Sarunya Pumma <sarunya@vt.edu>,
akpm@linux-foundation.org, kirill.shutemov@linux.intel.com,
jack@suse.cz, ross.zwisler@linux.intel.com, mhocko@suse.com,
aneesh.kumar@linux.vnet.ibm.com, lstoakes@gmail.com,
dave.jiang@intel.com, linux-mm@kvack.org
Subject: Re: [PATCH] Patch for remapping pages around the fault page
Date: Thu, 18 May 2017 13:09:37 +0300 [thread overview]
Message-ID: <20170518100937.uk53l53ulvvqz2q4@node.shutemov.name> (raw)
In-Reply-To: <20170518055333.GC24445@rapoport-lnx>
On Thu, May 18, 2017 at 08:53:33AM +0300, Mike Rapoport wrote:
> Hello,
>
> On Tue, May 16, 2017 at 12:16:00PM -0400, Sarunya Pumma wrote:
> > After the fault handler performs the __do_fault function to read a fault
> > page when a page fault occurs, it does not map other pages that have been
> > read together with the fault page. This can cause a number of minor page
> > faults to be large. Therefore, this patch is developed to remap pages
> > around the fault page by aiming to map the pages that have been read
> > with the fault page.
>
> [...]
>
> > Thank you very much for your time for reviewing the patch.
> >
> > Signed-off-by: Sarunya Pumma <sarunya@vt.edu>
> > ---
> > include/linux/mm.h | 2 ++
> > kernel/sysctl.c | 8 +++++
> > mm/memory.c | 90
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > 3 files changed, 100 insertions(+)
>
> The patch is completely unreadable :(
> Please use a mail client that does not break whitespace, e.g 'git
> send-email'
And I would like to see performance numbers, please.
--
Kirill A. Shutemov
--
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 prev parent reply other threads:[~2017-05-18 10:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-16 16:16 [PATCH] Patch for remapping pages around the fault page Sarunya Pumma
2017-05-18 5:53 ` Mike Rapoport
2017-05-18 10:09 ` Kirill A. Shutemov [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-21 15:12 Sarunya Pumma
2017-05-22 15:50 ` kbuild test robot
2017-05-22 17:07 ` kbuild test robot
2017-05-23 13:07 ` Kirill A. Shutemov
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=20170518100937.uk53l53ulvvqz2q4@node.shutemov.name \
--to=kirill@shutemov.name \
--cc=akpm@linux-foundation.org \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=dave.jiang@intel.com \
--cc=jack@suse.cz \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-mm@kvack.org \
--cc=lstoakes@gmail.com \
--cc=mhocko@suse.com \
--cc=ross.zwisler@linux.intel.com \
--cc=rppt@linux.vnet.ibm.com \
--cc=sarunya@vt.edu \
/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).