On 08/01/2025 07:57, Qi Zheng wrote:
Convert __tlb_remove_table() to use struct ptdesc, which will help to move pagetable_dtor() to __tlb_remove_table(). And page tables shouldn't have swap cache, so use pagetable_free() instead of free_page_and_swap_cache() to free page table pages. Signed-off-by: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx>
Definitely a good idea to have split patch 11 from v4. Reviewed-by: Kevin Brodsky <kevin.brodsky@xxxxxxx> - Kevin