Re: [PATCH v4 2/2] Documentation/admin-guide: update admin-guide index.rst
From: Kees Cook <hidden>
Date: 2018-11-27 17:23:54
Also in:
lkml
From: Kees Cook <hidden>
Date: 2018-11-27 17:23:54
Also in:
lkml
On Tue, Nov 27, 2018 at 12:16 AM, Alexey Budankov [off-list ref] 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 <redacted> --- Documentation/admin-guide/index.rst | 1 + 1 file changed, 1 insertion(+)
Seems like this could just be folded into patch 1? I'm not sure Jon's preference here, though. -Kees
diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 965745d5fb9a..0a491676685e 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst@@ -76,6 +76,7 @@ configure specific aspects of kernel behavior to your liking. thunderbolt LSM/index mm/index + perf-security .. only:: subproject and html
-- Kees Cook