linux/tools/testing/selftests/powerpc
Sam bobroff b4b56f9eca powerpc/tm: Abort syscalls in active transactions
This patch changes the syscall handler to doom (tabort) active
transactions when a syscall is made and return very early without
performing the syscall and keeping side effects to a minimum (no CPU
accounting or system call tracing is performed). Also included is a
new HWCAP2 bit, PPC_FEATURE2_HTM_NOSC, to indicate this
behaviour to userspace.

Currently, the system call instruction automatically suspends an
active transaction which causes side effects to persist when an active
transaction fails.

This does change the kernel's behaviour, but in a way that was
documented as unsupported.  It doesn't reduce functionality as
syscalls will still be performed after tsuspend; it just requires that
the transaction be explicitly suspended.  It also provides a
consistent interface and makes the behaviour of user code
substantially the same across powerpc and platforms that do not
support suspended transactions (e.g. x86 and s390).

Performance measurements using
http://ozlabs.org/~anton/junkcode/null_syscall.c indicate the cost of
a normal (non-aborted) system call increases by about 0.25%.

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2015-06-19 17:10:28 +10:00
..
copyloops powerpc updates for 4.1 2015-04-16 13:53:32 -05:00
dscr selftests/powerpc: Add gitignore file for the new DSCR tests 2015-06-07 19:38:20 +10:00
mm mm, selftests: test return value of munmap for MAP_HUGETLB memory 2015-04-15 16:35:19 -07:00
pmu selftests/powerpc: Fix the pmu install rule 2015-05-01 13:00:26 +10:00
primitives selftests: Add install support for the powerpc tests 2015-03-19 12:38:51 -06:00
stringloops selftests: Add install support for the powerpc tests 2015-03-19 12:38:51 -06:00
switch_endian selftests/powerpc: Add install support to more powerpc tests 2015-06-02 16:54:49 +10:00
tm powerpc/tm: Abort syscalls in active transactions 2015-06-19 17:10:28 +10:00
vphn selftests/powerpc: Add install support to more powerpc tests 2015-06-02 16:54:49 +10:00
harness.c selftests/powerpc: Move get_auxv_entry() to harness.c 2015-04-11 20:49:20 +10:00
Makefile selftests/powerpc: Add test for system wide DSCR default 2015-06-07 19:35:38 +10:00
subunit.h selftests/powerpc: Add support for skipping tests 2014-06-11 17:03:54 +10:00
utils.h selftests/powerpc: Move get_auxv_entry() to harness.c 2015-04-11 20:49:20 +10:00