Re: [RFC 01/12] mm: add PUD THP ptdesc and rmap support

From: Matthew Wilcox

Date: Wed Feb 04 2026 - 23:18:17 EST


On Tue, Feb 03, 2026 at 02:07:25PM -0800, Usama Arif wrote:
> Ah I should have looked at your patches more! I started working by just using lru
> and was using list_add/list_del which was ofcourse corrupting the list and took me
> way more time than I would like to admit to debug what was going on! The diagrams
> in your 2nd link are really useful. I ended up drawing by hand those to debug
> the corruption issue. I will point to that link in the next series :)
>
> How about something like the below diff over this patch? (Not included the comment
> changes that I will make everywhere)

Why are you even talking about "the next series"? The approach is
wrong. You need to put this POC aside and solve the problems that
you've bypassed to create this POC.