]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390: remove task_show_regs
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 15 Feb 2011 08:43:32 +0000 (09:43 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:46:45 +0000 (12:46 -0400)
commit229f532993bce8e5c5caec3f381bf80ae9ddef5a
treebf2edeea1ec437d77fb0c8486fb576bcf88173dc
parent764578781bbaa87bc8002b8a74c1606eddb55f47
s390: remove task_show_regs

commit 261cd298a8c363d7985e3482946edb4bfedacf98 upstream.

task_show_regs used to be a debugging aid in the early bringup days
of Linux on s390. /proc/<pid>/status is a world readable file, it
is not a good idea to show the registers of a process. The only
correct fix is to remove task_show_regs.

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/s390/include/asm/processor.h
arch/s390/kernel/traps.c
fs/proc/array.c