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 X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B99BC43441 for ; Mon, 19 Nov 2018 10:03:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D3A2C20870 for ; Mon, 19 Nov 2018 10:03:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="1kSptsLE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D3A2C20870 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727762AbeKSU0c (ORCPT ); Mon, 19 Nov 2018 15:26:32 -0500 Received: from mail.kernel.org ([198.145.29.99]:34956 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727584AbeKSU0c (ORCPT ); Mon, 19 Nov 2018 15:26:32 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A4D3F20831; Mon, 19 Nov 2018 10:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542621804; bh=8qx3xu2GbeEOZmep+WWp/pi5JLhqKDlE7QQPZXDAZok=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1kSptsLEjDY9zGjMHfUEH+vcFPCyg8IDDwmoKQF5Q1N/SdesbtLeBbOyf98UH9U/e GXqz0U7U9tkstgoXYlx+xlfjozQLnh7PG0guSjpEeOgC8bG8U70Hv8Fc0Y8KeGiMix ar8nRxvBFrFfZpxPodTakzVDr9radjbBVOxFXJCk= Date: Mon, 19 Nov 2018 11:03:22 +0100 From: Greg KH To: Alexey Budankov Cc: Thomas Gleixner , Kees Cook , Jann Horn , Ingo Molnar , Peter Zijlstra , Arnaldo Carvalho de Melo , Andi Kleen , Jonatan Corbet , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Mark Rutland , Tvrtko Ursulin , linux-kernel , kernel-hardening@lists.openwall.com, linux-doc@vger.kernel.org Subject: Re: [PATCH v1 1/2]: Documentation/admin-guide: update admin-guide index.rst Message-ID: <20181119100322.GA19910@kroah.com> References: <0ac97cd0-4773-fff6-7d4e-74c4a1f076c4@linux.intel.com> <810bb4aa-777f-77ed-19f0-882354bdf9c7@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <810bb4aa-777f-77ed-19f0-882354bdf9c7@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 19, 2018 at 08:41:31AM +0300, Alexey Budankov wrote: > > Extend index.rst index file at admin-guide root directory with > the reference to perf-security.rst file being introduced. > > Signed-off-by: Alexey Budankov > --- > Documentation/admin-guide/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst > index 0873685bab0f..885cc0de9114 100644 > --- a/Documentation/admin-guide/index.rst > +++ b/Documentation/admin-guide/index.rst > @@ -75,6 +75,7 @@ configure specific aspects of kernel behavior to your liking. > thunderbolt > LSM/index > mm/index > + perf-security You just broke the build with this patch. They need to be ordered the other way around :(