From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 3 Jun 2016 09:14:21 -0400 From: "J. Bruce Fields" To: Philipp Hahn Cc: linux-fsdevel@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: kernel BUG at linux-3.16.7-ckt25/fs/dcache.c:2373! Message-ID: <20160603131421.GA24548@fieldses.org> References: <574FE57F.7080209@univention.de> <20160602200201.GA15429@fieldses.org> <57514B1C.3080506@univention.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57514B1C.3080506@univention.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Fri, Jun 03, 2016 at 11:17:16AM +0200, Philipp Hahn wrote: > Hello, > > Am 02.06.2016 um 22:02 schrieb J. Bruce Fields: > > On Thu, Jun 02, 2016 at 09:51:27AM +0200, Philipp Hahn wrote: > >> probably during heavy IO our file server crashed on a BUG_ON in dache.c, > >> probably triggered by NFS: > >> > >>> ------------[ cut here ]------------ > >>> kernel BUG at /var/build/temp/tmp.BPql4ErveJ/pbuilder/linux-3.16.7-ckt25/fs/dcache.c:2373! > ... > >> Our kernel is 3.16.7-ckt25 from Debian + ckt26 and ckt27 on top. > > > > So this is the BUG_ON(!d_unhashed(..)) at the top of __d_rehash? I > > don't know the -ckt kernels, and I don't have a BUG at line 2373 of > > dcache.c, or something else? > > Yes, exactly that first line. Oh, from googling... it looks like that's what they're calling the Ubuntu kernels these days? It'd be best to have them triage this first. > > There have been a lot of changes in the area since 3.16.7. > > Too bad. > Any concrete hint or should I better spent my time convincing management > to install a newer Linux kernel? I don't know if a newer kernel's better, but if you were able to reproduce this frequently then experimenting with different kernel versions might be one way to work this out. I suppose 75a2352d0110960aeee1a28ddc09a55f97c99100 might in theory be a fix? Not a tall sure of that, though. --b. > > Anyway, thank you for the response. > > Philipp