]> www.infradead.org Git - users/dwmw2/linux.git/commit
kselftest/arm64: Fix redundancy of a testcase
authorDev Jain <dev.jain@arm.com>
Wed, 5 Jun 2024 11:54:48 +0000 (17:24 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 12 Jun 2024 15:00:27 +0000 (16:00 +0100)
commit031d1f20d5db496a4fc980a59a7c6de83b8a5a76
tree5d429f41da7f1131acd5701460f3adf4146c5294
parentd5859510d35d8e7d63fed5169f1775317f40fb03
kselftest/arm64: Fix redundancy of a testcase

Currently, we are writing the same value as we read into the TLS
register, hence we cannot confirm update of the register, making the
testcase "verify_tpidr_one" redundant. Fix this.

Signed-off-by: Dev Jain <dev.jain@arm.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20240605115448.640717-1-dev.jain@arm.com
[catalin.marinas@arm.com: remove the increment style change]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/abi/ptrace.c