From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: fs/dcache.c - BUG: soft lockup - CPU#5 stuck for 22s! [systemd-udevd:1667] Date: Thu, 29 May 2014 04:52:33 +0100 Message-ID: <20140529035233.GF18016@ZenIV.linux.org.uk> References: <20140527031415.GS18016@ZenIV.linux.org.uk> <20140527040026.GT18016@ZenIV.linux.org.uk> <20140527070409.GA1801@lahna.fi.intel.com> <20140528031955.GW18016@ZenIV.linux.org.uk> <20140528073751.GB1757@lahna.fi.intel.com> <20140528115701.GY18016@ZenIV.linux.org.uk> <20140528131136.GA1643@lahna.fi.intel.com> <20140528141937.GZ18016@ZenIV.linux.org.uk> <20140528183954.GA18016@ZenIV.linux.org.uk> <20140529031149.GE18016@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Linux Kernel Mailing List , Miklos Szeredi , linux-fsdevel To: Mika Westerberg Return-path: Content-Disposition: inline In-Reply-To: <20140529031149.GE18016@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, May 29, 2014 at 04:11:49AM +0100, Al Viro wrote: > On Wed, May 28, 2014 at 07:39:54PM +0100, Al Viro wrote: > > > OK, the warnings about averting your eyes very much apply; the thing below > > definitely needs more massage before it becomes acceptable (and no, it's > > not a single commit; I'm not that insane), but it changes behaviour in the > > way described above. Could you check if the livelock persists with it? > > No trace-generating code in there, so the logs should be compact enough... > > Here's an updated patch, hopefully slightly less vomit-inducing. Should > give the same behaviour as the previous one... Again, it's a cumulative > diff - I'm still massaging the splitup here. BTW, it still leaves the "proceed to parent" case in shrink_dentry_list(); in theory, it's also vulnerable to the same livelock. Can be dealt pretty much the same way; I'd rather leave that one for right after -final, though, if the already posted variant turns out to be sufficient...