Re: [PATCH v2 2/7] mm: Extend copy_vma()

2019-05-21 Thread Kirill Tkhai
Hi, Kirill, On 21.05.2019 11:18, Kirill A. Shutemov wrote: > On Mon, May 20, 2019 at 05:00:12PM +0300, Kirill Tkhai wrote: >> This prepares the function to copy a vma between >> two processes. Two new arguments are introduced. > > This kind of changes requires a lot more explanation in commit

Re: [PATCH v2 2/7] mm: Extend copy_vma()

2019-05-21 Thread Kirill A. Shutemov
On Mon, May 20, 2019 at 05:00:12PM +0300, Kirill Tkhai wrote: > This prepares the function to copy a vma between > two processes. Two new arguments are introduced. This kind of changes requires a lot more explanation in commit message, describing all possible corner cases. For instance, I would

[PATCH v2 2/7] mm: Extend copy_vma()

2019-05-20 Thread Kirill Tkhai
This prepares the function to copy a vma between two processes. Two new arguments are introduced. Signed-off-by: Kirill Tkhai --- include/linux/mm.h |4 ++-- mm/mmap.c | 33 - mm/mremap.c|4 ++-- 3 files changed, 28 insertions(+), 13