Commit-ID: c0512abd5a3fef006975e8e9bb15b1eb99d12d79 Gitweb: http://git.kernel.org/tip/c0512abd5a3fef006975e8e9bb15b1eb99d12d79 Author: Ingo Molnar <[email protected]> AuthorDate: Wed, 3 Jun 2015 12:37:16 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Wed, 3 Jun 2015 12:51:37 +0200
Documentation/features/vm: Add feature description and arch support status file for 'ioremap_prot' Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Andrew Morton <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Josh Triplett <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> --- .../{debug/KASAN => vm/ioremap_prot}/arch-support.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/vm/ioremap_prot/arch-support.txt similarity index 77% copy from Documentation/features/debug/KASAN/arch-support.txt copy to Documentation/features/vm/ioremap_prot/arch-support.txt index 14531da..90c5374 100644 --- a/Documentation/features/debug/KASAN/arch-support.txt +++ b/Documentation/features/vm/ioremap_prot/arch-support.txt @@ -1,13 +1,13 @@ # -# Feature name: KASAN -# Kconfig: HAVE_ARCH_KASAN -# description: arch supports the KASAN runtime memory checker +# Feature name: ioremap_prot +# Kconfig: HAVE_IOREMAP_PROT +# description: arch has ioremap_prot() # ----------------------- | arch |status| ----------------------- | alpha: | TODO | - | arc: | TODO | + | arc: | ok | | arm: | TODO | | arm64: | TODO | | avr32: | TODO | @@ -27,12 +27,12 @@ | nios2: | TODO | | openrisc: | TODO | | parisc: | TODO | - | powerpc: | TODO | + | powerpc: | ok | | s390: | TODO | | score: | TODO | - | sh: | TODO | + | sh: | ok | | sparc: | TODO | - | tile: | TODO | + | tile: | ok | | um: | TODO | | unicore32: | TODO | | x86: | ok | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

