mbox series

[0/2] powerpc/selftests: miscellaneous improvements

Message ID 20230817-powerpc-selftest-misc-v1-0-a84cc1ef78b2@linux.ibm.com (mailing list archive)
Headers show
Series powerpc/selftests: miscellaneous improvements | expand

Message

Nathan Lynch via B4 Relay Aug. 17, 2023, 4:21 p.m. UTC
Just some minor things to tidy up I noticed when adding tests.

---
Nathan Lynch (2):
      powerpc/selftests: sort mm/.gitignore, add exec_prot
      selftests/powerpc: add const qualification where possible

 tools/testing/selftests/powerpc/harness.c         |  4 ++--
 tools/testing/selftests/powerpc/include/subunit.h | 16 ++++++++--------
 tools/testing/selftests/powerpc/include/utils.h   |  2 +-
 tools/testing/selftests/powerpc/mm/.gitignore     | 17 +++++++++--------
 4 files changed, 20 insertions(+), 19 deletions(-)
---
base-commit: 4f894fe22343138f0dc0ce18b49abfa45cdfeb6b
change-id: 20230817-powerpc-selftest-misc-12c61153e328

Best regards,

Comments

Michael Ellerman Aug. 23, 2023, 11:55 a.m. UTC | #1
On Thu, 17 Aug 2023 11:21:51 -0500, Nathan Lynch wrote:
> Just some minor things to tidy up I noticed when adding tests.
> 

Applied to powerpc/next.

[1/2] powerpc/selftests: sort mm/.gitignore, add exec_prot
      https://git.kernel.org/powerpc/c/ae3a8cc292d01a1558dff837bb485712dfaeb9c6
[2/2] selftests/powerpc: add const qualification where possible
      https://git.kernel.org/powerpc/c/701ca3657d5d489add2bedce0c31938e521c7913

cheers