From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932096AbdERGzm (ORCPT ); Thu, 18 May 2017 02:55:42 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:51321 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752437AbdERGy4 (ORCPT ); Thu, 18 May 2017 02:54:56 -0400 Date: Wed, 17 May 2017 23:54:54 -0700 From: Christoph Hellwig To: Bart Van Assche Cc: "jejb@linux.vnet.ibm.com" , "linux-scsi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "longli@microsoft.com" , "martin.petersen@oracle.com" , "sthemmin@microsoft.com" , "kys@microsoft.com" Subject: Re: [PATCH] scsi: zero per-cmd driver data for each MQ I/O Message-ID: <20170518065454.GA25180@infradead.org> References: <1494892845.2567.14.camel@sandisk.com> <1495062317.2679.1.camel@sandisk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495062317.2679.1.camel@sandisk.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 17, 2017 at 11:05:18PM +0000, Bart Van Assche wrote: > Thank you for the feedback. I'm working on a patch series that merges the scsi-sq > and scsi-mq code paths for command initialization and that should fix the bug you > encountered. While that sounds great (I tried it a while ago but gave up due to priorities) I think we should merge this patch as-is and backport it to stable for now and rebase your series on top of it.