mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-09-20 23:31:43 +01:00
The spinlock tests deliberately use unconventional locking patterns to test edge cases. Disable thread safety analysis for them so that they don't generate false positives when the feature is enabled. Signed-off-by: Carlos López <carlos.lopezr4096@gmail.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20260909162322.29778-15-carlos.lopezr4096@gmail.com Signed-off-by: Anup Patel <anup@brainfault.org>