From: Jon Medhurst (Tixy) Date: Mon, 5 Jan 2015 11:29:29 +0000 (+0800) Subject: ARM: kprobes: Add test cases for stack consuming instructions X-Git-Tag: fixes-v4.0-rc1~125^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d257e95a9e643518e72232bf852b054a3d06c95;p=pandora-kernel.git ARM: kprobes: Add test cases for stack consuming instructions These have extra 'checker' functions associated with them so lets make sure those get covered by testing. As they may create uninitialised space on the stack we also update the test code to ensure such space is consistent between test runs. This is done by disabling interrupts in setup_test_context(). Signed-off-by: Jon Medhurst --- Reading git-diff-tree failed