From patchwork Mon Nov 20 22:39:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Darren Hart X-Patchwork-Id: 10067401 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 71524603FA for ; Mon, 20 Nov 2017 22:40:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 60C4E2924C for ; Mon, 20 Nov 2017 22:40:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 523DB293B5; Mon, 20 Nov 2017 22:40:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CBF632924C for ; Mon, 20 Nov 2017 22:40:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751253AbdKTWjw (ORCPT ); Mon, 20 Nov 2017 17:39:52 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:40856 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483AbdKTWjt (ORCPT ); Mon, 20 Nov 2017 17:39:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=References:In-Reply-To:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ctjAHlxJTtauPg+vhpQEa2y7l2j3nJZJQL+GhKyNMqQ=; b=EaD0YwoZGIx6jymJqqnMfDQz9 uL6b2fhEnIM4xc+3kWdL4HDDgm9Q2/DBCy6YjLKU9nzjc/W41JZj7fHch9NIgJ9xxZZHKpQu8c+Ab DVepJL64bOArL0hOS5a9GCDjVqeSbTZnX/HLcEdC6H7epEFYnzq5Wfz0xiV6BbXlhjSpqINNAigAP EkLIH4iJ6v/AJ2PyslEhiw4qSY6AKSw4oUfVQ/DsWJCPfOkI+LbUmgmw0HtCwcQkDzKSOL7UHSYpa LFl2CYQoRc9Mc/RdCVj2bqFMBqhLvqqmit9L2XY/h5kOpzDuqcO0rcNfAZtTPO18BIPGsaN7Lb9bJ urSHvwb8g==; Received: from dvhart by bombadil.infradead.org with local (Exim 4.87 #1 (Red Hat Linux)) id 1eGujF-0007SH-FL; Mon, 20 Nov 2017 22:39:49 +0000 From: Darren Hart To: LKML Cc: "Darren Hart (VMware)" , "Yann E. MORIN" , Masahiro Yamada , Michal Marek , Jonathan Corbet , linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH 2/2] Documentation/process: Add CONFIG default value to submit-checklist Date: Mon, 20 Nov 2017 14:39:34 -0800 Message-Id: <359bf77e70babec97628725ca98cffe1b0ac6792.1511217248.git.dvhart@infradead.org> X-Mailer: git-send-email 2.9.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Darren Hart (VMware)" Add default value review to the submit checklist, referring to the preference for "default n" from the previous patch added to Documentation/kbuild/kconfig-language.txt. Cc: "Yann E. MORIN" Cc: Masahiro Yamada Cc: Michal Marek Cc: Jonathan Corbet Cc: linux-kbuild@vger.kernel.org Cc: linux-doc@vger.kernel.org Signed-off-by: Darren Hart (VMware) --- Documentation/process/submit-checklist.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/process/submit-checklist.rst b/Documentation/process/submit-checklist.rst index a0d9d34..7d04ab3 100644 --- a/Documentation/process/submit-checklist.rst +++ b/Documentation/process/submit-checklist.rst @@ -37,7 +37,9 @@ and elsewhere regarding submitting Linux kernel patches. You should be able to justify all violations that remain in your patch. -6) Any new or modified ``CONFIG`` options don't muck up the config menu. +6) Any new or modified ``CONFIG`` options do not muck up the config menu and + default to off unless they meet the exception criteria documented in + ``Documentation/kbuild/kconfig-language.txt`` Menu attributes: default value. 7) All new ``Kconfig`` options have help text.