x86/mm/pkeys: Add missing Documentation
authorDave Hansen <dave.hansen@linux.intel.com>
Mon, 14 Dec 2015 19:06:34 +0000 (11:06 -0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Mar 2016 09:21:17 +0000 (11:21 +0200)
commit591b1d8d86074ac3a3163d89bcfe7b232cf83902
treea2f7a1599cd7e4d60f28e20924ee5220761d67b1
parent34a4cceb78e48c75d1b48b25352a3f3b2cc2b2da
x86/mm/pkeys: Add missing Documentation

Stefan Richter noticed that the X86_INTEL_MEMORY_PROTECTION_KEYS option
in arch/x86/Kconfig references Documentation/x86/protection-keys.txt,
but the file does not exist.

This is a patch merging mishap: the final (v8) version of the pkeys
series did not include the documentation patch 32 and v7 included.
Add it now.

Reported-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Dave Hansen <dave@sr71.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/20151214190634.426BEE41@viggo.jf.intel.com
[ Added changelog. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/x86/protection-keys.txt [new file with mode: 0644]