From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCH v3 0/8] dm: add request-based blk-mq support Date: Wed, 24 Dec 2014 13:55:29 -0500 Message-ID: <20141224185529.GA13246@redhat.com> References: <54943714.2040704@acm.org> <20141219153801.GA8697@redhat.com> <20141219171438.GA6347@redhat.com> <5498389D.6070909@acm.org> <20141222184910.GB8054@redhat.com> <54999756.70303@acm.org> <1v2g6masssbu88ans1r6lres.1419354811001@email.android.com> <549AB979.4050302@acm.org> <20141224182143.GA12922@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20141224182143.GA12922@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Bart Van Assche Cc: Jens Axboe , Christoph Hellwig , Keith Busch , device-mapper development , Jun'ichi Nomura List-Id: dm-devel.ids On Wed, Dec 24 2014 at 1:21pm -0500, Mike Snitzer wrote: > This is odd considering blk-mq defaults to setting QUEUE_FLAG_IO_STAT, > so each request will have REQ_IO_STAT set. > > I'm not sure what would account for this NULL pointer (my code appears > to be slightly different than yours but AFAICT req->part is NULL in your > crash, which shouldn't ever happen if IO stats are enabled). > > Are you manually enabling/disabling IO stats via sysfs at all? Answering my own question: unlikely. Considering I was able to reproduce merely by creating an mpath device ontop of a blk-mq device (now that dm-mpath.c:__multipath_map sets rq->rq_disk). I'll try to get to the bottom of it (it still seems pretty weird to me).