From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934001AbdERQtr (ORCPT ); Thu, 18 May 2017 12:49:47 -0400 Received: from ms.lwn.net ([45.79.88.28]:36762 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933808AbdERQt1 (ORCPT ); Thu, 18 May 2017 12:49:27 -0400 Date: Thu, 18 May 2017 10:49:24 -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: <20170518104924.49824167@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 X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) 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. I agree with the need for tweaks :) I fixed up key-request.rst a bit since I just couldn't stand it. Anyway, the set is applied, many thanks for doing this! jon