Message ID | 20220310144335.2097457-1-broonie@kernel.org |
---|---|
Headers | show |
Series | kselftest/arm64: Miscelaneous MTE test updates | expand |
On Thu, Mar 10, 2022 at 03:33:06PM +0000, Joey Gouly wrote: > On Thu, Mar 10, 2022 at 02:43:35PM +0000, Mark Brown wrote: > > +static bool system_has_mte; > This looks unused (apart from being set in main()). It is, it was used in the asymmetric bits of the test.
On 3/10/22 7:43 AM, Mark Brown wrote: > The current tests use the prctls for various things but there's no > coverage of the edges of the interface so add some basics. This isn't > hugely useful as it is (it originally had some coverage for the > combinations with asymmetric mode but we removed the prctl() for that) > but it might be a helpful starting point for future work, for example > covering error handling. > > Signed-off-by: Mark Brown <broonie@kernel.org> > --- > tools/testing/selftests/arm64/mte/.gitignore | 1 + > .../testing/selftests/arm64/mte/check_prctl.c | 123 ++++++++++++++++++ > 2 files changed, 124 insertions(+) > create mode 100644 tools/testing/selftests/arm64/mte/check_prctl.c > Looks good to me. Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah