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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 AE1C7C6778F for ; Fri, 27 Jul 2018 21:05:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 670F720842 for ; Fri, 27 Jul 2018 21:05:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 670F720842 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389681AbeG0W3b (ORCPT ); Fri, 27 Jul 2018 18:29:31 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:60366 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389520AbeG0W3b (ORCPT ); Fri, 27 Jul 2018 18:29:31 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 24CAB8315E; Fri, 27 Jul 2018 21:05:52 +0000 (UTC) Received: from [10.10.122.103] (ovpn-122-103.rdu2.redhat.com [10.10.122.103]) by smtp.corp.redhat.com (Postfix) with ESMTP id EDD5A2026D6D; Fri, 27 Jul 2018 21:05:49 +0000 (UTC) Subject: Re: [PATCH 18/26] target/iscsi: Allocate session IDs from an IDA To: Matthew Wilcox References: <20180621212835.5636-1-willy@infradead.org> <20180621212835.5636-19-willy@infradead.org> <5B59FB56.9090901@redhat.com> <5B5A014D.9060901@redhat.com> <20180727193814.GB3825@bombadil.infradead.org> Cc: linux-kernel@vger.kernel.org, "Nicholas A. Bellinger" , Bart Van Assche , Hannes Reinecke , Kees Cook , Varun Prakash , Sagi Grimberg , Philippe Ombredanne , Greg Kroah-Hartman , Kate Stewart , Thomas Gleixner , "David S. Miller" , Denys Vlasenko , linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, "Martin K. Petersen" From: Mike Christie Message-ID: <5B5B892D.1000305@redhat.com> Date: Fri, 27 Jul 2018 16:05:49 -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: <20180727193814.GB3825@bombadil.infradead.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Fri, 27 Jul 2018 21:05:52 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Fri, 27 Jul 2018 21:05:52 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'mchristi@redhat.com' RCPT:'' Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/27/2018 02:38 PM, Matthew Wilcox wrote: > On Thu, Jul 26, 2018 at 12:13:49PM -0500, Mike Christie wrote: >> If we want to fix the bug first, then I made the attached patch and I >> can submit it. > > How about I take it through my tree to minimise the amount of rebasing > I'll need to do? I'm already dependent on the nvdimm tree and I'd rather > not depend on the scsi tree as well. I'll queue it up in front of my > IDA change to maximise its backportability. Ccing Martin, because he has been handling target patches. The above plan sounds ok to me. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Christie Date: Fri, 27 Jul 2018 21:05:49 +0000 Subject: Re: [PATCH 18/26] target/iscsi: Allocate session IDs from an IDA Message-Id: <5B5B892D.1000305@redhat.com> List-Id: References: <20180621212835.5636-1-willy@infradead.org> <20180621212835.5636-19-willy@infradead.org> <5B59FB56.9090901@redhat.com> <5B5A014D.9060901@redhat.com> <20180727193814.GB3825@bombadil.infradead.org> In-Reply-To: <20180727193814.GB3825@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Matthew Wilcox Cc: linux-kernel@vger.kernel.org, "Nicholas A. Bellinger" , Bart Van Assche , Hannes Reinecke , Kees Cook , Varun Prakash , Sagi Grimberg , Philippe Ombredanne , Greg Kroah-Hartman , Kate Stewart , Thomas Gleixner , "David S. Miller" , Denys Vlasenko , linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, "Martin K. Petersen" On 07/27/2018 02:38 PM, Matthew Wilcox wrote: > On Thu, Jul 26, 2018 at 12:13:49PM -0500, Mike Christie wrote: >> If we want to fix the bug first, then I made the attached patch and I >> can submit it. > > How about I take it through my tree to minimise the amount of rebasing > I'll need to do? I'm already dependent on the nvdimm tree and I'd rather > not depend on the scsi tree as well. I'll queue it up in front of my > IDA change to maximise its backportability. Ccing Martin, because he has been handling target patches. The above plan sounds ok to me.