Commit-ID: 2729924765bcfa9e4cf7595c49b472b561413255 Gitweb: http://git.kernel.org/tip/2729924765bcfa9e4cf7595c49b472b561413255 Author: Ingo Molnar <mingo@xxxxxxxxxx> AuthorDate: Wed, 3 Jun 2015 12:37:03 +0200 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitDate: Wed, 3 Jun 2015 12:51:34 +0200 Documentation/features/debug: Add feature description and arch support status file for 'KASAN' Cc: <linux-api@xxxxxxxxxxxxxxx> Cc: <linux-arch@xxxxxxxxxxxxxxx> Cc: <linux-kernel@xxxxxxxxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: H. Peter Anvin <hpa@xxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- .../features/{vm/huge-vmap => debug/KASAN}/arch-support.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/features/vm/huge-vmap/arch-support.txt b/Documentation/features/debug/KASAN/arch-support.txt similarity index 84% copy from Documentation/features/vm/huge-vmap/arch-support.txt copy to Documentation/features/debug/KASAN/arch-support.txt index af6816b..14531da 100644 --- a/Documentation/features/vm/huge-vmap/arch-support.txt +++ b/Documentation/features/debug/KASAN/arch-support.txt @@ -1,7 +1,7 @@ # -# Feature name: huge-vmap -# Kconfig: HAVE_ARCH_HUGE_VMAP -# description: arch supports the ioremap_pud_enabled() and ioremap_pmd_enabled() VM APIs +# Feature name: KASAN +# Kconfig: HAVE_ARCH_KASAN +# description: arch supports the KASAN runtime memory checker # ----------------------- | arch |status| -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html