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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 64FC0C433F5 for ; Fri, 13 May 2022 09:46:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nHAK281DHPbidoOj6VaSS7vgd8gG59QWjTFUAQxrjkI=; b=cWe7Rn1Tlvdxou y+9gH90EMoPDZ/VGu9BTJq9ozt/Bln6kORDjA9DV7ta76iW18lb9Q0DyJtaBd4IduVyk0me1Dz3YK b7vW6MQzMEL8+N7CQjZlYKX5//FI5W41oHqRRKMYQFhXPffXjlgGlAxnaEqsx6mbn9AwTyUKWKpDt sFvDEpzmSi2RXuFD//ZRkgnaUznGSMD6zTA4LrqbiLb9KfLWXKxgQlDFXlKPpKXBEmWDOIFfEC1uK UNwVrHOP0efH0P0xfI+GtKuMUxwfb8f8voMh31z9By3A5PmUpzz3rl3EltP6mO7dtNt8NhkH6caOq M7YDIVv3jIeRyS03iETg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1npRrE-00FPAM-BD; Fri, 13 May 2022 09:45:12 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1npRrB-00FP9x-6j for linux-arm-kernel@lists.infradead.org; Fri, 13 May 2022 09:45:10 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 86BE1143D; Fri, 13 May 2022 02:45:07 -0700 (PDT) Received: from lpieralisi (unknown [10.57.2.233]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EDB503F73D; Fri, 13 May 2022 02:45:04 -0700 (PDT) Date: Fri, 13 May 2022 10:44:59 +0100 From: Lorenzo Pieralisi To: Robin Murphy , Shameerali Kolothum Thodi , rafael@kernel.org, joro@8bytes.org Cc: Shameerali Kolothum Thodi , "Guohanjun (Hanjun Guo)" , "linux-arm-kernel@lists.infradead.org" , "linux-acpi@vger.kernel.org" , "iommu@lists.linux-foundation.org" , Linuxarm , "will@kernel.org" , wanghuiqiang , "steven.price@arm.com" , "Sami.Mujawar@arm.com" , "jon@solid-run.com" , "eric.auger@redhat.com" , "laurentiu.tudor@nxp.com" , "hch@infradead.org" Subject: Re: [PATCH v12 0/9] ACPI/IORT: Support for IORT RMR node Message-ID: References: <20220503163330.509-1-shameerali.kolothum.thodi@huawei.com> <2234ad60-c49f-8c72-616c-dfa5300354ef@huawei.com> <8e4f012717e34195a53cb73f8ce28627@huawei.com> <5c8ae673-f8e3-0ed3-e62d-d445913b012c@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <5c8ae673-f8e3-0ed3-e62d-d445913b012c@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220513_024509_333759_DA1A4BE6 X-CRM114-Status: GOOD ( 22.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 10, 2022 at 09:07:00AM +0100, Robin Murphy wrote: > On 2022-05-10 08:23, Shameerali Kolothum Thodi wrote: > > Hi Joerg/Robin, > > > > I think this series is now ready to be merged. Could you please let > > me know if there is anything missing. > > Fine by me - these patches have had enough review and testing now that > even if anything else did come up, I think it would be better done as > follow-up work on the merged code. Given the ACPICA dependency I believe it is best for this series to go via the ACPI tree, right ? I assume there are all the required ACKs for that to happen. Thanks, Lorenzo > Cheers, > Robin. > > > > > Thanks, > > Shameer > > > > > -----Original Message----- > > > From: Guohanjun (Hanjun Guo) > > > Sent: 05 May 2022 02:24 > > > To: Shameerali Kolothum Thodi ; > > > linux-arm-kernel@lists.infradead.org; linux-acpi@vger.kernel.org; > > > iommu@lists.linux-foundation.org > > > Cc: Linuxarm ; lorenzo.pieralisi@arm.com; > > > joro@8bytes.org; robin.murphy@arm.com; will@kernel.org; wanghuiqiang > > > ; steven.price@arm.com; > > > Sami.Mujawar@arm.com; jon@solid-run.com; eric.auger@redhat.com; > > > laurentiu.tudor@nxp.com; hch@infradead.org > > > Subject: Re: [PATCH v12 0/9] ACPI/IORT: Support for IORT RMR node > > > > > > On 2022/5/4 0:33, Shameer Kolothum wrote: > > > > Hi > > > > > > > > v11 --> v12 > > > > -Minor fix in patch #4 to address the issue reported by the kernel test > > > robot. > > > > -Added R-by tags by Christoph(patch #1) and Lorenzo(patch #4). > > > > -Added T-by from Steve to all relevant patches. Many thanks!. > > > > > > > > Please note, this series has a dependency on the ACPICA header patch > > > > here[1]. > > > > > > Tested on a Kunpeng920 server machine with SMMUv3, the 3408iMR RAID > > > controller card works as expected, > > > > > > Tested-by: Hanjun Guo > > > > > > Thanks > > > Hanjun _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel