Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-28 Thread Anshuman Khandual
On 11/28/2016 08:43 PM, Zi Yan wrote: > On 24 Nov 2016, at 18:56, Balbir Singh wrote: > >> > On 23/11/16 03:25, Zi Yan wrote: >>> >> From: Zi Yan >>> >> >>> >> From: Zi Yan >>> >> >>> >> migrate_page_copy() and copy_huge_page() are affected. >>> >> >>> >>

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-28 Thread Anshuman Khandual
On 11/28/2016 08:43 PM, Zi Yan wrote: > On 24 Nov 2016, at 18:56, Balbir Singh wrote: > >> > On 23/11/16 03:25, Zi Yan wrote: >>> >> From: Zi Yan >>> >> >>> >> From: Zi Yan >>> >> >>> >> migrate_page_copy() and copy_huge_page() are affected. >>> >> >>> >> Signed-off-by: Zi Yan >>> >>

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-28 Thread Zi Yan
On 24 Nov 2016, at 18:56, Balbir Singh wrote: > On 23/11/16 03:25, Zi Yan wrote: >> From: Zi Yan >> >> From: Zi Yan >> >> migrate_page_copy() and copy_huge_page() are affected. >> >> Signed-off-by: Zi Yan >> Signed-off-by: Zi Yan

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-28 Thread Zi Yan
On 24 Nov 2016, at 18:56, Balbir Singh wrote: > On 23/11/16 03:25, Zi Yan wrote: >> From: Zi Yan >> >> From: Zi Yan >> >> migrate_page_copy() and copy_huge_page() are affected. >> >> Signed-off-by: Zi Yan >> Signed-off-by: Zi Yan >> --- >> fs/aio.c| 2 +- >>

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-24 Thread Balbir Singh
On 23/11/16 03:25, Zi Yan wrote: > From: Zi Yan > > From: Zi Yan > > migrate_page_copy() and copy_huge_page() are affected. > > Signed-off-by: Zi Yan > Signed-off-by: Zi Yan > --- > fs/aio.c|

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-24 Thread Balbir Singh
On 23/11/16 03:25, Zi Yan wrote: > From: Zi Yan > > From: Zi Yan > > migrate_page_copy() and copy_huge_page() are affected. > > Signed-off-by: Zi Yan > Signed-off-by: Zi Yan > --- > fs/aio.c| 2 +- > fs/hugetlbfs/inode.c| 2 +- > fs/ubifs/file.c | 2 +- >

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-23 Thread Anshuman Khandual
On 11/22/2016 09:55 PM, Zi Yan wrote: > From: Zi Yan > > From: Zi Yan There are multiple "from" for this patch, should be fixed to reflect just one of them. > > migrate_page_copy() and copy_huge_page() are affected. In this patch you are just

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-23 Thread Anshuman Khandual
On 11/22/2016 09:55 PM, Zi Yan wrote: > From: Zi Yan > > From: Zi Yan There are multiple "from" for this patch, should be fixed to reflect just one of them. > > migrate_page_copy() and copy_huge_page() are affected. In this patch you are just expanding the arguments of both of these

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-23 Thread Anshuman Khandual
On 11/23/2016 01:26 AM, kbuild test robot wrote: > Hi Zi, > > [auto build test WARNING on linus/master] > [also build test WARNING on v4.9-rc6 next-20161122] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: >

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-23 Thread Anshuman Khandual
On 11/23/2016 01:26 AM, kbuild test robot wrote: > Hi Zi, > > [auto build test WARNING on linus/master] > [also build test WARNING on v4.9-rc6 next-20161122] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: >

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-22 Thread kbuild test robot
Hi Zi, [auto build test WARNING on linus/master] [also build test WARNING on v4.9-rc6 next-20161122] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-22 Thread kbuild test robot
Hi Zi, [auto build test WARNING on linus/master] [also build test WARNING on v4.9-rc6 next-20161122] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-22 Thread Zi Yan
From: Zi Yan From: Zi Yan migrate_page_copy() and copy_huge_page() are affected. Signed-off-by: Zi Yan Signed-off-by: Zi Yan --- fs/aio.c| 2 +- fs/hugetlbfs/inode.c| 2 +- fs/ubifs/file.c

[PATCH 1/5] mm: migrate: Add mode parameter to support additional page copy routines.

2016-11-22 Thread Zi Yan
From: Zi Yan From: Zi Yan migrate_page_copy() and copy_huge_page() are affected. Signed-off-by: Zi Yan Signed-off-by: Zi Yan --- fs/aio.c| 2 +- fs/hugetlbfs/inode.c| 2 +- fs/ubifs/file.c | 2 +- include/linux/migrate.h | 6 -- mm/migrate.c|