On Tue, Dec 03, 2024 at 06:05:08PM +0000, Lorenzo Stoakes wrote: > Now we have moved mmap_region() internals to mm/vma.c, making it available > to userland testing, it makes sense to do the same with brk(). > > This continues the pattern of VMA heavy lifting being done in mm/vma.c in > an environment where it can be subject to straightforward unit and > regression testing, with other VMA-adjacent files becoming wrappers around > this functionality. > > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Hi Andrew, Could you apply the below fix-patch? It seems we have another one of those thorny header dependency things going on here. Thanks, Lorenzo ----8<----