]> git.baikalelectronics.ru Git - kernel.git/commit
vdso: print fatal signals
authorIngo Molnar <mingo@elte.hu>
Mon, 16 Jul 2007 06:40:10 +0000 (23:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:43 +0000 (09:05 -0700)
commitbef9bc22be15bacf4e5ec269b75c8d0c4d66a176
treedf70e9162ce50ada2393987ca2a5b5794dcbb644
parent274df2cb99faa05e4b0688f09a2c79d7653f4381
vdso: print fatal signals

Add the print-fatal-signals=1 boot option and the
/proc/sys/kernel/print-fatal-signals runtime switch.

This feature prints some minimal information about userspace segfaults to
the kernel console.  This is useful to find early bootup bugs where
userspace debugging is very hard.

Defaults to off.

[akpm@linux-foundation.org: Don't add new sysctl numbers]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/kernel-parameters.txt
kernel/signal.c
kernel/sysctl.c