Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752622Ab3EMDMB (ORCPT ); Sun, 12 May 2013 23:12:01 -0400 Received: from mail-oa0-f54.google.com ([209.85.219.54]:56663 "EHLO mail-oa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812Ab3EMDL7 (ORCPT ); Sun, 12 May 2013 23:11:59 -0400 MIME-Version: 1.0 In-Reply-To: <7032562.14371368411664268.JavaMail.weblogic@epml07> References: <7032562.14371368411664268.JavaMail.weblogic@epml07> Date: Sun, 12 May 2013 20:11:59 -0700 Message-ID: Subject: Re: Re: Re: EXT4 panic at jbd2_journal_put_journal_head() in 3.9+ From: Tony Luck To: eunb.song@samsung.com Cc: Dmitry Monakhov , "Theodore Ts'o" , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 22 On Sun, May 12, 2013 at 7:21 PM, EUNBONG SONG wrote: > Hi, my git bisect result is same yours. And i reported that to community yesterday. Ah. Good to have some confirmation (I was never sure how long to keep running before deciding that a test was "good". My slowest "bad" test took about 2.5 hours. I mostly let the tests run for >6 hours before deciding. I just confirmed that 3.10-rc1 still fails (30 minutes). Now running a test on 3.10-rc1 with just this commit reverted. Only been going for about 15 minutes, so no useful information yet. My best guess as to why this commit causes problems is that there are places where updates to individual fields in this structure used to be independent because they were to whole words. Now we have bitfileds there are races between access to different fields in the same word. -Tony -- 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/