lkml.org 
[lkml]   [2004]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[RFC] [PATCH] add TRAP_BAD_SYSCALL_EXITS config for i386
There seems to be code recently added to -bk and thereby -mm which supports
extra debug for preempt on system call exit. Oddly there doesn't seem
to be configuration options to enable them. Below is a possible patch
to allow enabling this on i386. Sadly the most obvious menu to add this
to is the Kernel Hacking menu, but that is defined in architecture specific
configuration. If this makes sense I could patch the other arches?

Comments?

-apw

=== 8< ===
Add a configuration option to allow enabling TRAP_BAD_SYSCALL_EXITS to the
Kernel Hacking menu.

Revision: $Rev: 356 $

Signed-off-by: Andy Whitcroft <apw@shadowen.org>

---
Kconfig | 7 +++++++
1 files changed, 7 insertions(+)

diff -upN reference/arch/i386/Kconfig current/arch/i386/Kconfig
--- reference/arch/i386/Kconfig 2004-07-02 14:00:51.000000000 +0100
+++ current/arch/i386/Kconfig 2004-07-02 16:40:49.000000000 +0100
@@ -1492,6 +1492,13 @@ config X86_MPPARSE
depends on X86_LOCAL_APIC && !X86_VISWS
default y

+config TRAP_BAD_SYSCALL_EXITS
+ bool "Debug bad system call exits"
+ help
+ If you say Y here the kernel will check for system calls which
+ return without clearing preempt.
+ default n
+
endmenu

source "security/Kconfig"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.071 / U:1.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site