-
page_alloc: PageAllocImpl::alloc() 分配后清零页面 回收帧含上次使用时的垃圾 PTE 数据,restore()→release() 将 垃圾误判为有效页表项递归释放 → recycled Vec 爆炸增长 → OOM
-
process: ld.so 加载改用 read_at 替代 read_all read_all → file_page_load 在 PAGE_CACHE UPIntrFreeCell 死锁 sys_exec 已有此 workaround,process::exec/new 遗漏