Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752396Ab3JKENM (ORCPT ); Fri, 11 Oct 2013 00:13:12 -0400 Received: from mail-pb0-f43.google.com ([209.85.160.43]:42382 "EHLO mail-pb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750942Ab3JKENJ (ORCPT ); Fri, 11 Oct 2013 00:13:09 -0400 Date: Thu, 10 Oct 2013 21:13:14 -0700 From: Kent Overstreet To: Mike Snitzer Cc: axboe@kernel.dk, linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, dm-devel@redhat.com, linux-fsdevel@vger.kernel.org, Alasdair Kergon Subject: Re: [PATCH 16/22] dm: Refactor for new bio cloning/splitting Message-ID: <20131011041314.GB28572@kmo> References: <1375912471-5106-1-git-send-email-kmo@daterainc.com> <1375912471-5106-17-git-send-email-kmo@daterainc.com> <20130928045909.GA19745@redhat.com> <20131003031738.GA27418@kmo-pixel> <20131003032320.GA15322@redhat.com> <20131003214525.GA12183@kmo-pixel> <20131003225009.GA24173@redhat.com> <20131004170732.GA30728@redhat.com> <20131007001410.GA14264@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131007001410.GA14264@redhat.com> 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 Content-Length: 2186 Lines: 42 On Sun, Oct 06, 2013 at 08:14:10PM -0400, Mike Snitzer wrote: > On Fri, Oct 04 2013 at 1:07pm -0400, > Mike Snitzer wrote: > > > With your latest fix I was able to create a thin device and format with > > XFS. Unfortunately, when I tried to run the thinp-test-suite the very > > first BasicTests test (test_dd_benchmark) fails -- need to look closer > > but it would seem to me the thinp saved bio_endio path isn't happy. We > > likely need an appropriately placed atomic_inc(&bio->bi_remaining); like > > you did in dm-cache-target.c > > > > ------------[ cut here ]------------ > > kernel BUG at fs/bio.c:1722! > ... > > Call Trace: > > [] process_prepared_mapping+0x79/0x150 [dm_thin_pool] > > [] process_prepared+0x87/0xa0 [dm_thin_pool] > > [] do_worker+0x33/0x60 [dm_thin_pool] > > [] process_one_work+0x182/0x3b0 > > [] worker_thread+0x120/0x3a0 > > [] ? manage_workers+0x160/0x160 > > [] kthread+0xce/0xe0 > > [] ? kthread_freezable_should_stop+0x70/0x70 > > [] ret_from_fork+0x7c/0xb0 > > [] ? kthread_freezable_should_stop+0x70/0x70 > > Code: 1f 84 00 00 00 00 00 48 8b 57 10 83 e2 01 0f 44 f1 eb cd 0f 1f 40 00 48 8b 7f 50 48 85 ff 74 dd 8b 57 44 48 8d 47 44 85 d2 7f ac <0f> 0b eb fe 0f 1f 84 00 00 00 00 00 55 48 89 e5 66 66 66 66 90 > > RIP [] bio_endio+0x74/0x80 > > RSP > > ---[ end trace acb5a7d638591b7b ]--- > > Please fold this fix into your for-jens branch, thanks. (Could be that > by the time Jens takes your immutable biovec changes we'll need to > rebase but at least it won't slip through the cracks). Thanks! I knew that bio chaining patch was going to cause a few issues like this, but it seems to useful to pass up. Anything else come up/any comments? -- 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/