linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] selftests/powerpc: Add test for rfi_flush
@ 2018-05-21 15:13 Naveen N. Rao
  2018-05-21 15:13 ` [PATCH v2 1/2] selftests/powerpc: Move UCONTEXT_NIA() into utils.h Naveen N. Rao
  2018-05-21 15:13 ` [PATCH v2 2/2] selftests/powerpc: Add test to verify rfi flush across a system call Naveen N. Rao
  0 siblings, 2 replies; 8+ messages in thread
From: Naveen N. Rao @ 2018-05-21 15:13 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: linuxppc-dev

This is v2 of:
https://patchwork.ozlabs.org/patch/895765/

Changes:
- Patch 1 is new.
- Patch 2 uses the new macro introduced in the first patch. The output 
  message has also been slightly tweaked to make things clearer.


- Naveen

Naveen N. Rao (2):
  selftests/powerpc: Move UCONTEXT_NIA() into utils.h
  selftests/powerpc: Add test to verify rfi flush across a system call

 tools/testing/selftests/powerpc/Makefile      |   3 +-
 .../testing/selftests/powerpc/include/utils.h |  18 +++
 .../primitives/load_unaligned_zeropad.c       |   8 -
 .../selftests/powerpc/security/Makefile       |   7 +
 .../selftests/powerpc/security/rfi_flush.c    | 132 +++++++++++++++
 tools/testing/selftests/powerpc/utils.c       | 153 ++++++++++++++++++
 6 files changed, 312 insertions(+), 9 deletions(-)
 create mode 100644 tools/testing/selftests/powerpc/security/Makefile
 create mode 100644 tools/testing/selftests/powerpc/security/rfi_flush.c

-- 
2.17.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-10-22  9:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-21 15:13 [PATCH v2 0/2] selftests/powerpc: Add test for rfi_flush Naveen N. Rao
2018-05-21 15:13 ` [PATCH v2 1/2] selftests/powerpc: Move UCONTEXT_NIA() into utils.h Naveen N. Rao
2018-10-22  9:34   ` [v2,1/2] " Michael Ellerman
2018-05-21 15:13 ` [PATCH v2 2/2] selftests/powerpc: Add test to verify rfi flush across a system call Naveen N. Rao
2018-05-24 13:20   ` Michael Ellerman
2018-05-24 18:29     ` Naveen N. Rao
2018-05-25 10:39       ` Michael Ellerman
2018-05-25 11:30         ` Naveen N. Rao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).