评审中
🛡️ 稳定性修复
最新 v1 · 更新于 2026-08-10
修复 gup_test 长 pin 停止竞态
提交者:未知 · 首次出现 2026-08-10
gup_test_release() 在调用 pin_longterm_test_stop() 时未持有 pin_longterm_test_mutex,可与 STOP ioctl 并发破坏 pages 数组甚至双重释放;需加锁保护。
gup_test_release() 在调用 pin_longterm_test_stop() 时未持有 pin_longterm_test_mutex,可与 STOP ioctl 并发破坏 pages 数组甚至双重释放;需加锁保护。