From: Chuck Ebbert <76306.1226@compuserve.com> Date: Fri, 17 Feb 2006 08:16:55 +0000 (-0500) Subject: [PATCH] i386: fix singlestepping though a syscall X-Git-Tag: v2.6.16-rc4~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe91f9ce297e23e6fbdf61c02bdd8ab9af7c8a8;p=pandora-kernel.git [PATCH] i386: fix singlestepping though a syscall Do not mask TIF_SINGLESTEP bit in _TIF_WORK_MASK. Masking this stopped do_notify_resume() from being called when it should have been. Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed