From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 19 Nov 2018 11:03:22 +0100 From: Greg KH 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> 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 List-ID: 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 :(