• Andrew Morton's avatar
    [PATCH] Fix and harden validate_mm · 127419b1
    Andrew Morton authored
    From: Andi Kleen <ak@muc.de>
    
    I was debugging some code that corrupted the vma rb lists and for that I
    fixed validate_mm to not be recursive and do some more checks.
    
    It's slower now, but that shouldn't be a problem.
    
    Also make it non static to allow easier checks elsewhere.
    127419b1
mmap.c 36.5 KB