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 12834C433EF for ; Thu, 21 Apr 2022 06:45:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385065AbiDUGsN (ORCPT ); Thu, 21 Apr 2022 02:48:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385297AbiDUGrj (ORCPT ); Thu, 21 Apr 2022 02:47:39 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B17E14028 for ; Wed, 20 Apr 2022 23:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=sxYCZD/moAPHIntc2gbtGWNX89 /i9ctHCr8URC/r5War+ctWmrBCLHPmnLEpAMShjQmA6XDW4XJiJbSI3RMQpGjkeDBtRTakEslRWQu WMpsJAG8pfXCziFg5bDgkFUbpIg9ttlTDAHQd8TlSqMu2wOFLs5wvvF17Uq+AD7ogS9aSdszzRMJM Ck9SiuKsD0A9sHk8DvIbY45sZgMFJFyx6XDcFwohWvvjO7jO1amTQ4SCgfTITAabtOfEMnHI6GvWv AvE7JV590mgGdMHewJ/BfoGaUWo99kmxg5qrxQt2m9oHxAks2Ejk1SKyQsUy717M9Ukawinxam8sg hZZ32XvQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhQYA-00BoZJ-Tw; Thu, 21 Apr 2022 06:44:22 +0000 Date: Wed, 20 Apr 2022 23:44:22 -0700 From: Christoph Hellwig To: Shameer Kolothum Cc: linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, iommu@lists.linux-foundation.org, linuxarm@huawei.com, lorenzo.pieralisi@arm.com, joro@8bytes.org, robin.murphy@arm.com, will@kernel.org, wanghuiqiang@huawei.com, guohanjun@huawei.com, 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 v10 2/9] ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return void Message-ID: References: <20220420164836.1181-1-shameerali.kolothum.thodi@huawei.com> <20220420164836.1181-3-shameerali.kolothum.thodi@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220420164836.1181-3-shameerali.kolothum.thodi@huawei.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig