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 536E53803D2 for ; Mon, 9 Feb 2026 16:06:04 +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=1770653164; cv=none; b=tKYHzjd/8xitnwkInsUb2NYcVG8zkwnGk7BAutnbSmCvJRtPIiWstFvPplS3mDYDFzyD92Y6wSvYmtgVZZzryHlLghOX8HSkW+A6ZWln2SYDd1M5IBKCj8Ma+rg/OicRroYVwh6MNvgCOAJtwvCarnrjYpycsSdXn+BvWGqklV8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770653164; c=relaxed/simple; bh=j5YRDCf581DxSZELSDqFmiETNcYM18q4XtmJvweo84o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MAPcEIjkeyv8jOpvQl/mAsx0pbLeZMLULDZFrxz7aL/NX8RKNI/FGDrHDdjRq6rpOGE+0MbDF1YJzwvcEGE/U3CGA1jr1gQ01CsGuKNcPa5NEghhseELXsz1hg8NDTgiNKACqi9XE///TMIk/1co6MujY3t4C3t1ply6rQ5yWuY= 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 64C261063 for ; Mon, 9 Feb 2026 08:05:57 -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 7AF873F63F for ; Mon, 9 Feb 2026 08:06:03 -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: linux-kernel@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