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 C36091D63E8; Wed, 19 Feb 2025 09:24:20 +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=1739957060; cv=none; b=ojx7/1vmDs8NtirMhSJCjc2QwcEUMdSlLm+Ot4qHq3nQ8M1No8jVWS1COKzxgqfO+iRlSNetZpHbUW6jNDEhnkjKBpLh9HXIRM9EOulSvNyuKdbqZiYPW/p4R8wq6xQPFsPrXaiV9Y3FySbd4izhuyrT+RgatK0kQfFOvXN95Fs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739957060; c=relaxed/simple; bh=jiEWU0rM/r0YOGnhMn0CTqavsshglptprIK688rzVEE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=YLXLTTE0ZlGVwZm168/YozjlNd16GC6LsjX3IfNrVd2CMtpXaOPB3SCY2ayPvgNHN3VFmpX5IpRtLGlJUHfvk1dKzk5hiIPpvRX1g8H8fzl2E/L4pwLkdvlYlP71YJKlfb6N7MIKSb1pdnHs7mUNm4xFmfz7agM4z8whu3J16AQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=StVso1oo; 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="StVso1oo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B822AC4CEE6; Wed, 19 Feb 2025 09:24:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739957060; bh=jiEWU0rM/r0YOGnhMn0CTqavsshglptprIK688rzVEE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=StVso1ooh0uccS8QdlDZ5wLzVWRjloPAlErH08LDb7nFHd0LDQmN5as22l/KdZ5V1 hW+YQgzXhxiBff1tiHpVktYRH+51YEwBYIx0YJn6OCsQuo1bDfqY7aTIe3WNIZmvvf lG74mEe01eHleaZASmKI0s/5WQefDgrqfHyTYv+KQd9NqoO2TOrwwjRsoFh0p2ZYc0 yUuGkSRo9l9Jz+GDkwloHSM9pZCTa1JRhrOnNkRATQF5lCDXl5Aaw4IIRt5pa84Cny cvIu33FWL5BlW+Mv2SjH/sylMT+VzRT3w8CVZziw/uFjotjR1xHs+eJkTpVewACaQh ulZfIxO5VieuA== From: Andreas Hindborg To: "Abdiel Janulgue" Cc: "Asahi Lina" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?Q?Bj?= =?utf-8?Q?=C3=B6rn?= Roy Baron , "Benno Lossin" , "Alice Ryhl" , "Trevor Gross" , "Jann Horn" , "Matthew Wilcox" , "Paolo Bonzini" , "Wedson Almeida Filho" , "Valentin Obst" , "Andrew Morton" , , , , , , "Danilo Krummrich" Subject: Re: [PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion In-Reply-To: (Abdiel Janulgue's message of "Mon, 17 Feb 2025 10:50:28 +0200") References: <20250202-rust-page-v1-0-e3170d7fe55e@asahilina.net> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Wed, 19 Feb 2025 10:24:07 +0100 Message-ID: <87frkacmo8.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 "Abdiel Janulgue" writes: > Hi, > > On 15/02/2025 21:47, Asahi Lina wrote: >> >> Given the discussion in the other subthreads, it looks like this is not >> the best approach for page table management and using it for crash dumps >> of arbitrary physical memory pages raises some eyebrows, so I'm going to >> abandon this series. >> >> Abdiel, if the first two patches are helpful to your work, please feel >> free to incorporate them into a v4. Otherwise, just go ahead with >> whatever works for you! >> > > Thanks you for improving the series, much appreciated! I will try to > incorporate your improvements. > > Btw, I'll most probably pick this up again once I'm finished with the > rust dma coherent allocator bindings. The series has application in `rnull` as well and I will probably add it as a dependency for next version. Best regards, Andreas Hindborg