From nobody Thu Oct 2 21:50:25 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 287F0241139; Wed, 10 Sep 2025 09:41:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757497264; cv=none; b=fA/mL1YkB5QUZ89aC2FJECB7wfPZ0sDCFMxz9Qh7fQ3WFKODWXWDtr5Ty7/3PzMiCEPz3fv9Ix5yqTI1lf8YaIJytNWOgEUwx+2v330V4Ne8DXi320VF7PE9xJO4gD55+AjbOL4QDfSZ2X5rDkO3ILJIQOP9oEXrvs3CVU7/nY8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757497264; c=relaxed/simple; bh=lvYn9eg1hctElf592ouO63bzTtzzMC1s11sttsG3hY8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=gj9ORfb5ExuRdL+ksEXj5kG8ppEq2XLBZf21lBpwpLV5igMbJrms/rN2ST7fxL7NUinMxtm+KLBeQ6M1RU9BxhoU+MohKkaWoVsMQV9HJv6JlM7dviH9XpCdwc4m8Mw2M81bpuf5iwtiYhpfqDgHqeOOhYCKLdNvtZguLFwfaCc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FmflZhe0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FmflZhe0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2411C4CEF0; Wed, 10 Sep 2025 09:41:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757497263; bh=lvYn9eg1hctElf592ouO63bzTtzzMC1s11sttsG3hY8=; h=From:To:Cc:Subject:Date:From; b=FmflZhe0+ZE/C3s5kFN9yHv/9+4iXIfFth7Px5CjvIQcKjN1hW/AJWLptjUS3SadT t6JHC6Xg40h8/7/TCCKDj/BgVmg2KZ6hzlS+SQKqkfd9jqCWgeW01++zeUXUxRN1Kg wYrAE5ScFxKKrGIUdO9Gk5l+FyvJEOFTBgR+sYxYKLKOr//Lb113mHJOLMv+9i6wMz t2J6aYuZwxUGz0f+ulS+hJ6s1hZUOHc+Sb62j1wTj7cUw4KapRvKnq6T/jBwLE2U3f BcWtsUTTR15vXZnqVz4miQn1ohkQaXxqOISSyBR6Ja05xFuISIC13ibYQiQyv3S9QW IkX/Gsg5a0i+g== From: Danilo Krummrich To: gregkh@linuxfoundation.org, rafael@kernel.org, abdiel.janulgue@gmail.com, daniel.almeida@collabora.com, robin.murphy@arm.com, a.hindborg@kernel.org, ojeda@kernel.org Cc: rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Danilo Krummrich Subject: [PATCH] MAINTAINERS: Update the DMA Rust entry Date: Wed, 10 Sep 2025 11:40:03 +0200 Message-ID: <20250910094015.11551-1-dakr@kernel.org> X-Mailer: git-send-email 2.51.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Update the DMA Rust maintainers entry in the following two aspects: (1) Change Abdiel's entry to 'Reviewer'. (2) Take patches through the driver-core tree. Abdiel won't do any more maintainer work on the DMA (or scatterlist) infrastructure, but he'd like to be kept in the loop, hence change is entry to 'R:'. Analogous to [1], the DMA (and scatterlist) helpers are closely coupled with the core device infrastructure and the device lifecycle, hence take patches through the driver-core tree by default. Cc: Abdiel Janulgue Link: https://lore.kernel.org/r/20250725202840.2251768-1-ojeda@kernel.org [= 1] Signed-off-by: Danilo Krummrich Acked-by: Abdiel Janulgue Acked-by: Greg Kroah-Hartman --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fed6cd812d79..281149d9b821 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7239,15 +7239,15 @@ F: include/linux/swiotlb.h F: kernel/dma/ =20 DMA MAPPING HELPERS DEVICE DRIVER API [RUST] -M: Abdiel Janulgue M: Danilo Krummrich +R: Abdiel Janulgue R: Daniel Almeida R: Robin Murphy R: Andreas Hindborg 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 alloc-next +T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-co= re.git F: rust/helpers/dma.c F: rust/kernel/dma.rs F: samples/rust/rust_dma.rs base-commit: 3c9ba2777d6c86025e1ba4186dc5cd930e40ec5f --=20 2.51.0