> >> On Tue 05-01-21 22:49:21, Liang Li wrote: > >>> hugetlb manages its page in hstate's free page list, not in buddy > >>> system, this patch try to make it works for hugetlbfs. It canbe > >>> used for memory overcommit in virtualization and hugetlb pre zero > >>> out. > >> > >> David has layed down some more fundamental questions in the reply to the > >> cover letter (btw. can you fix your scripts to send patches and make all > >> the patches to be in reply to the cover letter please?). But I would > > > > Do you mean attach the patches in the email for the cover letter ? > > You should be using "git format-patch --cover-letter . .." followed by > "git send-email ...", so the end result is a nicely structured thread. > I got it. Thanks! Liang