Atish Patra
Atish Patra
Fixed in https://github.com/atishp04/riscv-linux/commit/fd1e893746c37b58cb276eadd7d9ba9466ea14aa We can close this issue now.
@michaeljclark . Do you mean sleeping thread in kernel or QEMU perspective? The cpu that is about to offline, disables all interrupt except software interrupt (SSIE is enabled) and calls...
I have a spare machine and I can leave it running for days. Can you please point me to the parallel benchmark that triggered rcu stalls? @michaeljclark
I got a OOM Out of memory: Kill process 32539 (ld) score 317 or sacrifice child Killed process 32539 (ld) total-vm:652140kB, anon-rss:648564kB, file-rss:56kB, shmem-rss:0kB oom_reaper: reaped process 32539 (ld), now...
@michaeljclark : The fix seems to work. GCC bootstrap went successfully without any rcu stalls. Let me know if you want me to run any other workload for verificaiton
@michaeljclark Just wanted to check if you need more testing or the patch can be merged.
This issue is no longer present after we got rid of local interrupt controller driver in 4.19. We can close this issue.
@gfavor Slightly different topic: Does the software need to parse the versioning scheme for ISA extensions i.e. svpbmt, Zicbom/z? As per the chapter 27.4 in unpriv ISA, ISA extensions can...
@pdonahue-ventana : Any thoughts on my question about the versioning scheme. I understand that standard extensions (single letter ones and ones starting with Z) will have version numbers scheme defined...
I saw that. As per the ratification policy, however, all the ISA extensions (Zxx, Ssxxx, Svxxx) are supposed to have only 1.0. There won't be any 2.0 version for any...