Re: [PATCH 01/13] docs: Move the "features" tools to tools/doc

From: Randy Dunlap
Date: Wed Aug 13 2025 - 19:42:52 EST




On 8/13/25 4:38 PM, Mauro Carvalho Chehab wrote:
> Em Wed, 13 Aug 2025 15:32:00 -0600
> Jonathan Corbet <corbet@xxxxxxx> escreveu:
>
>> The scripts for managing the features docs are found in three different
>> directories; unite them all under tools/doc and update references as
>> needed.
>>
>> Signed-off-by: Jonathan Corbet <corbet@xxxxxxx>
>> ---
>> Documentation/sphinx/kernel_feat.py | 4 ++--
>> .../features/scripts => tools/doc}/features-refresh.sh | 0
>> {scripts => tools/doc}/get_feat.pl | 2 +-
>
> This one is the next on my list to convert to Python, but I didn't
> do any changes on it yet.

Just curious, why does it need to be converted from shell to Python?
I'm sure you will explain that in the patch description (or cover letter).

> So,
>
> Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
>
>
>> {Documentation/features => tools/doc}/list-arch.sh | 2 +-
>> 4 files changed, 4 insertions(+), 4 deletions(-)
>> rename {Documentation/features/scripts => tools/doc}/features-refresh.sh (100%)
>> rename {scripts => tools/doc}/get_feat.pl (99%)
>> rename {Documentation/features => tools/doc}/list-arch.sh (83%)
>
> I wonder if the best wouldn't be to have a single script for
> features handling all usecases.


--
~Randy