History log of /linux-master/tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
Revision Date Author Comments
# ba5b952a 15-Dec-2023 Colin Ian King <colin.i.king@gmail.com>

selftests/powerpc: Fix spelling mistake "EACCESS" -> "EACCES"

There is a spelling mistake of the EACCES error name, fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231215112456.13554-1-colin.i.king@gmail.com


# 76b2ec3f 12-Dec-2023 Nathan Lynch <nathanl@linux.ibm.com>

powerpc/selftests: Add test for papr-sysparm

Consistently testing system parameter access is a bit difficult by
nature -- the set of parameters available depends on the model and
system configuration, and updating a parameter should be considered a
destructive operation reserved for the admin.

So we validate some of the error paths and retrieve the SPLPAR
characteristics string, but not much else.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231212-papr-sys_rtas-vs-lockdown-v6-13-e9eafd0c8c6c@linux.ibm.com