Fix scheduler locking hierarchy

This commit is contained in:
2026-01-22 15:59:29 +01:00
parent fea0999726
commit c26fd3cb2b
6 changed files with 81 additions and 68 deletions

6
kernel/proc/locks.txt Normal file
View File

@@ -0,0 +1,6 @@
Lock hierarchy for process scheduling:
1. proc_tree_lock
2. cpu->lock
3. proc->lock
4. sq->lock