Commit fbfbfa6
committed
ci: add LMS sim feature combinations to test matrix
Cover sig-lms across the same swap/validate/multiimage/ram-load/
direct-xip/downgrade-prevention/hw-rollback-protection axes the
sig-ecdsa-psa mbedtls-v4 rows do, minus encryption — LMS+enc isn't
wired anywhere yet (see plan-lms.md). sig-lms auto-routes to the
mbedtls 4.x PSA build path via add_mbedtls_v4_psa_lms() in
build.rs, so no separate mbedtls-v4 feature is needed on these
rows.
Also extend sim_run.sh's --test-threads=1 guard to match lms and
mbedtls-v4. PSA's global state is only thread-safe with
MBEDTLS_THREADING_C, which our v4 configs don't enable; LMS
verification sits on psa_hash_* and inherits the constraint
regardless of feature label, and the simulator's external-RNG
stub uses libc rand() which is not thread-safe either.
Assisted-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: David Brown <david.brown@linaro.org>1 parent 2ce28aa commit fbfbfa6
2 files changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
71 | 80 | | |
72 | 81 | | |
73 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | | - | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
0 commit comments