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 71A60194C86; Thu, 30 Jan 2025 11:49:27 +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=1738237771; cv=none; b=H2gUFE+h51xfrq0SVzcmzaNTJ/aa/B67jl0dhi8QC+SjRZEp7nSHKJkqLxwGALbeOuxceK3hp+ACzO7xBIzJpJKhWkbKu1IcrlgwvT7kUsF/azTox8bE4UeVlo0Wq3voUPYgHGLmM+Hz3uvBGe7j8p0jN3y21Yw6IkTaYEfzNow= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738237771; c=relaxed/simple; bh=Og/TG7a2UMrYoDQB89lzUGfNrdqnU1iZjXUjNOqO36k=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=on07Y4EPQZ+0+Gsyg4T8on8YEiW78zw0HZXJziGIq0UBhRaer86YhYJtNGhVeHKb0JBwfKP5h5/5NYju9wCj224Yb312M1pH02mGBHoFbuo3myljldSZhVldvEFpVd3ftwu7JuIGBI6x8hnwBmwMF+yLNb9Z2pOzqQfiGoYmo7g= 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 3CB7B497; Thu, 30 Jan 2025 03:49:50 -0800 (PST) Received: from [10.57.36.50] (unknown [10.57.36.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D4A6A3F694; Thu, 30 Jan 2025 03:49:17 -0800 (PST) Message-ID: <4956d01e-2d06-4edd-813b-9da94b482069@arm.com> Date: Thu, 30 Jan 2025 11:49:12 +0000 Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API To: Abdiel Janulgue , rust-for-linux@vger.kernel.org, daniel.almeida@collabora.com, dakr@kernel.org, aliceryhl@google.com Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?UTF-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Andreas Hindborg , Trevor Gross , Valentin Obst , open list , Christoph Hellwig , Marek Szyprowski , airlied@redhat.com, "open list:DMA MAPPING HELPERS" References: <20250123104333.1340512-1-abdiel.janulgue@gmail.com> <20250123104333.1340512-4-abdiel.janulgue@gmail.com> From: Robin Murphy Content-Language: en-GB In-Reply-To: <20250123104333.1340512-4-abdiel.janulgue@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2025-01-23 10:42 am, Abdiel Janulgue wrote: > Add an entry for the Rust dma mapping helpers abstractions. Can't really speak for the Rust side of things, but I could be an additional reviewer to keep an eye on the DMA API angle if that would help. Thanks, Robin. > Signed-off-by: Abdiel Janulgue > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index baf0eeb9a355..4808c9880b3e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6822,6 +6822,16 @@ F: include/linux/dma-mapping.h > F: include/linux/swiotlb.h > F: kernel/dma/ > > +DMA MAPPING HELPERS DEVICE DRIVER API [RUST] > +M: Abdiel Janulgue > +M: Danilo Krummrich > +R: Daniel Almeida > +L: rust-for-linux@vger.kernel.org > +S: Supported > +W: https://rust-for-linux.com > +T: git https://github.com/Rust-for-Linux/linux.git rust-next > +F: rust/kernel/dma.rs > + > DMA-BUF HEAPS FRAMEWORK > M: Sumit Semwal > R: Benjamin Gaignard