From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 175B87DE57 for ; Fri, 28 Jun 2019 14:52:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726752AbfF1OrD (ORCPT ); Fri, 28 Jun 2019 10:47:03 -0400 Received: from mail-pg1-f194.google.com ([209.85.215.194]:45103 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726747AbfF1OrC (ORCPT ); Fri, 28 Jun 2019 10:47:02 -0400 Received: by mail-pg1-f194.google.com with SMTP id z19so2682117pgl.12 for ; Fri, 28 Jun 2019 07:47:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=MwGMwQa0G/r0N9HiU2KjRnzuNoH3qkDbvB9SbT9xcMI=; b=DFuhj31WvjS1maruyeOPRyArwIYhnuJfd6DwmEtFlpKJd8/W2horJSRpa3GXxE4K/w QXphemyhIjyJ/5IEjpP2vLJVB3yYL0sgNKoSj5IwMxH/OpepgVMz89lcukvaQ+dDeWh1 vukZX12Lfx+Zog2RXhI3BXyQhWY355bSMt3gc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=MwGMwQa0G/r0N9HiU2KjRnzuNoH3qkDbvB9SbT9xcMI=; b=Lm+ozD8YkSqzWAfXCtxpZqr6v099Fv8FSOQjZZus8kI1gKyqUPCjTGC1Si1KScDfwf JvNjyRW6i3GAFAUH2LEoqh71MdiicsUYIbQeYhqsYPDtj+fTxv+FXpEIBnuoVQcMZjJ1 /o3a2a7+oG6yhMQ1guCvslkwT+5ya57Dgk65+P5+lz+XBXuIK5a5XLvcbrcIGO7RDPxi FfnNKqCtXQEFkHFZO7WqJi409aP0YaImlUgTQq/J+w40y69fKB2qndjq1W4+iBpfHBpn iVHImnQk8GeVA93zz6XMNCnQWj4fNfQncB+knYJJ2j7EoTfc80L2AQGh0RKOvteiwQVI 8jvg== X-Gm-Message-State: APjAAAVDrR8C8a2pzxD980ba4Zwd97tgo1ZZY9gXyGkmQmxLPny4tTC/ c2W4g04Mf/NviFnzAtEt4KJ93A== X-Google-Smtp-Source: APXvYqx/YtJNkaWkOhhcnCWh/GzwPzF2GLiMrEce/L5zDSI8K77ctT1sePVpDioXIYmJKYtrfK1d9A== X-Received: by 2002:a63:e317:: with SMTP id f23mr9511704pgh.39.1561733222145; Fri, 28 Jun 2019 07:47:02 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id u20sm2610199pfm.145.2019.06.28.07.47.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 28 Jun 2019 07:47:01 -0700 (PDT) Date: Fri, 28 Jun 2019 07:47:00 -0700 From: Kees Cook To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Emese Revfy Subject: Re: [PATCH 42/43] docs: move gcc_plugins.txt to core-api and rename to .rst Message-ID: <201906280746.883AF572C9@keescook> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Jun 28, 2019 at 09:20:38AM -0300, Mauro Carvalho Chehab wrote: > The gcc_plugins.txt file is already a ReST file. Move it > to the core-api book while renaming it. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Kees Cook -Kees > --- > Documentation/{gcc-plugins.txt => core-api/gcc-plugins.rst} | 0 > Documentation/core-api/index.rst | 2 +- > MAINTAINERS | 2 +- > scripts/gcc-plugins/Kconfig | 2 +- > 4 files changed, 3 insertions(+), 3 deletions(-) > rename Documentation/{gcc-plugins.txt => core-api/gcc-plugins.rst} (100%) > > diff --git a/Documentation/gcc-plugins.txt b/Documentation/core-api/gcc-plugins.rst > similarity index 100% > rename from Documentation/gcc-plugins.txt > rename to Documentation/core-api/gcc-plugins.rst > diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst > index 2466a4c51031..d1e5b95bf86d 100644 > --- a/Documentation/core-api/index.rst > +++ b/Documentation/core-api/index.rst > @@ -35,7 +35,7 @@ Core utilities > boot-time-mm > memory-hotplug > protection-keys > - > + gcc-plugins > > Interfaces for kernel debugging > =============================== > diff --git a/MAINTAINERS b/MAINTAINERS > index 2cf8abf6d48e..7ba6d174f49f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6609,7 +6609,7 @@ S: Maintained > F: scripts/gcc-plugins/ > F: scripts/gcc-plugin.sh > F: scripts/Makefile.gcc-plugins > -F: Documentation/gcc-plugins.txt > +F: Documentation/core-api/gcc-plugins.rst > > GASKET DRIVER FRAMEWORK > M: Rob Springer > diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig > index e9c677a53c74..d33de0b9f4f5 100644 > --- a/scripts/gcc-plugins/Kconfig > +++ b/scripts/gcc-plugins/Kconfig > @@ -23,7 +23,7 @@ config GCC_PLUGINS > GCC plugins are loadable modules that provide extra features to the > compiler. They are useful for runtime instrumentation and static analysis. > > - See Documentation/gcc-plugins.txt for details. > + See Documentation/core-api/gcc-plugins.rst for details. > > menu "GCC plugins" > depends on GCC_PLUGINS > -- > 2.21.0 > -- Kees Cook