From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753186AbaIXOd0 (ORCPT ); Wed, 24 Sep 2014 10:33:26 -0400 Received: from mail-qg0-f42.google.com ([209.85.192.42]:52876 "EHLO mail-qg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751898AbaIXOdY (ORCPT ); Wed, 24 Sep 2014 10:33:24 -0400 Date: Wed, 24 Sep 2014 10:33:20 -0400 From: Tejun Heo To: Jens Axboe Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH block/for-3.17-fixes/core] blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe Message-ID: <20140924143320.GG16555@htj.dyndns.org> References: <20140923055554.GA10189@lst.de> <20140923055648.GD11740@mtj.dyndns.org> <20140923055924.GA10295@lst.de> <20140923060141.GF11740@mtj.dyndns.org> <20140923060906.GA10547@lst.de> <20140923061152.GI11740@mtj.dyndns.org> <5421968B.7080309@kernel.dk> <20140923192432.GA24441@mtj.dyndns.org> <20140924082348.GB8894@lst.de> <5422D589.5070009@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5422D589.5070009@kernel.dk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 24, 2014 at 08:30:33AM -0600, Jens Axboe wrote: > On 09/24/2014 02:23 AM, Christoph Hellwig wrote: > > Thanks, this fixes the boot stall for me. > > > > Tested-by: Christoph Hellwig > > Sweet, I'll shove this off today, so we are done for 3.17 release. Cool, once it hits the block branch, I'll pull it into percpu/for-3.18 and apply the patches for proper fix on top. Thanks. -- tejun