Re: [PATCH v3 00/10] Binary Large Objects for Rust DebugFS
From: Danilo Krummrich
Date: Tue Nov 04 2025 - 19:25:48 EST
On Wed Oct 22, 2025 at 4:30 PM CEST, Danilo Krummrich wrote:
Applied to driver-core-testing, thanks!
> Danilo Krummrich (10):
> rust: fs: add new type file::Offset
I picked up the version from v2 [1] for now and send a follow-up series for
the new type approach [2].
> rust: uaccess: add UserSliceReader::read_slice_partial()
[ Replace map_or() with let-else; use saturating_add(). - Danilo ]
> rust: uaccess: add UserSliceReader::read_slice_file()
[ Replace saturating_add() with the raw operator and a corresponding
OVERFLOW comment. - Danilo ]
> rust: uaccess: add UserSliceWriter::write_slice_partial()
[ Replace map_or() with let-else; use saturating_add(). - Danilo ]
> rust: uaccess: add UserSliceWriter::write_slice_file()
[ Replace saturating_add() with the raw operator and a corresponding
OVERFLOW comment. - Danilo ]
> rust: debugfs: support for binary large objects
> rust: debugfs: support blobs from smart pointers
> samples: rust: debugfs: add example for blobs
> rust: debugfs: support binary large objects for ScopedDir
> samples: rust: debugfs_scoped: add example for blobs
[1] https://lore.kernel.org/all/20251020222722.240473-2-dakr@xxxxxxxxxx/
[2] https://lore.kernel.org/lkml/20251105002346.53119-1-dakr@xxxxxxxxxx/