On 2024/9/19 15:22, Benjamin Berg wrote: > On Thu, 2024-09-19 at 08:54 +0200, Johannes Berg wrote: >> On Wed, 2024-09-18 at 14:17 +0800, Tiwei Bie wrote: >>> The highmem support has been removed by commit a98a6d864d3b ("um: >>> Remove broken highmem support"). The 2-level page table is >>> sufficient >>> on UML/i386 now. Remove the 3-level page table support on UML/i386 >>> which is still marked as experimental. >>> >> >> No real objection, but with the 4-level page table work on 64-bit >> pending as well (which likely conflicts), I wonder if we should just >> remove 3-level *entirely*?
Fine with me in either way. Keeping only one page table implementation on UML/x86_64 may require smaller maintenance effort. > > Fine with me. There is only the tiny advantage of saving a few pages of > memory for each process. I just erred on the side of keeping it in case > anyone is cares to the option … > > I'll resubmit the patchset without 3-level support then, possibly on > top of this patch. Thanks! :) Regards, Tiwei > On the assumption that no one actually cares about > 3-level page tables on x86_64. > > Benjamin