From: Martin Schwidefsky Date: Wed, 13 Jan 2010 19:44:27 +0000 (+0100) Subject: [S390] duplicate SIGTRAP on signal delivery. X-Git-Tag: v2.6.33-rc5~70^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f50248ef0efa7453397eb53e41e8aa5df534492;p=pandora-kernel.git [S390] duplicate SIGTRAP on signal delivery. The code in do_signal sets the TIF_SINGLE_STEP bit and calls tracehook_signal_handler after the signal frame has been set up. This causes two SIGTRAP signals to be delivered to the tracer. Stop setting the TIF_SINGLE_STEP bit in do_signal to get the correct number of SIGTRAPs. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed