From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH]fix VM_CAN_NONLINEAR check in sys_remap_file_pages Date: Mon, 8 Oct 2007 10:51:20 -0700 Message-ID: <20071008105120.4e0e4a85.akpm@linux-foundation.org> References: <3d0408630710080445j4dea115emdfe29aac26814536@mail.gmail.com> <20071008100456.dbe826d0.akpm@linux-foundation.org> <20071008102843.d20b56d7.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, yanzheng-0GSiYjBpcig@public.gmane.org, ltp-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Randy Dunlap Return-path: In-Reply-To: <20071008102843.d20b56d7.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ltp-list-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: ltp-list-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org On Mon, 8 Oct 2007 10:28:43 -0700 Randy Dunlap wrote: > On Mon, 8 Oct 2007 10:04:56 -0700 Andrew Morton wrote: > > > On Mon, 8 Oct 2007 19:45:08 +0800 "Yan Zheng" wrote: > > > > > Hi all > > > > > > The test for VM_CAN_NONLINEAR always fails > > > > > > Signed-off-by: Yan Zheng > > > ---- > > > diff -ur linux-2.6.23-rc9/mm/fremap.c linux/mm/fremap.c > > > --- linux-2.6.23-rc9/mm/fremap.c 2007-10-07 15:03:33.000000000 +0800 > > > +++ linux/mm/fremap.c 2007-10-08 19:33:44.000000000 +0800 > > > @@ -160,7 +160,7 @@ > > > if (vma->vm_private_data && !(vma->vm_flags & VM_NONLINEAR)) > > > goto out; > > > > > > - if (!vma->vm_flags & VM_CAN_NONLINEAR) > > > + if (!(vma->vm_flags & VM_CAN_NONLINEAR)) > > > goto out; > > > > > > if (end <= start || start < vma->vm_start || end > vma->vm_end) > > > > Lovely. From this we can deduce that nobody has run remap_file_pages() since > > 2.6.23-rc1 and that nobody (including the developer who made that change) ran it > > while that change was in -mm. > > I've run rmap-test with -M (use remap_file_pages) and > remap-test from ext3-tools, but not remap_file_pages for some reason. > > I'll now add remap_file_pages soon. > Maybe those other 2 tests aren't strong enough (?). > Or maybe they don't return a non-0 exit status even when they fail... > (I'll check.) Perhaps Yan Zheng can tell us what test was used to demonstrate this? > > > I'm surprise that LTP doesn't have any remap_file_pages() tests. > > quick grep didn't find any for me. Me either. There are a few lying around the place which could be integrated. It would be good if LTP were to have some remap_file_pages() tests (please). As we see here, it is something which we can easily break, and leave broken for some time. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/