On 8/4/25 05:13, Pankaj Raghav (Samsung) wrote: > Add a config option STATIC_HUGE_ZERO_FOLIO that will always allocate > the huge_zero_folio, and it will never drop the reference. "static" is a really odd naming choice for a dynamically allocated structure. It's one that's never freed, sure, but it's still dynamically allocated in the first place.