Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are several issues with riscv64 debug: - The QEMU hang can be solved disabling `DEBUG_WW_MUTEX_SLOWPATH` / `DEBUG_LOCK_ALLOC` / `LOCKDEP`. - kallsyms needing 5 passes or oscillating between 2 sizes (torvalds#502). Needs a deeper look. For the moment, let's exclude (riscv64, debug) from the matrix to avoid holding the sync since others are waiting. Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information