• Andrew Morton's avatar
    [PATCH] numa api: fix end of memory handling in mbind · e1e71f9b
    Andrew Morton authored
    From: Andi Kleen <ak@suse.de>
    
    This fixes a user triggerable crash in mbind() in NUMA API.  It would oops
    when running into the end of memory.  Actually not really oops, because a
    oops with the mm sem hold for writing always deadlocks.
    e1e71f9b
mempolicy.c 25.6 KB