Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1311098pxk; Mon, 31 Aug 2020 16:03:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJynlJf2PU55dGETF94Jp/7FPhRweJjx4mfWZlgZth6jGXxmoKpAbHkbUSr70xk2Ns8/2cVs X-Received: by 2002:a17:906:6055:: with SMTP id p21mr3139498ejj.173.1598915038649; Mon, 31 Aug 2020 16:03:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598915038; cv=none; d=google.com; s=arc-20160816; b=w/OnMZXMbLWWwA/oEOzPg/mhX5Pkw6S9i5M8ujDDq4OeUdXRDV+5DBihxAjZ+ey+2m 2gOXsvx0/nlTWAr/DDWVIUP7j2XPRn0VVURmAziputAr6sXmcmo6leqG3JDohZAwI9sl pOwn2m1xu4fBo8Ab6OaNQKtc1voz1CURiTdLUx++Nwmd9H/KTbOR9kp0HnDz/RcqtiMs DCVM1UsjbAk/A+vGjElJEwlX9eH8VrlG83d8eTynW4AaRQWHgrH1MDSTRNsJ8L54u9sM vmue8tOwu/LENkOtgk8ZCQur0IAPBPpOnB9ZBa0zPZFqQ0bXRqnbkYTT7obmGO0H0L4s 4p+A== 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=thPfS1IVFYiJ0LBcAr87WwSgDpIg3KvX6JgxVRw44ag=; b=AGaYnFQ2qkgXe6imls3uGDfqiFb0PgZllrsD4BMEO+mCxU5GaZ+O5wkiZOTflwx30h nxc7rACiQy5iXnZcZ3zWPhRBBEzdnqwK5ySWZdBAa/rM9uMqwaDBvnOPYvYiq21NZEFZ NEtJvEG9IfwkkcNXoz2kwGIEp+DNzDZ89aIhI2VzsrAqkicnP1DR4zhPXLdqK/OL+BnZ N2oU1qz8ucHJhtpDr3hhJBviKlBtY9vSeVoKoZjgfDWufuyR5b0SAUDwsgrF2el0XbR6 2Y07Kh1oVzK96GibKXFvzSPsfuRhi2Fx2k8lZCvvkZx1kW5+u59Euu5NMmJllNWCh/yA Zb2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c10si1056301edr.320.2020.08.31.16.03.35; Mon, 31 Aug 2020 16:03:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728295AbgHaW2h (ORCPT + 99 others); Mon, 31 Aug 2020 18:28:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728103AbgHaW2g (ORCPT ); Mon, 31 Aug 2020 18:28:36 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C5A1C061573; Mon, 31 Aug 2020 15:28:36 -0700 (PDT) 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 CAC957C0; Mon, 31 Aug 2020 22:28:35 +0000 (UTC) Date: Mon, 31 Aug 2020 16:28:34 -0600 From: Jonathan Corbet To: Krzysztof Kozlowski Cc: Kees Cook , Greg Kroah-Hartman , Konstantin Ryabitsev , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Linus Torvalds , Andrew Morton , Brooke Basile , Felipe Balbi , Bartlomiej Zolnierkiewicz Subject: Re: [PATCH 1/2] docs: process: Add cross-link to security-bugs Message-ID: <20200831162834.294a7f39@lwn.net> In-Reply-To: <20200827105319.9734-1-krzk@kernel.org> References: <20200827105319.9734-1-krzk@kernel.org> 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 Thu, 27 Aug 2020 12:53:18 +0200 Krzysztof Kozlowski wrote: > The submitting patches mentions criteria for a fix to be called > "security fix". Add a link to document explaining the entire process > of handling security bugs. > > Cc: Greg KH > Cc: Marek Szyprowski > Cc: Linus Torvalds > Cc: Kees Cook > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/process/submitting-patches.rst | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst > index 5219bf3cddfc..d5b3c5a74d5d 100644 > --- a/Documentation/process/submitting-patches.rst > +++ b/Documentation/process/submitting-patches.rst > @@ -299,7 +299,8 @@ sending him e-mail. > If you have a patch that fixes an exploitable security bug, send that patch > to security@kernel.org. For severe bugs, a short embargo may be considered > to allow distributors to get the patch out to users; in such cases, > -obviously, the patch should not be sent to any public lists. > +obviously, the patch should not be sent to any public lists. See also > +:ref:`Documentation/admin-guide/security-bugs.rst `. I've applied this (but not part 2). Thanks, jon