From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 66EB9298CC9 for ; Mon, 9 Feb 2026 16:06:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770653168; cv=none; b=kM0OinPeXrbyiFdhkP6bz0tmY+oLxKOWu0hwbdbK53k4r9CqRYDS0r2z1znPnBBJxsds+YvEOOyOw387sbg2rYTpNi6G4bL6ltjJeW9a2X7TkZD9iTwD1la7WZrXftpU+xvk/qFu9VJiWwdU/UktWehgJGabsknj5eJXloq+1ls= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770653168; c=relaxed/simple; bh=j5YRDCf581DxSZELSDqFmiETNcYM18q4XtmJvweo84o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ux5gK6WQTACWz88ZnYCsfp7hljNUie3h33dq6Vh5lD45BuQCKpsb0TCYWisNVsjp2/wy0bfvSpvBBJMqcdmDTgPve7uocD6qLcEDjKmXBnFH2DdahpT5ZkELzSUdyJRihtJLcciOlyymKB9qAiYBYYjGYikJVsejzy+qkcbXPVE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 82140339 for ; Mon, 9 Feb 2026 08:06:01 -0800 (PST) Received: from [192.168.0.1] (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 9F1BE3F63F for ; Mon, 9 Feb 2026 08:06:07 -0800 (PST) Date: Mon, 9 Feb 2026 16:04:02 +0000 From: Liviu Dudau To: Daniel Almeida Cc: Will Deacon , Robin Murphy , Joerg Roedel , Rob Clark , Boris Brezillon , Steven Price , linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Karunika Choo , Liviu Dudau , Alice Ryhl , rust-for-linux Subject: Re: [RFC PATCH] iommu/io-pgtable: Add support for Arm Mali v10+ GPUs page table format Message-ID: References: <20260209112542.194140-1-liviu.dudau@arm.com> <58767D4C-505C-424B-AD08-C042BAA3FC34@collabora.com> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <58767D4C-505C-424B-AD08-C042BAA3FC34@collabora.com> On Mon, Feb 09, 2026 at 11:16:38AM -0300, Daniel Almeida wrote: > [....] > +cc Alice Ryhl and the rust-for-linux mailing list in light of the Rust abstractions for this component Appologies for the omission, I will bear in mind the next time to include Alice and you as well. Best regards, Liviu