Re: [PATCH 1/4] mremap: don't leak new_vma if f_op->mremap() fails

From: Oleg Nesterov
Date: Wed Jul 01 2015 - 11:48:00 EST


On 06/30, David Rientjes wrote:
>
> On Sat, 20 Jun 2015, Oleg Nesterov wrote:
>
> > move_vma() can't just return if f_op->mremap() fails, we should
> > unmap the new vma like we do if move_page_tables() fails. To avoid
> > the code duplication this patch moves the "move entries back" under
> > the new "if (err)" branch.
> >
> > Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx>
>
> Looks good! I think it was sniped by commit 4abad2ca4a4d ("mm: new
> arch_remap() hook")

No, it was b2edffdd912b "fix mremap() vs. ioctx_kill() race"

> so it needs to be rebased,

Yes, thanks, I'll rebase...

But you know, I think 4abad2ca4a4d ("mm: new arch_remap() hook") should
be reverted later. Please see

[PATCH v2 1/1] mm: move ->mremap() from file_operations to vm_operations_struct
http://marc.info/?l=linux-kernel&m=143526519407521

I think arch_remap() should be turned into special_mapping_vmops->nremap().
But this is off-topic right now.

> but after that feel free to add my
>
Acked-by: David Rientjes <rientjes@xxxxxxxxxx>

Thanks!

Oleg.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/