From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-4322.protonmail.ch (mail-4322.protonmail.ch [185.70.43.22]) (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 A8791269AF5 for ; Thu, 6 Mar 2025 19:21:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.22 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741288895; cv=none; b=hp1jE0S/K61FqVu43FGWxsSBIPpFpYq+mT9iS1pJuYO0M3XJ4U8eT/IGQlu8pPK3ZW7+ex/77B91xF+z1NVpiSlxlgRgeZ42TaDHoKcliE1eYRjWy2Ft/ucc+BZDZ9gripsgunNUB9rHGrZiIKFURJDjb6S3IM6Fjqe0KJs97L4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741288895; c=relaxed/simple; bh=y1h2/h2GChr+rD6C56xfIFr9pjUo89anu+AmczJknlI=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=AFWyAIX2GyOqiuUXQzoBInRDLJ7otaLnGfn+bSvJTRVlbs25vDV7xymL3JssTD2XJOUizyPDA+VubwuRAEef4t4XkZJMuAnG6Xvhgnsr+khWnQPzPUdM5LigAoHKuX/Y+7uUHpB2UPTbp2v9dmR+nidNSGmsC9KgsQU2RDGVE3U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me; spf=pass smtp.mailfrom=pm.me; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b=cPy1nk39; arc=none smtp.client-ip=185.70.43.22 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=pm.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pm.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=pm.me header.i=@pm.me header.b="cPy1nk39" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1741288891; x=1741548091; bh=y1h2/h2GChr+rD6C56xfIFr9pjUo89anu+AmczJknlI=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=cPy1nk39V5GtnOUCkgl1DgrKEpQM0Z82p1sprsSTktQVAAwzxLn+TacJz/5udWDh3 dZ+UzxebTarA/PIV/EKYDiG26VhLtHwVBp8b4BFIrZyEKiHz9SC+S0VYIskaRJJAkT I0fKYuIWckpcrgBpTg0vfTkctzwArdLs6KpSALFYk+Ixz529Ud7swE3HOnzodNKnnS wkWGlo1rugPxgmfJxSeUwhaBnGkR1B0+PhKgMLWLQyEy6dYv5f1ww/7hBepVx830+Y xzaWvRMBkJlCLIKYFSE3h0rQ4ux3Nja7I8fbKFnFYkyO36+FVwhGvIvUDeRDef0gxj yV0UfVnH5HrUg== Date: Thu, 06 Mar 2025 19:21:24 +0000 To: Andreas Hindborg From: Oliver Mangold Cc: Abdiel Janulgue , Asahi Lina , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?utf-8?Q?Bj=C3=B6rn_Roy_Baron?= , Benno Lossin , Alice Ryhl , Trevor Gross , Jann Horn , Matthew Wilcox , Paolo Bonzini , Wedson Almeida Filho , Valentin Obst , Andrew Morton , linux-mm@kvack.org, airlied@redhat.com, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, asahi@lists.linux.dev, Danilo Krummrich Subject: Re: [PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion Message-ID: Feedback-ID: 31808448:user:proton X-Pm-Message-ID: 03685db8da271e4a00bb4176d470333a2544eec3 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-Transfer-Encoding: quoted-printable On 250219 1024, Andreas Hindborg wrote: >=20 >=20 > The series has application in `rnull` as well and I will probably add it > as a dependency for next version. >=20 >=20 Hi, would anyone mind if I pick this up? I'm working on that patch: https://lore.kernel.org/all/20250305-unique-ref-v4-1-a8fdef7b1c2c@pm.me/ There is a lot of overlap, so it would make sense, I think, to base it on this one. Oliver