From: Heiko Carstens Date: Wed, 26 May 2010 21:26:20 +0000 (+0200) Subject: [S390] kprobes: forbid probing of stnsm/stosm/epsw X-Git-Tag: v2.6.35-rc1~34^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bac9f154acd175afdf702cb7d7f5de1254b4b119;p=pandora-kernel.git [S390] kprobes: forbid probing of stnsm/stosm/epsw The probed instructions will be executed in a single stepped and irq disabled context. Therefore the results of stnsm, stosm and epsw would be wrong if probed. So let's just disallow probing of these functions. If really needed a fixup could be written for each of them, but I doubt it's worth it. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed