commit | 12013f28feb76d142d78730e928af2436c5df9b9 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Feb 15 09:43:32 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 09 14:29:45 2012 +0200 |
tree | f7e88fd0c8084f8fc92e0983b076a02822344ac9 | |
parent | 0271393ea48eb1b7f5ac0309683c50dd98cd6ab9 [diff] |
s390: remove task_show_regs 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: Willy Tarreau <w@1wt.eu>