Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935384AbYBBVS4 (ORCPT ); Sat, 2 Feb 2008 16:18:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933995AbYBBVSf (ORCPT ); Sat, 2 Feb 2008 16:18:35 -0500 Received: from e1.ny.us.ibm.com ([32.97.182.141]:58325 "EHLO e1.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765651AbYBBVSe (ORCPT ); Sat, 2 Feb 2008 16:18:34 -0500 Subject: Re: [PATCH] sys_remap_file_pages: fix ->vm_file accounting From: Matt Helsley To: Oleg Nesterov Cc: Miklos Szeredi , Andrew Morton , Peter Zijlstra , William Lee Irwin III , Nick Piggin , Ingo Molnar , linux-kernel@vger.kernel.org, stable@kernel.org, linux-mm In-Reply-To: <20080130172646.GA2355@tv-sign.ru> References: <20080130142014.GA2164@tv-sign.ru> <1201712101.31222.22.camel@tucsk.pomaz.szeredi.hu> <20080130172646.GA2355@tv-sign.ru> Content-Type: text/plain Organization: IBM Linux Technology Center Date: Sat, 02 Feb 2008 12:52:38 -0800 Message-Id: <1201985558.22896.12.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1337 Lines: 39 On Wed, 2008-01-30 at 20:26 +0300, Oleg Nesterov wrote: > On 01/30, Miklos Szeredi wrote: > > > > On Wed, 2008-01-30 at 17:20 +0300, Oleg Nesterov wrote: > > > Fix ->vm_file accounting, mmap_region() may do do_munmap(). > > > > There's a small problem with the patch: the vma itself is freed at > > unmap, so the fput(vma->vm_file) may crash. Here's an updated patch. > > Ah, indeed, thanks! > > > Offtopic. I noticed this problem while looking at this patch: > > http://marc.info/?l=linux-mm-commits&m=120141116911711 > > So this (the old vma could be removed before we create the new mapping) > means that the patch above has another problem: if we are remapping the > whole VM_EXECUTABLE vma, removed_exe_file_vma() can clear ->exe_file > while it shouldn't (Matt Helsley cc'ed). > > Oleg. Only shared VMAs can be remapped by sys_remap_file_pages but all executable mappings are MAP_PRIVATE and hence lack the shared flag. I don't know of a way for userspace to change that flag so I think there's nothing that needs to be done here. Cc'ing linux-mm. Cheers, -Matt Helsley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/