• Andrew Morton's avatar
    [PATCH] slab poison checking fix · 5a3446d8
    Andrew Morton authored
    Spotted by Andries Brouwer.  There's one place where slab is calling
    check_poison_obj() but not reporting on any detected failure.
    
    We used to go BUG() in there.  Convert it over to the kinder, gentler
    slab_error() regime.
    5a3446d8
slab.c 60.9 KB