linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com>
To: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: [PATCH v2 0/2] selftests/powerpc: Add test for rfi_flush
Date: Mon, 21 May 2018 20:43:55 +0530	[thread overview]
Message-ID: <cover.1526915409.git.naveen.n.rao@linux.vnet.ibm.com> (raw)

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

             reply	other threads:[~2018-05-21 15:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-21 15:13 Naveen N. Rao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1526915409.git.naveen.n.rao@linux.vnet.ibm.com \
    --to=naveen.n.rao@linux.vnet.ibm.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).