Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Sri
Thanks! -Sri On 05/06/2015 01:41 PM, Shuah Khan wrote: > On 05/06/2015 11:28 AM, Sri wrote: >> Hi Shuah, >> >> This is what I see when I check the patch against the script, >> >> linux-stable$ ./scripts/checkpatch.pl >> 0001-Test-compaction-of-mlocked-memory.patch >> WARNING: added, moved or

Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Shuah Khan
On 05/06/2015 11:28 AM, Sri wrote: > Hi Shuah, > > This is what I see when I check the patch against the script, > > linux-stable$ ./scripts/checkpatch.pl > 0001-Test-compaction-of-mlocked-memory.patch > WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? > #72: > new file

Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Sri
Hi Shuah, This is what I see when I check the patch against the script, linux-stable$ ./scripts/checkpatch.pl 0001-Test-compaction-of-mlocked-memory.patch WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #72: new file mode 100644 total: 0 errors, 1 warnings, 256 lines

Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Shuah Khan
On 04/23/2015 02:24 PM, Shuah Khan wrote: > On 04/23/2015 02:23 PM, Andrew Morton wrote: >> On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson wrote: >> >>> On Thu, 23 Apr 2015, Sri Jayaramappa wrote: >>> Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages") introduced

Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Shuah Khan
On 04/23/2015 02:24 PM, Shuah Khan wrote: On 04/23/2015 02:23 PM, Andrew Morton wrote: On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson emun...@akamai.com wrote: On Thu, 23 Apr 2015, Sri Jayaramappa wrote: Commit commit 5bbe3547aa3b (mm: allow compaction of unevictable pages) introduced a

Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Sri
Hi Shuah, This is what I see when I check the patch against the script, linux-stable$ ./scripts/checkpatch.pl 0001-Test-compaction-of-mlocked-memory.patch WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #72: new file mode 100644 total: 0 errors, 1 warnings, 256 lines

Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Sri
Thanks! -Sri On 05/06/2015 01:41 PM, Shuah Khan wrote: On 05/06/2015 11:28 AM, Sri wrote: Hi Shuah, This is what I see when I check the patch against the script, linux-stable$ ./scripts/checkpatch.pl 0001-Test-compaction-of-mlocked-memory.patch WARNING: added, moved or deleted file(s),

Re: [PATCH V2] Test compaction of mlocked memory

2015-05-06 Thread Shuah Khan
On 05/06/2015 11:28 AM, Sri wrote: Hi Shuah, This is what I see when I check the patch against the script, linux-stable$ ./scripts/checkpatch.pl 0001-Test-compaction-of-mlocked-memory.patch WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #72: new file mode

Re: [PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Shuah Khan
On 04/23/2015 02:23 PM, Andrew Morton wrote: > On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson wrote: > >> On Thu, 23 Apr 2015, Sri Jayaramappa wrote: >> >>> Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages") >>> introduced a sysctl that allows userspace to enable scanning

Re: [PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Andrew Morton
On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson wrote: > On Thu, 23 Apr 2015, Sri Jayaramappa wrote: > > > Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages") > > introduced a sysctl that allows userspace to enable scanning of locked > > pages for compaction. This patch

Re: [PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Eric B Munson
On Thu, 23 Apr 2015, Sri Jayaramappa wrote: > Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages") > introduced a sysctl that allows userspace to enable scanning of locked > pages for compaction. This patch introduces a new test which fragments > main memory and attempts to

[PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Sri Jayaramappa
Commit commit 5bbe3547aa3b ("mm: allow compaction of unevictable pages") introduced a sysctl that allows userspace to enable scanning of locked pages for compaction. This patch introduces a new test which fragments main memory and attempts to allocate a number of huge pages to exercise this

Re: [PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Eric B Munson
On Thu, 23 Apr 2015, Sri Jayaramappa wrote: Commit commit 5bbe3547aa3b (mm: allow compaction of unevictable pages) introduced a sysctl that allows userspace to enable scanning of locked pages for compaction. This patch introduces a new test which fragments main memory and attempts to

[PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Sri Jayaramappa
Commit commit 5bbe3547aa3b (mm: allow compaction of unevictable pages) introduced a sysctl that allows userspace to enable scanning of locked pages for compaction. This patch introduces a new test which fragments main memory and attempts to allocate a number of huge pages to exercise this

Re: [PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Shuah Khan
On 04/23/2015 02:23 PM, Andrew Morton wrote: On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson emun...@akamai.com wrote: On Thu, 23 Apr 2015, Sri Jayaramappa wrote: Commit commit 5bbe3547aa3b (mm: allow compaction of unevictable pages) introduced a sysctl that allows userspace to enable

Re: [PATCH V2] Test compaction of mlocked memory

2015-04-23 Thread Andrew Morton
On Thu, 23 Apr 2015 14:41:34 -0400 Eric B Munson emun...@akamai.com wrote: On Thu, 23 Apr 2015, Sri Jayaramappa wrote: Commit commit 5bbe3547aa3b (mm: allow compaction of unevictable pages) introduced a sysctl that allows userspace to enable scanning of locked pages for compaction. This