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 CAC93C433F5 for ; Mon, 6 Dec 2021 12:04:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242856AbhLFMHi (ORCPT ); Mon, 6 Dec 2021 07:07:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242845AbhLFMHg (ORCPT ); Mon, 6 Dec 2021 07:07:36 -0500 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B330C061746 for ; Mon, 6 Dec 2021 04:04:08 -0800 (PST) Received: by theia.8bytes.org (Postfix, from userid 1000) id DCCD3396; Mon, 6 Dec 2021 13:04:06 +0100 (CET) Date: Mon, 6 Dec 2021 13:04:05 +0100 From: Joerg Roedel To: Hector Martin Cc: Sven Peter , Will Deacon , Alyssa Rosenzweig , Robin Murphy , linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] iommu/io-pgtable-arm: Fix table descriptor paddr formatting Message-ID: References: <20211120031343.88034-1-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211120031343.88034-1-marcan@marcan.st> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 20, 2021 at 12:13:43PM +0900, Hector Martin wrote: > drivers/iommu/io-pgtable-arm.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) Applied, thanks.