Re: [PATCH] scripts/tags.sh: Prevent binary files appearing in cscope.files
From: Miguel Ojeda
Date: Sun Jul 05 2026 - 14:05:52 EST
On Sun, Jul 5, 2026 at 7:59 PM Sergei Litvin <litvindev@xxxxxxxxx> wrote:
>
> PROBLEM
> SOLUTION
We don't typically use titles like these in commits. (Same for the other patch.)
> This causes `make cscope` command to generate a `cscope.files` file that
> contains *.rs files along with *.h, *.c, *.S
Missing Signed-off-by -- the one you wrote is below, in the part that
doesn't go into the commit, i.e. after the `---` line. (Same for the
other patch.)
Also consider using `-v2` in `git format-patch` to annotate which version it is.
By the way, this sounds like it could be backported? i.e. perhaps we
want a Fixes: tag and Cc: stable@xxxxxxxxxxxxxxx.
Thanks!
Cheers,
Miguel