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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A5F6C43334 for ; Wed, 29 Jun 2022 07:43:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232326AbiF2Hne (ORCPT ); Wed, 29 Jun 2022 03:43:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232042AbiF2Hnc (ORCPT ); Wed, 29 Jun 2022 03:43:32 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 272D02A413; Wed, 29 Jun 2022 00:43:31 -0700 (PDT) Received: from fraeml708-chm.china.huawei.com (unknown [172.18.147.200]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4LXtgT3zScz6H7fy; Wed, 29 Jun 2022 15:41:09 +0800 (CST) Received: from lhreml724-chm.china.huawei.com (10.201.108.75) by fraeml708-chm.china.huawei.com (10.206.15.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Wed, 29 Jun 2022 09:43:29 +0200 Received: from [10.195.245.77] (10.195.245.77) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Wed, 29 Jun 2022 08:43:28 +0100 Message-ID: <65e05dd1-8e92-5f6b-d68e-72987fcebf59@huawei.com> Date: Wed, 29 Jun 2022 08:43:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH v4 5/5] libata-scsi: Cap ata_device->max_sectors according to shost->max_sectors To: Damien Le Moal , Christoph Hellwig CC: , , , , , , , , , , , , References: <1656343521-62897-1-git-send-email-john.garry@huawei.com> <1656343521-62897-6-git-send-email-john.garry@huawei.com> <6619638c-52e8-cb67-c56c-9c9d38c18161@huawei.com> <38ae1cc8-1411-bb54-e082-0f7b91cb9e63@huawei.com> <20220629054027.GB16297@lst.de> From: John Garry In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.195.245.77] X-ClientProxiedBy: lhreml751-chm.china.huawei.com (10.201.108.201) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/06/2022 06:58, Damien Le Moal wrote: > On 6/29/22 14:40, Christoph Hellwig wrote: >> On Tue, Jun 28, 2022 at 12:33:58PM +0100, John Garry wrote: >>> Well Christoph originally offered to take this series via the dma-mapping >>> tree. >>> >>> @Christoph, is that still ok with you? If so, would you rather I send this >>> libata patch separately? >> >> The offer still stands, and I don't really care where the libata >> patch is routed. Just tell me what you prefer. Cheers. > > If it is 100% independent from the other patches, I can take it. > Otherwise, feel free to take it ! > I'll just keep the all together - it's easier in case I need to change anything. Thanks!