Page MenuHomeFreeBSD

arm64: Add arm64 SVE tests
Needs ReviewPublic

Authored by andrew on Jan 4 2024, 12:33 PM.
Tags
None
Referenced Files
F132518702: D43311.id132258.diff
Fri, Oct 17, 2:50 PM
F132504803: D43311.diff
Fri, Oct 17, 11:41 AM
Unknown Object (File)
Thu, Oct 16, 1:41 AM
Unknown Object (File)
Sep 16 2025, 6:18 AM
Unknown Object (File)
Sep 1 2025, 7:02 PM
Unknown Object (File)
Aug 31 2025, 5:04 PM
Unknown Object (File)
Aug 30 2025, 5:46 AM
Unknown Object (File)
Aug 15 2025, 3:48 AM
Subscribers

Details

Reviewers
kib
markj
Group Reviewers
arm64
Summary

Add the tests/sys/arch directory for architecture-specific tests and
use it to add arm64 SVE tests. These test the kernel is managing the
SVE state in a way we expect.

These tests require SVE hardware support to run so will skip when they
can't detect it.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55241
Build 52130: arc lint + arc unit

Event Timeline

So would you also need a getcontext/setcontext test with SVE state changing in between test too?

Needs an update to the appropriate mtree file