Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753354Ab0LGSQ2 (ORCPT ); Tue, 7 Dec 2010 13:16:28 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:31501 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752298Ab0LGSQ0 (ORCPT ); Tue, 7 Dec 2010 13:16:26 -0500 Content-Type: text/plain; charset=UTF-8 From: Chris Mason To: Jon Nelson Cc: Matt , Mike Snitzer , Milan Broz , Andi Kleen , linux-btrfs , dm-devel , Linux Kernel , htd , htejun , linux-ext4 Subject: Re: hunt for 2.6.37 dm-crypt+ext4 corruption? (was: Re: dm-crypt barrier support is effective) In-reply-to: References: <20101201165229.GC13415@redhat.com> <4CF692D1.1010906@redhat.com> <4CF6B3E8.2000406@redhat.com> <20101201212310.GA15648@redhat.com> <20101204193828.GB13871@redhat.com> <20101207142145.GA27861@think> Date: Tue, 07 Dec 2010 13:15:14 -0500 Message-Id: <1291745630-sup-878@think> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2092 Lines: 61 Excerpts from Jon Nelson's message of 2010-12-07 13:10:49 -0500: > I finally found some time to test this out. With 2.6.37-rc4 (openSUSE > KOTD kernel) I easily encounter the issue. > > Using a virtual machine, I created a stock, minimal openSUSE 11.3 x86_64 > install, installed all updates, installed postgresql and the 'KOTD' > (Kernel of the Day) > kernel, and ran the following tests (as postgres user because I'm > lazy). > > 1. create a database (from bash): > > createdb test > > 2. place the following contents in a file (I used 't.sql'): > > begin; > create temporary table foo as select x as a, ARRAY[x] as b FROM > generate_series(1, 10000000 ) AS x; > create index foo_a_idx on foo (a); > create index foo_b_idx on foo USING GIN (b); > rollback; > > 3. execute that sql: > > psql -f t.sql --echo-all test > > > With 2.6.34.7 I can re-run [3] all day long, as many times as I want, > without issue. > > With 2.6.37-rc4-13 (the currently-installed KOTD kernel) if tails > pretty frequently. > > Then I tested with the 'vanilla' kernel available here: > > http://download.opensuse.org/repositories/Kernel:/vanilla/standard/ > > The 'vanilla' kernel exhibited the same problems. > The version I tested: 2.6.37-rc4-219-g771f8bc-vanilla. > > Incidentally, quick tests of jfs, xfs, and ext3 do _not_ show the same > problems, although I will note that I usually saw failure at least 1 > in 3, but sometimes had to re-run the sql test 4 or 5 times before I > saw failure. > > I will continue to do some testing, but I will hold off on testing the > commits above until I receive further testing suggestions. > Sorry if you already detailed this in another message, could you please give information about how it fails? Please include any kernel messages (or point me at the past messages where you had them). thanks Chris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/