Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp8347009ybn; Tue, 1 Oct 2019 06:56:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqy5+8AVMwe1odWNrODl9C5cPydD4bzNE0nxgMNBr8HbxTH0x9HXNwZbDF0vQSuRWVEkJiRZ X-Received: by 2002:a17:906:c47:: with SMTP id t7mr24208922ejf.133.1569938216829; Tue, 01 Oct 2019 06:56:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569938216; cv=none; d=google.com; s=arc-20160816; b=acmYrA+ibc18vL7dTBAIs245Dl2bqM+bzto9Z2ZQHJ31Ea74CioiZyNrqCjb/fZZwo BpzRMog3y10VsLLgAE7uYeCLiOWRZD1lKJO7MNIu0ZN12S1JtcS4H+CMTtUWF5SDghR5 Lck8bETl5nXLqj7p1n9uCf6jbLMlj//sXsCXv7IEIbBdZcM79WdxyrrRILOSWI5uJ/OE y25/TlEVs1CsRuO7nkFjXYJZuNeb6FhdfrhMftG/SpPZGQr+oKSJjN6fIbuJ5UH7nNGb 2e7FKOTh7FmgkmSjC9Ea6Eeoew/GZvK4NmssjxYdeqmqvxpntxlblC1VicIn2JD1Xbqi RtGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=z8/SZ4QVWEUprnr+YN8Frg1D2yybMKA/DsXGte0k2XU=; b=VJfQcGsVyb4krlcvxAgZxHoquRmh8Npu3gO9BssAmeq0T2Ekakq2Ro2qHO13WvtGbf UMYJrVW/gX+iJhEYpC6tG7gnveyoiVQjuFtvq3yTWELOQLVH/O4NlB+srM2G1Z/RbNfJ 43NVAsHYoHzMKSQSekaJyO1FlRSGCdM0xLlz9nqMlVapA3cfcMD0XV43MMtvlX9tIA+d hudfimBsMvR4i4vkQ7bWfFS/xJ/QKk1f4flTpvZSmCuopXbarKMPtt8FDr0CA99ScSZq LeWdlY2FkW69ZCfxsre+iMobvAAwxfbnz7QJMzUE/ca4o/3Jl7lGLiC0Zdi8GR5GBHQg Q1yA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f35si9425020eda.415.2019.10.01.06.56.32; Tue, 01 Oct 2019 06:56:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388788AbfJAN4B (ORCPT + 99 others); Tue, 1 Oct 2019 09:56:01 -0400 Received: from ms.lwn.net ([45.79.88.28]:36920 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726710AbfJAN4B (ORCPT ); Tue, 1 Oct 2019 09:56:01 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 32FD6491; Tue, 1 Oct 2019 13:56:00 +0000 (UTC) Date: Tue, 1 Oct 2019 07:55:59 -0600 From: Jonathan Corbet To: Dan Williams Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Mauro Carvalho Chehab , Steve French , Greg Kroah-Hartman , Linus Torvalds , "Tobin C. Harding" , Olof Johansson , "Martin K. Petersen" , Daniel Vetter , Joe Perches , Dmitry Vyukov , Alexandre Belloni , vishal.l.verma@intel.com, linux-nvdimm@lists.01.org, ksummit-discuss@lists.linuxfoundation.org Subject: Re: [PATCH v2 2/3] Maintainer Handbook: Maintainer Entry Profile Message-ID: <20191001075559.629eb059@lwn.net> In-Reply-To: <156821693396.2951081.7340292149329436920.stgit@dwillia2-desk3.amr.corp.intel.com> References: <156821692280.2951081.18036584954940423225.stgit@dwillia2-desk3.amr.corp.intel.com> <156821693396.2951081.7340292149329436920.stgit@dwillia2-desk3.amr.corp.intel.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Sep 2019 08:48:54 -0700 Dan Williams wrote: > As presented at the 2018 Linux Plumbers conference [1], the Maintainer > Entry Profile (formerly Subsystem Profile) is proposed as a way to reduce > friction between committers and maintainers and encourage conversations > amongst maintainers about common best practices. While coding-style, > submit-checklist, and submitting-drivers lay out some common expectations > there remain local customs and maintainer preferences that vary by > subsystem. > > The profile contains short answers to some of the common policy questions a > contributor might have that are local to the subsystem / device-driver, or > otherwise not covered by the top-level process documents. > > Overview: General introduction to how the subsystem operates > Submit Checklist Addendum: Mechanical items that gate submission staging > Key Cycle Dates: > - Last -rc for new feature submissions: Expected lead time for submissions > - Last -rc to merge features: Deadline for merge decisions > Coding Style Addendum: Clarifications of local style preferences > Resubmit Cadence: When to ping the maintainer > Checkpatch / Style Cleanups: Policy on pure cleanup patches So I'm finally back home after my European tour, and I have it on good authority that my bag might even get here eventually too. That means I'm digging through a pile of docs stuff I've been neglecting badly... My intention is to apply these patches. But as I was reading through them, one little nagging thing came to mind... > See Documentation/maintainer/maintainer-entry-profile.rst for more details, > and a follow-on example profile for the libnvdimm subsystem. Thus far, the maintainer guide is focused on how to *be* a maintainer. This document, instead, is more about how to deal with specific maintainers. So I suspect that Documentation/maintainer might be the wrong place for it. Should we maybe place it instead under Documentation/process, or even create a new top-level "book" for this information? Thanks, jon