Re: [RFC PATCH 2/2] Documentation: dev-tools: add kconfirm
From: Nathan Chancellor
Date: Tue Apr 28 2026 - 14:45:52 EST
On Tue, Apr 28, 2026 at 01:51:09PM +0200, Miguel Ojeda wrote:
> Then I thought if the same would apply to `clap` etc., but then again,
> we may want to write more tools like this in Rust in the future (we
> already felt the pain in the past the pain of not having a e.g. JSON
> parser), and whether we could have a more general solution for this,
> including perhaps even a kernel.org registry (either as primary or
> not) etc.
Yeah, I seem to recall a previous proposal for a host program that was
written in Rust, I think it was the vdsocheck tool?
https://lore.kernel.org/20250812-vdso-absolute-reloc-v4-11-61a8b615e5ec@xxxxxxxxxxxxx/
I agree with the sentiment that more host tools may want to be written
in Rust. The Rust build in the kernel does not use cargo altogether, do
we want the same restriction for host programs? Would these tools be
able to share the Rust build rules so that we could have a simple
hostprogs syntax for tools integrating with Kbuild to use? Obviously, it
might be harder for some programs not to use some of the nice third
party libraries available but it seems like it would eliminate the build
system considerations from the discussion at that point.
Cheers,
Nathan