> > > > I will send patches to individual subsystems using the huge_zero_folio > > once this gets upstreamed. > > > > Looking forward to some feedback. > > Please run scripts/checkpatch.pl on your patches. > > There are quite some warning for patch #2 and #3, in particular, around > using spaces vs. tabs. Ah, you are right. I usually run it as a post-commit hook but I forgot to add it when I changed my workflow. Thanks for pointing it out. I also got a unused variable warning for huge_zero_static_fail_count as we don't use it when CONFIG_STATIC_HUGE_ZERO_FOLIO is disabled. I will change them in the new version. -- Pankaj