The patch titled Subject: mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct() has been added to the -mm tree. Its filename is mm-mmapc-replace-do_brk-with-do_brk_flags-in-comment-of-insert_vm_struct.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-mmapc-replace-do_brk-with-do_brk_flags-in-comment-of-insert_vm_struct.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-mmapc-replace-do_brk-with-do_brk_flags-in-comment-of-insert_vm_struct.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Liao Pingfang <liao.pingfang@xxxxxxxxxx> Subject: mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct() Replace do_brk with do_brk_flags in comment of insert_vm_struct(), since do_brk was removed in following commit. Link: https://lkml.kernel.org/r/1600650778-43230-1-git-send-email-wang.yi59@xxxxxxxxxx Fixes: bb177a732c4369 ("mm: do not bug_on on incorrect length in __mm_populate()") Signed-off-by: Liao Pingfang <liao.pingfang@xxxxxxxxxx> Signed-off-by: Yi Wang <wang.yi59@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/mmap.c~mm-mmapc-replace-do_brk-with-do_brk_flags-in-comment-of-insert_vm_struct +++ a/mm/mmap.c @@ -3235,7 +3235,7 @@ int insert_vm_struct(struct mm_struct *m * By setting it to reflect the virtual start address of the * vma, merges and splits can happen in a seamless way, just * using the existing file pgoff checks and manipulations. - * Similarly in do_mmap and in do_brk. + * Similarly in do_mmap and in do_brk_flags. */ if (vma_is_anonymous(vma)) { BUG_ON(vma->anon_vma); _ Patches currently in -mm which might be from liao.pingfang@xxxxxxxxxx are mm-mmapc-replace-do_brk-with-do_brk_flags-in-comment-of-insert_vm_struct.patch kernel-sysc-replace-do_brk-with-do_brk_flags-in-comment-of-prctl_set_mm_map.patch