• Nick Piggin's avatar
    sched: improve preempt debugging · 7317d7b8
    Nick Piggin authored
    This patch helped me out with a problem I recently had....
    
    Basically, when the kernel lock is held, then preempt_count underflow does not
    get detected until it is released which may be a long time (and arbitrarily,
    eg at different points it may be rescheduled). If the bkl is released at
    schedule, the resulting output is actually fairly cryptic...
    
    With any other lock that elevates preempt_count, it is illegal to schedule
    under it (which would get found pretty quickly). bkl allows scheduling with
    preempt_count elevated, which makes underflows hard to debug.
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    7317d7b8
sched.c 222 KB