Re: [PATCH linux-evl v2 0/2] Add RISC-V support to EVL
Tobias Schaffner <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
Hi Florian, On 3/27/26 09:56, Florian Bezdeka wrote: > On Fri, 2026-03-20 at 23:31 +0100, Tobias Schaffner wrote: >> Hi all! >> >> Some additional notes on this patch set: >> >> This has been tested together with the underlying v5 version of the >> RISC-V Dovetail patches in QEMU, as well as on the StarFive VisionFive 2 >> board. > > All the relevant debug options (PROVE_LOCKING and friends) were enabled? > No fallouts during the load tests? Sorry that I missed to answer this. I am running tests with these debug options and hope that I did not miss any friend: CONFIG_BUG_ON_DATA_CORRUPTION=y CONFIG_DEBUG_ATOMIC_SLEEP=y CONFIG_DEBUG_LIST=y CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_DEBUG_VM=y CONFIG_DYNAMIC_FTRACE=y CONFIG_EVL_DEBUG=y CONFIG_EVL_DEBUG_CORE=y CONFIG_FTRACE=y CONFIG_FUNCTION_TRACER=y CONFIG_PROVE_LOCKING=y CONFIG_STACKTRACE=y The CI runs without stress applied but I also have no fallouts in my local tests with different stress-ng background loads. Best, Tobias >> >> These tests were done in my home lab, but I plan to integrate one of my >> boards into the Xenomai-images lab next week. > > Looking forward to that. If we can't run tests on that platform it's > close to impossible to guarantee that this arch keeps working as > expected. > > > Best regards, > Florian