Re: [PATCH v2 5/6] x86: pgtable: convert to use tlb_remove_ptdesc()
Qi Zheng <[email protected]>
| Newsgroups | gmane.linux.ports.mips,gmane.linux.kernel.mm,gmane.linux.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.sh.devel,gmane.linux.uml.devel,gmane.linux.ports.riscv |
|---|---|
| Message-ID | <[email protected]> |
On 2/26/25 上午10:35, Andrew Morton wrote: > On Tue, 25 Feb 2025 11:45:55 +0800 Qi Zheng <[email protected]> wrote: > >> The x86 has already been converted to use struct ptdesc, so convert it to >> use tlb_remove_ptdesc() instead of tlb_remove_table(). >> > > This is dependent upon Rik's a37259732a7dc ("x86/mm: Make > MMU_GATHER_RCU_TABLE_FREE unconditional") from the x86 tree. I'll add Yes. > Rik's patch to mm-unstable also and shall figure it out during the > merge window. Thanks!