v3 2026-07-31

vmalloc nr_pages改为unsigned long · v3

vm_struct::nr_pages 改为 unsigned long,避免 nr_pages«PAGE_SHIFT 32 位溢出导致 vread_iter 读出零数据。

原始补丁链接