Hi, Ira, On 21.05.2019 03:28, Ira Weiny wrote: > On Mon, May 20, 2019 at 05:00:07PM +0300, Kirill Tkhai wrote: >> Similar to process_vm_readv() and process_vm_writev(), >> add declarations of a new syscall, which will allow >> to map memory from or to another process. > > Shouldn't this be the last patch in the series so that the syscall is actually > implemented first? It looks like there is no dependencies in the last patch to declarations made in the first patch, so we really can move it. I'll make this after there are accumulated some commentaries about the logic to reduce number of patch series. [...] Thanks, Kirill