Re: [PATCH] mm: memory: Introduce new vmf_insert_mixed_mkwrite

2018-04-23 Thread kbuild test robot
Hi Souptick, Thank you for the patch! Yet something to improve: [auto build test ERROR on mmotm/master] [also build test ERROR on v4.17-rc2 next-20180423] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: [PATCH] mm: memory: Introduce new vmf_insert_mixed_mkwrite

2018-04-21 Thread Souptick Joarder
On Sun, Apr 22, 2018 at 1:04 AM, Matthew Wilcox wrote: > On Sat, Apr 21, 2018 at 10:35:40PM +0530, Souptick Joarder wrote: >> As of now vm_insert_mixed_mkwrite() is only getting >> invoked from fs/dax.c, so this change has to go first >> in linus tree before changes in dax. > > No. One patch whic

Re: [PATCH] mm: memory: Introduce new vmf_insert_mixed_mkwrite

2018-04-21 Thread Matthew Wilcox
On Sat, Apr 21, 2018 at 10:35:40PM +0530, Souptick Joarder wrote: > As of now vm_insert_mixed_mkwrite() is only getting > invoked from fs/dax.c, so this change has to go first > in linus tree before changes in dax. No. One patch which changes both at the same time. The history should be bisectab