From mboxrd@z Thu Jan 1 00:00:00 1970 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 4D0DD1F150D; Tue, 4 Mar 2025 11:35:11 +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=1741088112; cv=none; b=rYQWtJmq6AXllTdK5A9igeZ40strM1J8ra0oolQZuKhKRK5Sqlj3jsl9d6V+d7pKAAKKKdalLIgXw0JBXW1Mz/olluYQRfnr1A+cRJylxhvaN9RuRdwGR3IcDYZyjmvIjClKsGUtd6T7819XpirbXV5P1JXIy1SBYw9pXp9Pmaw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741088112; c=relaxed/simple; bh=zacHG8fP3D/hmNJCwvqEbGptVGdfYUkGYzxjtuIKA6g=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=gTzekS+nWjvGdappSmo3I6LLM4o04xqoQ+5Te/atsGIEDdU9w848OHU/jAixnfS0WiIMtc8UHfk677JaVkHJz8E5I+kJKHJD1KuIfQXxXeUeEWF4k+GERPug3zTG0SsoU/rpK1LtJlBnhqLPrtfGvPkmoFId4fiu94fRPz5SdVc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=G23jRXAJ; 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="G23jRXAJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2BE08C4CEE5; Tue, 4 Mar 2025 11:35:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741088111; bh=zacHG8fP3D/hmNJCwvqEbGptVGdfYUkGYzxjtuIKA6g=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=G23jRXAJseMjDMk7gCnjGQphqADBG0QsFBko1uNacx2aL5PeuaH69LRwemrGugyrU PN1AkfUmF8PEQ0pxx7wAs6TW2nxCkW/KCV2f2xTqs2O7CSLSoCuS22lIU4EdxTTWQ1 A3jQnJJ/pN6w2FLTdkrQiaW8Ne48HO2C7w/h0jNsciL5FFYe4IVNRLwLesOy6+3BoV uVNw4VPUCvOFLyFiKrCIPgtC76EB0mRcwAz7i4oR7J0Zf36P9YKPUyPCVnnKaqwuFw hUkb9qzBy980bHPzexDGjD/55hSav6orbCdvxJeDtsfCPa7Zj2b4AyERCj+3wL7BjN XY1F+25xsIMEg== From: Andreas Hindborg To: "Lorenzo Stoakes" Cc: "Alice Ryhl" , "Liam R. Howlett" , "Miguel Ojeda" , "Miguel Ojeda" , "Matthew Wilcox" , "Vlastimil Babka" , "John Hubbard" , "Andrew Morton" , "Greg Kroah-Hartman" , "Arnd Bergmann" , "Jann Horn" , "Suren Baghdasaryan" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?Q?Bj?= =?utf-8?Q?=C3=B6rn?= Roy Baron , "Benno Lossin" , "Trevor Gross" , , , , "Balbir Singh" , "Linus Torvalds" Subject: Re: [PATCH v14 0/8] Rust support for mm_struct, vm_area_struct, and mmap In-Reply-To: <33e64b12-aa07-4e78-933a-b07c37ff1d84@lucifer.local> (Lorenzo Stoakes's message of "Fri, 28 Feb 2025 09:49:02 +0000") References: <20250213-vma-v14-0-b29c47ab21f5@google.com> <8130a6d5-a7e5-402b-b05c-2d0703ac1ed2@lucifer.local> <2d132129-fdf7-404d-b1f1-8ee87b838dcf@lucifer.local> <30ffd737-d0aa-44aa-a647-686e536ac548@lucifer.local> <33e64b12-aa07-4e78-933a-b07c37ff1d84@lucifer.local> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Mon, 03 Mar 2025 20:04:19 +0100 Message-ID: <87h64ahr64.fsf@kernel.org> 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 "Lorenzo Stoakes" writes: > +cc Linus > > OK since Andrew seems caught up with other things, let's go ahead and propose > the entire thing to make life easy. > > Could you send a v15 with any fixes (don't think any are necessary now?) and > add a patch to add this to MAINTAINERS in the alphabetical location: > > MEMORY MANAGEMENT [RUST] > M: Alice Ryhl > R: Lorenzo Stoakes > R: Liam R. Howlett > L: linux-mm@kvack.org > L: rust-for-linux@vger.kernel.org > S: Maintained > W: http://www.linux-mm.org > T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > S: Maintained > F: rust/helpers/mm.c > F: rust/kernel/mm.rs > F: rust/kernel/mm/ Probably a single `S: ` entry would be enough? Best regards, Andreas Hindborg