• F
    lockdep: continue lock debugging despite some taints · 574bbe78
    Frederic Weisbecker 提交于
    Impact: broaden lockdep checks
    
    Lockdep is disabled after any kernel taints. This might be convenient
    to ignore bad locking issues which sources come from outside the kernel
    tree. Nevertheless, it might be a frustrating experience for the
    staging developers or those who experience a warning but are focused
    on another things that require lockdep.
    
    The v2 of this patch simply don't disable anymore lockdep in case
    of TAINT_CRAP and TAINT_WARN events.
    Signed-off-by: NFrederic Weisbecker <fweisbec@gmail.com>
    Cc: LTP <ltp-list@lists.sourceforge.net>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Greg KH <gregkh@suse.de>
    LKML-Reference: <1239412638-6739-2-git-send-email-fweisbec@gmail.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    574bbe78
panic.c 8.7 KB