[PATCH] utrace: trivial, move CONFIG_UTRACE into "General setup"

Oleg Nesterov oleg at redhat.com
Wed Nov 25 20:44:00 UTC 2009


Move CONFIG_UTRACE from the topmost menu into "General setup",
near "Auditing support".

(this matches the patch we sent for review)

Signed-off-by: Oleg Nesterov <oleg at redhat.com>
---

 init/Kconfig |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

--- UTRACE-PTRACE/init/Kconfig~MOVE_CONFIG_UTRACE	2009-11-22 17:05:10.000000000 +0100
+++ UTRACE-PTRACE/init/Kconfig	2009-11-24 20:34:08.000000000 +0100
@@ -295,6 +295,15 @@ config AUDIT
 	  logging of avc messages output).  Does not do system-call
 	  auditing without CONFIG_AUDITSYSCALL.
 
+config UTRACE
+	bool "Infrastructure for tracing and debugging user processes"
+	depends on EXPERIMENTAL
+	depends on HAVE_ARCH_TRACEHOOK
+	help
+	  Enable the utrace process tracing interface.  This is an internal
+	  kernel interface exported to kernel modules, to track events in
+	  user threads, extract and change user thread state.
+
 config AUDITSYSCALL
 	bool "Enable system-call auditing support"
 	depends on AUDIT && (X86 || PPC || S390 || IA64 || UML || SPARC64 || SUPERH)
@@ -1205,15 +1214,6 @@ config STOP_MACHINE
 	help
 	  Need stop_machine() primitive.
 
-config UTRACE
-	bool "Infrastructure for tracing and debugging user processes"
-	depends on EXPERIMENTAL
-	depends on HAVE_ARCH_TRACEHOOK
-	help
-	  Enable the utrace process tracing interface.  This is an internal
-	  kernel interface exported to kernel modules, to track events in
-	  user threads, extract and change user thread state.
-
 source "block/Kconfig"
 
 config PREEMPT_NOTIFIERS




More information about the utrace-devel mailing list