From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754361AbbDIU1m (ORCPT ); Thu, 9 Apr 2015 16:27:42 -0400 Received: from imap.thunk.org ([74.207.234.97]:59638 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754182AbbDIU1j (ORCPT ); Thu, 9 Apr 2015 16:27:39 -0400 Date: Thu, 9 Apr 2015 16:27:36 -0400 From: "Theodore Ts'o" To: Sasha Levin Cc: adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, LKML Subject: Re: ext4: WARNING: CPU: 10 PID: 23340 at fs/block_dev.c Message-ID: <20150409202736.GA13705@thunk.org> Mail-Followup-To: Theodore Ts'o , Sasha Levin , adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, LKML References: <55268959.6040507@oracle.com> <20150409151736.GA31268@thunk.org> <55269891.3050709@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55269891.3050709@oracle.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 09, 2015 at 11:19:45AM -0400, Sasha Levin wrote: > > Nope, I just got new servers to play with and decided to try xfstests. > > I can try bisection if it doesn't sound familiar, but since it's metal > servers it'll take a while. It's in the "dangerous" group, which may very well mean that it's known to cause systems to crash. In general I tend to run either "check -g quick" as a smoke test, or "check -g auto" with a variety of different ext4 configurations. The former takes about 30 minuts, and the latter (given my current list of test configs) takes a bit under 24 hours. I tried manually running generic/019, and even though I have CONFIG_FAIL_MAKE_REQUEST defined, /sys/kernel/debug/fail_make_request isn't present, and so the test complains that I haven't compiled it into my kernel --- even though /proc/config.gz confirms that it is enabled. Is there anything special I have to do to get generic/019 to run? Thanks, - Ted P.S. I have provided for ext4 developers are preconfigured kvm test image that makes it very easy to do tests without needing to use bare metal; let me know if you're interested in getting a quick start to our setup.