All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Disable the debug.exception-trace sysctl by default
@ 2005-07-28  6:53 Nicholas Miell
  2005-08-03  9:03 ` Andi Kleen
  0 siblings, 1 reply; 4+ messages in thread
From: Nicholas Miell @ 2005-07-28  6:53 UTC (permalink / raw)
  To: Andi Kleen; +Cc: linux-kernel

debug.exception-trace causes a large amount of log spew when on, and
it's on by default, which is an irritation.

Here's a patch to turn it off.

--- linux-2.6.12/arch/x86_64/mm/fault.c.~1~	2005-06-28
21:33:27.000000000 -0700
+++ linux-2.6.12/arch/x86_64/mm/fault.c	2005-07-27 23:46:10.000000000
-0700
@@ -284,7 +284,7 @@
 }
 
 int page_fault_trace = 0;
-int exception_trace = 1;
+int exception_trace = 0;
 
 /*
  * This routine handles page faults.  It determines the address,


-- 
Nicholas Miell <nmiell@comcast.net>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-03 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28  6:53 [PATCH] Disable the debug.exception-trace sysctl by default Nicholas Miell
2005-08-03  9:03 ` Andi Kleen
2005-08-03 19:39   ` Nicholas Miell
2005-08-03 19:50     ` Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.