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 16193E7D26A for ; Tue, 26 Sep 2023 08:58:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234017AbjIZI6m convert rfc822-to-8bit (ORCPT ); Tue, 26 Sep 2023 04:58:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233947AbjIZI6k (ORCPT ); Tue, 26 Sep 2023 04:58:40 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9571BDE for ; Tue, 26 Sep 2023 01:58:33 -0700 (PDT) Received: from lhrpeml500006.china.huawei.com (unknown [172.18.147.201]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4RvtrW4htvz6HJyh; Tue, 26 Sep 2023 16:56:11 +0800 (CST) Received: from lhrpeml500005.china.huawei.com (7.191.163.240) by lhrpeml500006.china.huawei.com (7.191.161.198) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Tue, 26 Sep 2023 09:58:30 +0100 Received: from lhrpeml500005.china.huawei.com ([7.191.163.240]) by lhrpeml500005.china.huawei.com ([7.191.163.240]) with mapi id 15.01.2507.031; Tue, 26 Sep 2023 09:58:30 +0100 From: Shameerali Kolothum Thodi To: Joao Martins , "iommu@lists.linux.dev" CC: Jason Gunthorpe , Kevin Tian , "Lu Baolu" , Yi Liu , Yi Y Sun , Nicolin Chen , Joerg Roedel , Suravee Suthikulpanit , Will Deacon , Robin Murphy , "Alex Williamson" , "kvm@vger.kernel.org" Subject: RE: [PATCH v3 00/19] IOMMUFD Dirty Tracking Thread-Topic: [PATCH v3 00/19] IOMMUFD Dirty Tracking Thread-Index: AQHZ7b0Z7E1eWk1ZkEmpIRM/TUKnFbAs0xpw Date: Tue, 26 Sep 2023 08:58:30 +0000 Message-ID: References: <20230923012511.10379-1-joao.m.martins@oracle.com> In-Reply-To: <20230923012511.10379-1-joao.m.martins@oracle.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.126.171.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org > -----Original Message----- > From: Joao Martins [mailto:joao.m.martins@oracle.com] > Sent: 23 September 2023 02:25 > To: iommu@lists.linux.dev > Cc: Jason Gunthorpe ; Kevin Tian ; > Shameerali Kolothum Thodi ; Lu > Baolu ; Yi Liu ; Yi Y Sun > ; Nicolin Chen ; Joerg Roedel > ; Suravee Suthikulpanit > ; Will Deacon ; Robin > Murphy ; Alex Williamson > ; kvm@vger.kernel.org; Joao Martins > > Subject: [PATCH v3 00/19] IOMMUFD Dirty Tracking > [...] > For ARM-SMMU-v3 I've made adjustments from the RFCv2 but staged this > into a branch[6] with all the changes but didn't include here as I can't > test this besides compilation. Shameer, if you can pick up as chatted > sometime ago it would be great as you have the hardware. Note that > it depends on some patches from Nicolin for hw_info() and > domain_alloc_user() base support coming from his nesting work. Thanks Joao. Sure will do. Shameer