Re: [PATCH V6 2/2] checkpatch: check format of Vec<String> in modules

From: Guilherme Giacomo Simoes
Date: Thu Mar 06 2025 - 11:19:06 EST


Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:
> Perhaps we want an entirely separate thing in `tools/` eventually, or
> even out of the kernel tree, so that it can be easily run as a bot
> etc. like in the past.
A out of kernel tree tool, is a good idea for me. But a separated tool in
`tools/`, don't seems a good ideia for me, because, we have things a lot for do
in addition on developing our code.
like:
- make LLVM=1 rusttest
- ./tools/testing/kunit/kunit.py run --make_options LLVM=1 --arch x86_64 --kconfig_add CONFIG_RUST=y
- ./scripts/checkpatch.pl
... and anothers things more....

I don't think that this things is uneccessary, but, if we might reduce the work
of developer, and set he for focus on your code, seem better for me.

This is only my opinion that can be absolutely wrong...

Thanks,
Guilherme