Re: [PATCH] ext4: improve str2hashbuf by processing 4-byte chunks
From: Geert Uytterhoeven
Date: Fri Nov 21 2025 - 05:07:44 EST
On Thu, 20 Nov 2025 at 17:11, Theodore Tso <tytso@xxxxxxx> wrote:
> "char" is not always signed. It can be signed or unsigned; the C
> specification allows either. In this particular case, scp is a
> "signed char", not "char".
This is Linux, so commit 3bc753c06dd02a35 ("kbuild: treat char as
always unsigned") in v6.2 and later applies to plain "char".
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds