Somehow I placed CONFIG_UTRACE between AUDIT and AUDITSYSCALL,
move it down after AUDITSYSCALL.

Signed-off-by: Oleg Nesterov <o...@redhat.com>
---

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

--- UTRACE_PTRACE/init/Kconfig~2_CONFIG_UTRACE_AUDIT    2009-12-17 
17:00:31.000000000 +0100
+++ UTRACE_PTRACE/init/Kconfig  2009-12-17 23:59:11.000000000 +0100
@@ -295,15 +295,6 @@ 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)
@@ -319,6 +310,15 @@ config AUDIT_TREE
        depends on AUDITSYSCALL
        select INOTIFY
 
+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.
+
 menu "RCU Subsystem"
 
 choice

Reply via email to