From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757755Ab0DFX3q (ORCPT ); Tue, 6 Apr 2010 19:29:46 -0400 Received: from rcsinet11.oracle.com ([148.87.113.123]:58679 "EHLO rcsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757580Ab0DFX3k (ORCPT ); Tue, 6 Apr 2010 19:29:40 -0400 Date: Tue, 6 Apr 2010 16:29:00 -0700 From: Randy Dunlap To: Jonathan Corbet Cc: lkml Subject: Re: [PATCH 1/2] Documentation/development-process: add info on maintainers Message-Id: <20100406162900.aa197178.randy.dunlap@oracle.com> In-Reply-To: <20100406172636.7f919862@bike.lwn.net> References: <20100406161705.2cecd9af.randy.dunlap@oracle.com> <20100406172636.7f919862@bike.lwn.net> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: acsmt355.oracle.com [141.146.40.155] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4BBBC3E2.010D:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 6 Apr 2010 17:26:36 -0600 Jonathan Corbet wrote: > On Tue, 6 Apr 2010 16:17:05 -0700 > Randy Dunlap wrote: > > > +- Please note that most maintainers also have day jobs, so merging > > + your patch may not be their highest priority. If your patch is > > + getting feedback about changes that are needed, you should either > > + make those changes or justify why they should not be made. If your > > + patch has no review complaints but is not being merged by its > > + appropriate subsystem or driver maintainer, you should be persistent > > + in updating the patch to the current kernel so that it applies cleanly > > + and keep sending it for review & merging. > > I'd prefer to spell out "and" in that last line, being the sort of > person that I am. Either way: > > Acked-by: Jonathan Corbet OK, I'll change that. Thanks for looking. --- ~Randy