From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBE3EC43334 for ; Tue, 7 Jun 2022 14:01:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245063AbiFGOBM (ORCPT ); Tue, 7 Jun 2022 10:01:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245058AbiFGOBI (ORCPT ); Tue, 7 Jun 2022 10:01:08 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id EF525C1EDB; Tue, 7 Jun 2022 07:01:02 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 257E0Bf3006397; Tue, 7 Jun 2022 16:00:11 +0200 Date: Tue, 7 Jun 2022 16:00:11 +0200 From: Willy Tarreau To: Jonathan Corbet Cc: Jiri Kosina , Vegard Nossum , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Amit Shah , Dave Hansen , David Woodhouse , Greg Kroah-Hartman , "Gustavo A . R . Silva" , Kees Cook , Laura Abbott , Linus Torvalds , Mauro Carvalho Chehab , Paolo Bonzini , Peter Zijlstra , Solar Designer , Thomas Gleixner , Thorsten Leemhuis , Tyler Hicks , Will Deacon Subject: Re: [PATCH v2] Documentation/security-bugs: overhaul Message-ID: <20220607140011.GE5885@1wt.eu> References: <20220606194850.26122-1-vegard.nossum@oracle.com> <87o7z4fvod.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87o7z4fvod.fsf@meer.lwn.net> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 07, 2022 at 07:30:10AM -0600, Jonathan Corbet wrote: > Jiri Kosina writes: > > > - what sense does it make to have embargoed-hardware-issues.rst and > > security-bugs.rst live in different Documentation/ subdirectories > > (admin-guide/ vs process/)? It'd seem to make sense to me to have them > > in one common place? > > Yes, I think that would make sense...a lot of stuff got sorted out into > the various guides quickly, and it didn't all land in the right place. > I'd be in favor of moving this over to the process guide, and perhaps > making a security-specific section there. I, too, regularly search for it in process/, fail to find it then use "find" to spot it under admin... Process seems more suitable to me at least. Willy