From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760386AbdEOR0Z (ORCPT ); Mon, 15 May 2017 13:26:25 -0400 Received: from ms.lwn.net ([45.79.88.28]:37572 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760335AbdEOR0X (ORCPT ); Mon, 15 May 2017 13:26:23 -0400 Date: Mon, 15 May 2017 11:26:21 -0600 From: Jonathan Corbet To: Kees Cook Cc: John Johansen , Tetsuo Handa , Paul Moore , David Howells , Mimi Zohar , Casey Schaufler , James Morris , Tyler Hicks , David Safford , linux-doc@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/17] convert/reorganize Documentation/security/ Message-ID: <20170515112621.38aef111@lwn.net> In-Reply-To: <1494676313-144890-1-git-send-email-keescook@chromium.org> References: <1494676313-144890-1-git-send-email-keescook@chromium.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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 13 May 2017 04:51:36 -0700 Kees Cook wrote: > This ReSTifies everything under Documentation/security/, and reorganizes > some of it (mainly the LSMs) under /admin-guide/ per Jon's request. Since > /security/ is already being indexed under the kernel development portion > of the sphinx index, I didn't move it, keeping only things that were > directly related to internal kernel development (keys, creds, etc). > > I also updated some path references, and MAINTAINERS lines. Some of the > conversion could probably do with some tweaks, but I think this is a > good first step in the right direction. This all looks pretty good to me, though I'll confess I haven't actually built the resulting docs yet. Assuming no issues turn up there, I'd be happy to just apply these and let any follow-on tweaks go from there. Thanks for doing this, and for humoring me on the organizational issues :) jon