[PATCH 2/2] kselftest/arm64: Add a test case for TPIDR2 restore
Mark Brown
broonie at kernel.org
Thu Jun 22 04:11:08 PDT 2023
On Wed, Jun 21, 2023 at 10:00:51PM +0100, Mark Brown wrote:
> +struct tdescr tde = {
> + .name = "TPIDR2 restore",
> + .descr = "Validate that TPIDR2 is restored from the sigframe",
> + .timeout = 3,
> + .sig_trig = SIGUSR1,
> + .init = save_tpidr2,
> + .run = modify_tpidr2,
> + .check_result = check_tpidr2,
> +};
This is missing a
.feats_required = FEAT_SME,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20230622/807ad706/attachment.sig>
More information about the linux-arm-kernel
mailing list