From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weidong Wang Subject: Re: [PATCH 1/3] megaraid_sas: Convert dev_printk to dev_ Date: Wed, 28 Oct 2015 10:31:00 +0800 Message-ID: <56303364.3030701@huawei.com> References: <1445934375-17784-1-git-send-email-wangweidong1@huawei.com> <1445934375-17784-2-git-send-email-wangweidong1@huawei.com> <1445941550.16404.37.camel@suse.de> <6aed31d964ce36a682947820eee7cbc1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6aed31d964ce36a682947820eee7cbc1@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Kashyap Desai Cc: Johannes Thumshirn , Sumit Saxena , Uday Lingala , JBottomley@odin.com, "PDL,MEGARAIDLINUX" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On 2015/10/27 18:33, Kashyap Desai wrote: >>> + dev_dbg(&instance->pdev->dev, "Error copying out >>> cmd_status\n"); >>> error = -EFAULT; >>> } >>> >> >> Reviewed-by: Johannes Thumshirn > > We will consider all three patches for future submission. As of now we have > two patch set pending to be committed. > We are working for few more patch in megaraid_sas which will do clean up in > driver module + proper error handling of DCMD command timeout. It will cover > Patch posted with below subject - > > [PATCH 3/3] megaraid_sas: return -ENOMEM when create DMA pool for cmd frames > failed > Ok. And that, can you add Signed-off-by with me as well? Regards, Weidong > James - We will be resending these patch set on top of latest outstanding > megaraid_sas driver patch, so that we can avoid any conflict in commits. > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755300AbbJ1CbR (ORCPT ); Tue, 27 Oct 2015 22:31:17 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:17589 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754770AbbJ1CbP (ORCPT ); Tue, 27 Oct 2015 22:31:15 -0400 Message-ID: <56303364.3030701@huawei.com> Date: Wed, 28 Oct 2015 10:31:00 +0800 From: Weidong Wang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Kashyap Desai CC: Johannes Thumshirn , Sumit Saxena , Uday Lingala , , "PDL,MEGARAIDLINUX" , , Subject: Re: [PATCH 1/3] megaraid_sas: Convert dev_printk to dev_ References: <1445934375-17784-1-git-send-email-wangweidong1@huawei.com> <1445934375-17784-2-git-send-email-wangweidong1@huawei.com> <1445941550.16404.37.camel@suse.de> <6aed31d964ce36a682947820eee7cbc1@mail.gmail.com> In-Reply-To: <6aed31d964ce36a682947820eee7cbc1@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.21.100] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020204.5630336F.003B,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 03ebf53a1d1a344d7e4aefd9ea2e3c05 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/10/27 18:33, Kashyap Desai wrote: >>> + dev_dbg(&instance->pdev->dev, "Error copying out >>> cmd_status\n"); >>> error = -EFAULT; >>> } >>> >> >> Reviewed-by: Johannes Thumshirn > > We will consider all three patches for future submission. As of now we have > two patch set pending to be committed. > We are working for few more patch in megaraid_sas which will do clean up in > driver module + proper error handling of DCMD command timeout. It will cover > Patch posted with below subject - > > [PATCH 3/3] megaraid_sas: return -ENOMEM when create DMA pool for cmd frames > failed > Ok. And that, can you add Signed-off-by with me as well? Regards, Weidong > James - We will be resending these patch set on top of latest outstanding > megaraid_sas driver patch, so that we can avoid any conflict in commits. > >