From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753103AbdBNOvK (ORCPT ); Tue, 14 Feb 2017 09:51:10 -0500 Received: from verein.lst.de ([213.95.11.211]:50749 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751376AbdBNOvD (ORCPT ); Tue, 14 Feb 2017 09:51:03 -0500 Date: Tue, 14 Feb 2017 15:51:01 +0100 From: "hch@lst.de" To: Dexuan Cui Cc: "hch@lst.de" , Jens Axboe , Bart Van Assche , "hare@suse.com" , "hare@suse.de" , "Martin K. Petersen" , "linux-kernel@vger.kernel.org" , "linux-block@vger.kernel.org" , "jth@kernel.org" , Nick Meier , "Alex Ng (LIS)" , Long Li , "Adrian Suhov (Cloudbase Solutions SRL)" , "Chris Valean (Cloudbase Solutions SRL)" Subject: Re: Boot regression (was "Re: [PATCH] genhd: Do not hold event lock when scheduling workqueue elements") Message-ID: <20170214145101.GA21427@lst.de> References: <20170208180314.GA17838@lst.de> <20170209130800.GA12057@lst.de> <20170214134736.GA19620@lst.de> <20170214142837.GB20706@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 14, 2017 at 02:46:41PM +0000, Dexuan Cui wrote: > > From: hch@lst.de [mailto:hch@lst.de] > > Sent: Tuesday, February 14, 2017 22:29 > > To: Dexuan Cui > > Subject: Re: Boot regression (was "Re: [PATCH] genhd: Do not hold event lock > > when scheduling workqueue elements") > > > > Ok, thanks for testing. Can you try the patch below? It fixes a > > clear problem which was partially papered over before the commit > > you bisected to, although it can't explain why blk-mq still works. > > Still bad luck. :-( > > BTW, I'm using the first "bad" commit (scsi: allocate scsi_cmnd structures as > part of struct request) + the 2 patches you provided today. > > I suppose I don't need to test the 2 patches on the latest linux-next repo. I'd love a test on that repo actually. We had a few other for sense handling since then I think.