On Tue, 02 Sep 2025 11:54:54 +0200, Andreas Hindborg wrote: > This series adds configuration via configfs and remote completion to > the rnull driver. The series also includes a set of changes to the > rust block device driver API: a few cleanup patches, and a few features > supporting the rnull changes. > > The series removes the raw buffer formatting logic from `kernel::block` > and improves the logic available in `kernel::string` to support the same > use as the removed logic. > > [...] Applied, thanks! [01/17] rust: str: normalize imports in `str.rs` commit: d5d060d624e34c6ce1748a157cf2391e49af2a54 [02/17] rust: str: allow `str::Formatter` to format into `&mut [u8]`. commit: 87482d6d9104d087935592ebbf52b70f8a777c47 [03/17] rust: str: expose `str::{Formatter, RawFormatter}` publicly. commit: 8c5ac71cf19bc8a2ad5bc905d1fd3191d887d469 [04/17] rust: str: introduce `NullTerminatedFormatter` commit: cdde7a1951ff0600adc45718ba251559e4d3fd7c [05/17] rust: str: introduce `kstrtobool` function commit: b1dae0be89278348e2c99ddca820d91292856b10 [06/17] rust: configfs: re-export `configfs_attrs` from `configfs` module commit: 60e1eeed8b53f65ef7919fd3f79cc9b7f20795c5 [07/17] rust: block: normalize imports for `gen_disk.rs` commit: f4b72f1558be1e2b173b6b1f93c09dc668592a26 [08/17] rust: block: use `NullTerminatedFormatter` commit: c3a54220b54a1bda0662f0e7ab90ffabf5036d50 [09/17] rust: block: remove `RawWriter` commit: f52689fcd8a2f78436b57d10ba742455431885a0 [10/17] rust: block: remove trait bound from `mq::Request` definition commit: 8c32697c4edd4180bc90d367e54fb64490c230c6 [11/17] rust: block: add block related constants commit: 19c37c91b4a0ff7abfc3dcfe165d1377939469ac [12/17] rnull: move driver to separate directory commit: edd8650691c374bdce133af1b25ff4f3496f489f [13/17] rnull: enable configuration via `configfs` commit: d969d504bc13b2f0c1f208e009e73f2625b421c0 [14/17] rust: block: add `GenDisk` private data support commit: 90d952fac8ac1aa6cb21aad7010d33af4d309f4a [15/17] rust: block: mq: fix spelling in a safety comment commit: bde50e28f7c5fe874112fe9d98e84873548fa8de [16/17] rust: block: add remote completion to `Request` commit: 4ec052841a545297a276e833817990f0e13b1b32 [17/17] rnull: add soft-irq completion support commit: 34585dc649fb255b40075dab56af063c1bfc9933 Best regards, -- Jens Axboe