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 7600AC43334 for ; Fri, 8 Jul 2022 10:33:36 +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=eeWK5Xx5+dTUWqCbhGzRGCdeyVCcinXIbUxANzVYxmE=; b=gMmuA+PEj12bj+ 5xgEaPusARoWGgLrDcWPxDM0imq3Yat/Z41w5Ewtu/uCm5i+iR1ktSrLRX2GTZahJZcugeRb9y8Rr fI2jyxChz0pVP/Lv+YAULuBb/ZSlLl44fvlLRYP/7ZGQTzgmxo7KUMp1PbuyNHDFDU3T7DgM6dNUt 7QhhVYNI0pbmrMp63WGh0NX1MtZhUicpW2kFzgkTqpX5n+fwG46ezyNyZcHtkxccv5VVJeypLf9z3 Pfa+SOUe+2dOSBCY0LpZnk9BGzosvBrojcGa0RUMjpiOIRZK9yHLgoox3rSEp6AuvMKv3jAQ0ZK8G Oltfj64XBcMCFdFFyxPw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9lHl-003CyR-DO; Fri, 08 Jul 2022 10:32:33 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9lHh-003CxU-T4 for linux-arm-kernel@lists.infradead.org; Fri, 08 Jul 2022 10:32:31 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3D12E623AA; Fri, 8 Jul 2022 10:32:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB654C341C0; Fri, 8 Jul 2022 10:32:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657276348; bh=e10ZI1CgOPBaCFpRJdOLxaOOZ9pi0B4OTPxlMQOe5II=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nqmPCgAc7DKcfF9VX3D6mfHKo+T8+GiwKIFpPYIQiTpvYpmL2f5gtrnsvCwQ/2WVP eMNobFX5Oy/m9CoGXslKTxzsDk7fMB2pit+1Bpr55B6Scg2s2QdqsAmF0Al/BcvQdm YRWjX8X3mfdrpGsaaiZpAovIumKNbsMDXP5N4aTwAiUprWFXMPbTaKrY8YRKulQg+u y9KWIbHmC5LNISIxcksOiO7rBylgEJh3YAvOZhrHS38yquTfHVq0MpHKv65skji5FB pWbPxCwPCnkiJrn8To43r9n6hVY2HW0Hpc/iZSI0NDb3OO5m1ePJe9w9HmUiKJBups 3ULP0g+zES+rw== Date: Fri, 8 Jul 2022 11:32:22 +0100 From: Will Deacon To: Christoph Hellwig Cc: Joerg Roedel , Sven Peter , David Woodhouse , Robin Murphy , Lu Baolu , Yong Wu , Jean-Philippe Brucker , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/4] iommu: remove the put_resv_regions method Message-ID: <20220708103221.GA5744@willie-the-truck> References: <20220708080616.238833-1-hch@lst.de> <20220708080616.238833-4-hch@lst.de> <20220708101244.GA5395@willie-the-truck> <20220708101951.GA32127@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220708101951.GA32127@lst.de> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220708_033229_986788_C90A59CB X-CRM114-Status: GOOD ( 15.72 ) 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 Fri, Jul 08, 2022 at 12:19:51PM +0200, Christoph Hellwig wrote: > On Fri, Jul 08, 2022 at 11:12:45AM +0100, Will Deacon wrote: > > Heads up, but I think this might collide (trivially?) with: > > > > https://lore.kernel.org/r/20220615101044.1972-1-shameerali.kolothum.thodi@huawei.com > > > > which Joerg has queued up already. It looks like the cleanup still makes > > sense though, so that's good. > > This series sits on top of that one - I waited for it to hit the IOMMU > tree before resending to avoid the conflict. Ah brill, sorry for the noise. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel