Page MenuHomeFreeBSD

arm64: Add arm64 SVE tests
Needs ReviewPublic

Authored by andrew on Jan 4 2024, 12:33 PM.
Tags
None
Referenced Files
F86163739: D43311.diff
Sun, Jun 16, 9:23 AM
Unknown Object (File)
Mon, Jun 10, 2:48 AM
Unknown Object (File)
Fri, May 17, 6:08 PM
Unknown Object (File)
May 11 2024, 1:17 AM
Unknown Object (File)
May 9 2024, 10:39 PM
Unknown Object (File)
May 8 2024, 8:30 AM
Unknown Object (File)
Mar 30 2024, 6:50 AM
Unknown Object (File)
Mar 23 2024, 11:54 PM
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