Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964977Ab3DHUwN (ORCPT ); Mon, 8 Apr 2013 16:52:13 -0400 Received: from relay1.sgi.com ([192.48.179.29]:56770 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752181Ab3DHUwL (ORCPT ); Mon, 8 Apr 2013 16:52:11 -0400 Message-ID: <51632DF8.2080402@sgi.com> Date: Mon, 8 Apr 2013 15:52:08 -0500 From: Nathan Zimmer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Al Viro CC: , , , "Eric W. Biederman" , David Woodhouse , Subject: Re: [PATCH resend] fs/proc: Move kfree outside pde_unload_lock References: <515D9F8A.2060505@sgi.com> <1365090819-25448-1-git-send-email-nzimmer@sgi.com> <20130404161140.GR21522@ZenIV.linux.org.uk> <515DB465.1060004@sgi.com> <20130404204459.GU21522@ZenIV.linux.org.uk> <515F0456.9040803@sgi.com> <20130405173623.GE4068@ZenIV.linux.org.uk> <515F3A71.9080008@sgi.com> <20130405210042.GH4068@ZenIV.linux.org.uk> <5162E36F.5020305@sgi.com> <20130408155847.GS4068@ZenIV.linux.org.uk> In-Reply-To: <20130408155847.GS4068@ZenIV.linux.org.uk> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [128.162.233.145] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1168 Lines: 27 On 04/08/2013 10:58 AM, Al Viro wrote: > On Mon, Apr 08, 2013 at 10:34:07AM -0500, Nathan Zimmer wrote: >> On 04/05/2013 04:00 PM, Al Viro wrote: >>> On Fri, Apr 05, 2013 at 03:56:17PM -0500, Nathan Zimmer wrote: >>> >>>> That didn't produce anything. I'll run some bisections over the >>>> weekend and see what I can sort out. >>> *Ugh* >>> >>> I'd try to build with DEBUG_KMEMLEAK and slapped printks on the entry >>> and exit from close_pdeo(). If that doesn't show anything interesting, >>> it's probably unrelated to procfs... >> My bisection pointed me to this commit: e41efbf13c15 >> At this point I am assuming my issue is unrelated to procfs. > Huh? That commit simply moves three functions and one struct from one file to > another... Further digging seems to indicate 9984d7394618df9, the one right after the commit I previously identified. Not sure what I did wrong with my bisect to put it off by one. -- 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/