Re: [PATCH v1] perf build: Add -funsigned-char to default CFLAGS
From: Namhyung Kim
Date: Wed Apr 01 2026 - 17:56:02 EST
On Fri, 06 Mar 2026 11:19:08 -0800, Ian Rogers wrote:
> Commit 3bc753c06dd0 ("kbuild: treat char as always unsigned") made
> chars unsigned by default in the Linux kernel. To avoid similar kinds
> of bugs and warnings, make unsigned chars the default for the perf tool.
>
>
Applied to perf-tools-next, thanks!
Best regards,
Namhyung