From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB904C2BA19 for ; Thu, 9 Apr 2020 19:31:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9656D2082D for ; Thu, 9 Apr 2020 19:31:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="cR721LIb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726718AbgDITbl (ORCPT ); Thu, 9 Apr 2020 15:31:41 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:37639 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726647AbgDITbl (ORCPT ); Thu, 9 Apr 2020 15:31:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586460701; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=flaM6tETBTRYGbY133UBzI1wawgUIMyYPEW/Dt3emeE=; b=cR721LIbaYgWHEIHfqPUeZ8krjVTR9ytbAVjOcgYfAw3LidzGdVMnxQkSAHFamOvkapix8 hHBPuyKMv1lSmV8BnJFgoVq1PeOoA9Yq9Y//xHP8VOJe6OqlKiJqCYGeeq2FONkuPntRs6 6wQYsuD+gepRkUwJq8PFskiyuWPRmO8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-248-xZDAj8DWOo2UcDOl8ynSxA-1; Thu, 09 Apr 2020 15:31:36 -0400 X-MC-Unique: xZDAj8DWOo2UcDOl8ynSxA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0DBE0DBA3; Thu, 9 Apr 2020 19:31:35 +0000 (UTC) Received: from [10.10.116.40] (ovpn-116-40.rdu2.redhat.com [10.10.116.40]) by smtp.corp.redhat.com (Postfix) with ESMTP id 89A6299E01; Thu, 9 Apr 2020 19:31:34 +0000 (UTC) Subject: Re: [PATCH 0/2] target: small fixes in pr To: Bodo Stroesser , linux-scsi@vger.kernel.org, target-devel@vger.kernel.org References: <20200408132610.14623-1-bstroesser@ts.fujitsu.com> Cc: martin.petersen@oracle.com From: Mike Christie Message-ID: <5E8F7816.4050103@redhat.com> Date: Thu, 9 Apr 2020 14:31:34 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20200408132610.14623-1-bstroesser@ts.fujitsu.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On 04/08/2020 08:26 AM, Bodo Stroesser wrote: > This small series is a resend of patches that already were > sent to target-devel only. > > The patches fix two issues in target core pr handling. > Patches look ok to me and fixes FC for me too. Reviewed-by: Mike Christie From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Christie Date: Thu, 09 Apr 2020 19:31:34 +0000 Subject: Re: [PATCH 0/2] target: small fixes in pr Message-Id: <5E8F7816.4050103@redhat.com> List-Id: References: <20200408132610.14623-1-bstroesser@ts.fujitsu.com> In-Reply-To: <20200408132610.14623-1-bstroesser@ts.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bodo Stroesser , linux-scsi@vger.kernel.org, target-devel@vger.kernel.org Cc: martin.petersen@oracle.com On 04/08/2020 08:26 AM, Bodo Stroesser wrote: > This small series is a resend of patches that already were > sent to target-devel only. > > The patches fix two issues in target core pr handling. > Patches look ok to me and fixes FC for me too. Reviewed-by: Mike Christie