X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Frtmutex-debug.c;h=16502d3a71c8af4f726eb8ea3e5f9ea6e6e943c5;hb=0d21b0e3477395e7ff2acc269f15df6e6a8d356d;hp=8eafd1bd273ed43dd3b4f35898241530e851e719;hpb=9785dbdf265ddc47d5c88267d89a97648c0dc14b;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/rtmutex-debug.c b/kernel/rtmutex-debug.c index 8eafd1bd273e..16502d3a71c8 100644 --- a/kernel/rtmutex-debug.c +++ b/kernel/rtmutex-debug.c @@ -101,6 +101,7 @@ void debug_rt_mutex_print_deadlock(struct rt_mutex_waiter *waiter) printk("\n============================================\n"); printk( "[ BUG: circular locking deadlock detected! ]\n"); + printk("%s\n", print_tainted()); printk( "--------------------------------------------\n"); printk("%s/%d is deadlocking current task %s/%d\n\n", task->comm, task_pid_nr(task),