[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-6d6b54cb2187df8b09ce40012648606508be9b18@git.kernel.org>
Date: Wed, 3 Jun 2015 04:13:13 -0700
From: tip-bot for Ingo Molnar <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: josh@...htriplett.org, peterz@...radead.org,
akpm@...ux-foundation.org, corbet@....net, hpa@...or.com,
tglx@...utronix.de, mingo@...nel.org, linux-api@...r.kernel.org,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
linux-arch@...r.kernel.org
Subject: [tip:core/documentation] Documentation/features/debug:
Add feature description and arch support status file for 'stackprotector'
Commit-ID: 6d6b54cb2187df8b09ce40012648606508be9b18
Gitweb: http://git.kernel.org/tip/6d6b54cb2187df8b09ce40012648606508be9b18
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Wed, 3 Jun 2015 12:37:18 +0200
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 3 Jun 2015 12:51:37 +0200
Documentation/features/debug: Add feature description and arch support status file for 'stackprotector'
Cc: <linux-api@...r.kernel.org>
Cc: <linux-arch@...r.kernel.org>
Cc: <linux-kernel@...r.kernel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: H. Peter Anvin <hpa@...or.com>
Cc: Jonathan Corbet <corbet@....net>
Cc: Josh Triplett <josh@...htriplett.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
.../{io/dma-contiguous => debug/stackprotector}/arch-support.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/features/io/dma-contiguous/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
similarity index 82%
copy from Documentation/features/io/dma-contiguous/arch-support.txt
copy to Documentation/features/debug/stackprotector/arch-support.txt
index a97e8e3..0fa4233 100644
--- a/Documentation/features/io/dma-contiguous/arch-support.txt
+++ b/Documentation/features/debug/stackprotector/arch-support.txt
@@ -1,7 +1,7 @@
#
-# Feature name: dma-contiguous
-# Kconfig: HAVE_DMA_CONTIGUOUS
-# description: arch supports the DMA CMA (continuous memory allocator)
+# Feature name: stackprotector
+# Kconfig: HAVE_CC_STACKPROTECTOR
+# description: arch supports compiler driven stack overflow protection
#
-----------------------
| arch |status|
@@ -30,7 +30,7 @@
| powerpc: | TODO |
| s390: | TODO |
| score: | TODO |
- | sh: | TODO |
+ | sh: | ok |
| sparc: | TODO |
| tile: | TODO |
| um: | TODO |
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists