From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758944AbcAUIMc (ORCPT ); Thu, 21 Jan 2016 03:12:32 -0500 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:51046 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbcAUIM2 (ORCPT ); Thu, 21 Jan 2016 03:12:28 -0500 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: byungchul.park@lge.com X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Thu, 21 Jan 2016 17:12:11 +0900 From: Byungchul Park To: akpm@linux-foundation.org Cc: mingo@kernel.org, linux-kernel@vger.kernel.org, akinobu.mita@gmail.com, jack@suse.cz, torvalds@linux-foundation.org Subject: Re: [PATCH v2] lib/spinlock_debug.c: prevent an infinite recursive cycle in spin_dump() Message-ID: <20160121081211.GB5310@X58A-UD3R> References: <1453078692-15291-1-git-send-email-byungchul.park@lge.com> <20160119015356.GA9882@X58A-UD3R> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160119015356.GA9882@X58A-UD3R> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 19, 2016 at 10:53:56AM +0900, Byungchul Park wrote: > I missed the version change desciption when I sent this v2. This patch > worked for me. Please let me know if you have other opinions. > > Changes from v1 to v2 > - only change comment and commit message esp. replacing "deadlock" > with "infinite recursive cycle", since it is not an actual deadlock. I was careless. I think it should be fixed by another way, instead of the way this patch suggested. > > Thanks, > Byungchul