selftests: breakpoint: add step_after_suspend_test
authorGreg Hackmann <ghackmann@google.com>
Mon, 22 Feb 2016 18:10:57 +0000 (10:10 -0800)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 25 Feb 2016 16:47:51 +0000 (09:47 -0700)
commitbfd092b8c272866ba1db3e63ebbe08f8ccf979cc
tree3f26ac6c53f7ae1aa207262f2d83a49e3d8eaf8d
parent9d22f6e14e249713108c8adcc8705c39303f0628
selftests: breakpoint: add step_after_suspend_test

Commit e56d82a11617 ("arm64: cpu hotplug: ensure we mask out
CPU_TASKS_FROZEN in notifiers") fixed a long-standing ARM64 bug that
broke single-stepping after a suspend/resume cycle.  Add a kernel
selftest to make sure this doesn't regress or affect other platforms.

Signed-off-by: Greg Hackmann <ghackmann@google.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/breakpoints/Makefile
tools/testing/selftests/breakpoints/step_after_suspend_test.c [new file with mode: 0644]
This page took 0.024112 seconds and 5 git commands to generate.