Re: [PATCH v3] lib/spinlock_debug.c: prevent an infinite recursive cycle in spin_dump()

2016-01-26 Thread Byungchul Park
A better solution struck me now. Please hold on a minute. Sorry for sending many spam-email-like stuffs. :(

[PATCH v3] lib/spinlock_debug.c: prevent an infinite recursive cycle in spin_dump()

2016-01-26 Thread Byungchul Park
"deadlock" with "infinite recursive cycle", since it is not an actual deadlock. thanks, byungchul -8<- >From 92c84ea45ac18010804aa09eeb9e03f797a4b2b0 Mon Sep 17 00:00:00 2001 From: Byungchul Park Date: Wed, 27 Jan 2016 13:33:24 +0900 Subject: [PATCH v3] lib/sp