From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754658AbaIPCmS (ORCPT ); Mon, 15 Sep 2014 22:42:18 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:53556 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752379AbaIPCmQ (ORCPT ); Mon, 15 Sep 2014 22:42:16 -0400 Subject: Re: [PATCH v3 16/17] arcmsr: support new adapter ARC12x4 series From: Ching Huang To: Christoph Hellwig Cc: Tomas Henzl , jbottomley@parallels.com, dan.carpenter@oracle.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20140915170519.GB31009@infradead.org> References: <1408433122.4748.73.camel@Centos6.3-64> <53FDE490.1070201@redhat.com> <1409240809.4762.259.camel@Centos6.3-64> <53FF2544.8020601@redhat.com> <20140909163057.GA25745@infradead.org> <541020CB.8010302@redhat.com> <5416E858.7010709@redhat.com> <20140915170519.GB31009@infradead.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 16 Sep 2014 10:42:08 +0800 Message-ID: <1410835328.4782.9.camel@Centos6.3-64> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-24.el6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2014-09-15 at 10:05 -0700, Christoph Hellwig wrote: > On Mon, Sep 15, 2014 at 03:23:36PM +0200, Tomas Henzl wrote: > > Christoph, > > > > you may add my 'reviewed-by' to the arcmsr series > > http://git.infradead.org/users/hch/scsi-queue.git/tree/arcmsr-for-3.18:/drivers/scsi/arcmsr > > with the '[PATCH v5 2/2] arcmsr: simplify of updating doneq_index and postq_index' > > ( https://lkml.org/lkml/2014/9/15/177 ) on top of the series > > that last patch fixes the 16/17 from your git. > > I hope the series is an iteration in the right direction. > > Skip the the '[PATCH v4 1/2] arcmsr: simplify ioctl data read/write', Ching will repost it later. > > Thanks a lot Tomas for all the review, and thanks Ching for the patches > and updates. I'll merge the branch and the additional patch today. > Christoph, The [PATCH v5 2/2] was depend on [PATCH v4 1/2]. If you skip patch 1/2, then patch 2/2 may cause line number mismatch. How should I do? Please advise.