From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: Re: dm + blk-mq soft lockup complaint Date: Thu, 15 Jan 2015 16:55:11 +0100 Message-ID: <54B7E2DF.5060409@sandisk.com> References: <20150112191138.GC21518@redhat.com> <20150112202113.GA23234@redhat.com> <54B50F9D.2040000@sandisk.com> <20150113141746.GA30411@redhat.com> <54B52B73.7040807@sandisk.com> <20150113162052.GA30837@redhat.com> <54B633DC.4090806@sandisk.com> <20150114185926.GB6012@redhat.com> <54B7764C.9000402@sandisk.com> <20150115154343.GA11859@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150115154343.GA11859@redhat.com> Sender: linux-scsi-owner@vger.kernel.org To: Mike Snitzer Cc: Keith Busch , Jens Axboe , Christoph Hellwig , device-mapper development , Jun'ichi Nomura , linux-scsi@vger.kernel.org List-Id: dm-devel.ids On 01/15/15 16:44, Mike Snitzer wrote: > How easily could you reproduce your SRP hang? Did it happen every run > or did it take multiple runs to see it? Hello Mike, This complaint was easy to trigger. It took less than one minute before the soft lockup complaint appeared. The system did not hang after that complaint appeared. Maybe this complaint means that a cond_resched() call was missing from a loop ? Bart.