On 15/01/2018 11:21, David Hildenbrand wrote: >> Commit message isn't quite right. After this patch it's possible to >> use malloc and memalign, based on the early-ops, but alloc_pages() >> requires the freelist to be initialized first by free_pages(), done >> by setup_vm(). > > That's interesting, as I am using alloc_pages() during setup_vm() I > haven't noticed it. You're using it during setup_mmu, not setup_vm. Paolo