From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757351AbZC3Xui (ORCPT ); Mon, 30 Mar 2009 19:50:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754884AbZC3Xu0 (ORCPT ); Mon, 30 Mar 2009 19:50:26 -0400 Received: from out01.mta.xmission.com ([166.70.13.231]:41313 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754827AbZC3XuZ (ORCPT ); Mon, 30 Mar 2009 19:50:25 -0400 To: Andrew Morton Cc: mingo@elte.hu, jbeulich@novell.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, ego@in.ibm.com, peterz@infradead.org, adobriyan@gmail.com, netdev@vger.kernel.org Subject: Re: [PATCH 2/2] sysctl: lockdep support for sysctl reference counting. References: <49B91A7E.76E4.0078.0@novell.com> <1236934491.5188.209.camel@laptop> <49BA33BE.76E4.0078.0@novell.com> <1236937423.22914.3698.camel@twins> <20090313103828.GB31094@elte.hu> <20090320085205.GB16021@elte.hu> <20090320182404.GA31629@elte.hu> <1237575134.4667.5.camel@laptop> <1237577688.4667.68.camel@laptop> <20090330152616.7cc2c87c.akpm@linux-foundation.org> <20090330161858.18951f62.akpm@linux-foundation.org> From: ebiederm@xmission.com (Eric W. Biederman) Date: Mon, 30 Mar 2009 16:50:17 -0700 In-Reply-To: <20090330161858.18951f62.akpm@linux-foundation.org> (Andrew Morton's message of "Mon\, 30 Mar 2009 16\:18\:58 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-XM-SPF: eid=;;;mid=;;;hst=in01.mta.xmission.com;;;ip=67.169.126.145;;;frm=ebiederm@xmission.com;;;spf=neutral X-SA-Exim-Connect-IP: 67.169.126.145 X-SA-Exim-Rcpt-To: akpm@linux-foundation.org, netdev@vger.kernel.org, adobriyan@gmail.com, peterz@infradead.org, ego@in.ibm.com, linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com, tglx@linutronix.de, jbeulich@novell.com, mingo@elte.hu X-SA-Exim-Mail-From: ebiederm@xmission.com X-SA-Exim-Version: 4.2.1 (built Thu, 25 Oct 2007 00:26:12 +0000) X-SA-Exim-Scanned: No (on in01.mta.xmission.com); Unknown failure Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton writes: > On Mon, 30 Mar 2009 15:53:04 -0700 > ebiederm@xmission.com (Eric W. Biederman) wrote: > >> Andrew Morton writes: >> >> > So I merged these two patches. I designated them as to-be-merged via >> > Alexey, with a Cc:Peter (IOW: wakey wakey ;)) >> >> It is more sysctl than proc but whichever. As long as people aren't >> blind sided at the last minute I'm fine. > > Yep. But keeping all fs/proc/ changes in Alexey's tree keeps things > neat and is part of my secret maintainer-impressment plot. Sounds like a plan. You work on that. I will work on undermining the plot by breaking /proc into it's several separate filesystems. > OK, fine, but to avoid confusion and to overtly announce this > preference, please do add the From: Line? Sounds like a plan. In truth I have been deleting that line from my patches anyway.... It just seemed silly to have it in there when the real From matched. Eric