From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936435Ab3DRR1i (ORCPT ); Thu, 18 Apr 2013 13:27:38 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:64504 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935970Ab3DRR1g (ORCPT ); Thu, 18 Apr 2013 13:27:36 -0400 Date: Thu, 18 Apr 2013 10:27:32 -0700 From: Tejun Heo To: Linus Torvalds Cc: Jens Axboe , Wanlong Gao , Steven Rostedt , Namhyung Kim , Alasdair G Kergon , "dm-devel@redhat.com" , Neil Brown , LKML Subject: Re: [BUG REPORT] Kernel panic on 3.9.0-rc7-4-gbb33db7 Message-ID: <20130418172732.GB9897@mtj.dyndns.org> References: <516E5EF8.9090507@cn.fujitsu.com> <1366209997.8817.12.camel@pippen.local.home> <20130418123738.GV4816@kernel.dk> <516FED09.1040008@cn.fujitsu.com> <20130418133546.GX4816@kernel.dk> <516FFFAC.8040103@cn.fujitsu.com> <20130418143014.GZ4816@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thu, Apr 18, 2013 at 09:08:34AM -0700, Linus Torvalds wrote: > On Thu, Apr 18, 2013 at 7:30 AM, Jens Axboe wrote: > > > > Could you capture the full dump? I'd like to see what rcx was, and that > > seems to have scrolled off. > > You don't need it. The %cr2 value shows the address of the bad access, > and it's 0x00000001. If I'm not mistaken, it seems like we have a bio which has 1 as its ->bi_bdev. Ummm.... no idea whatsoever how that can happen tho right now. Looking into it. Thanks. -- tejun