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 EB0F4C07D5A for ; Mon, 27 Nov 2023 10:11:33 +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=REMvwGxpr2Me7Wp7iTfm9fUPPIOxB5PVSVLOjSdF2ok=; b=3gPu9k90poP9Wz 4Ac9ZGgsgEZ8KN/UTNPq6Ef77qiGDZrYJmSCb/cGRaCJyFZIGqgug1Shg1GdFFqW/rp2c4o1fNc9F CYEbPu+4dZ+9GyPl/HHfTlfxGh1CWhpQMmL0hNR847+zHJqjv8ClCgLngQBOa8h5kiIECYfqtlU3E bR/1gR+t3n7bBq1zo5DhbP/PvuDQ0J6xZ10Q4EYJ/TnjBSVdCu8N3spmJgac8ibqqVAneJzmMk+e0 euJ+CTL/yc3ACD4Op9VNynEoAIkcdTBNJFvHgiDv1NPr8M4xxJpb0iAy25JgBBWDGYnji1+bbb3fJ yg3WiKuFqxoNGiHlk2Cw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r7YZy-0022Ra-0g; Mon, 27 Nov 2023 10:11:02 +0000 Received: from mail.8bytes.org ([85.214.250.239]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r7YZv-0022Qk-0C for linux-arm-kernel@lists.infradead.org; Mon, 27 Nov 2023 10:11:00 +0000 Received: from 8bytes.org (p4ffe1e67.dip0.t-ipconnect.de [79.254.30.103]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 2DDF11A6DDC; Mon, 27 Nov 2023 11:10:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1701079855; bh=uyKgGwA+epO0X21oeFNT+W+/WhLE+FThm5QJTvK4Y9s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Lc9QCSl2NJajRZ8uZ+LnT/mgRDEtVO6rfK4/JyLq6TDKfH1TnhplhNlPe3uvAb/uf a9f+0SqrEMvy47WDpps9TuaJM9jnR7BVHM3Nc6M/6hIM1y0+5nmvonn5mt8XPsggEL LbME77AQbtumL07D7itimUwRGRtuXUne1NJzC4cbl9+crPt3coMDe3sFfFTW0pDTOw 1Lchs+E9EH8z5X2hv8vozANwS3XYyCN2sgb/3Fm3CdEbAW4pKN+MUbwZCiPQ3x3Cop YLyx+zrR6ddI1i76apcpoGapuIYbsXSlLiOG5NJQ7PCvrnKQ3qxklhg5tuqGWtZQnj dLFUoYlQAoUyw== Date: Mon, 27 Nov 2023 11:10:54 +0100 From: Joerg Roedel To: Boris Brezillon Cc: iommu@lists.linux.dev, Will Deacon , Robin Murphy , linux-arm-kernel@lists.infradead.org, Rob Clark , Gaurav Kohli , Steven Price , Jason Gunthorpe , kernel@collabora.com Subject: Re: [PATCH v3 0/2] iommu: Allow passing custom allocators to pgtable drivers Message-ID: References: <20231124142434.1577550-1-boris.brezillon@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231124142434.1577550-1-boris.brezillon@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231127_021059_670423_101C7B37 X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. 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, Nov 24, 2023 at 03:24:32PM +0100, Boris Brezillon wrote: > Boris Brezillon (2): > iommu: Allow passing custom allocators to pgtable drivers > iommu: Extend LPAE page table format to support custom allocators > > drivers/iommu/io-pgtable-arm.c | 55 ++++++++++++++++++++++++---------- > drivers/iommu/io-pgtable.c | 23 ++++++++++++++ > include/linux/io-pgtable.h | 34 +++++++++++++++++++++ > 3 files changed, 96 insertions(+), 16 deletions(-) Applied, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel