]> www.infradead.org Git - users/hch/block.git/commit
rust: block: add rnull, Rust null_blk implementation
authorAndreas Hindborg <a.hindborg@samsung.com>
Tue, 11 Jun 2024 11:45:50 +0000 (13:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Jun 2024 13:45:04 +0000 (07:45 -0600)
commitbc5b533b91ef0b8a09fe507e23d1c6c43c1fb0f5
tree80bf619e5857fd7624dc00a0df804c4ef4f68200
parent3253aba3408aa4eb2e4e09365eede3e63ef7536b
rust: block: add rnull, Rust null_blk implementation

This patch adds an initial version of the Rust null block driver.

Signed-off-by: Andreas Hindborg <a.hindborg@samsung.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20240611114551.228679-3-nmi@metaspace.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/Kconfig
drivers/block/Makefile
drivers/block/rnull.rs [new file with mode: 0644]