Hi André,
On Fri, Sep 5, 2025 at 5:21 PM André Almeida andrealmeid@igalia.com wrote:
Hi Sukrut,
Em 05/09/2025 12:17, Sukrut Heroorkar escreveu:
Fix several -Wformat-security warnings in futex_priv_hash by passing the test message strings as arguments to %s format specifiers in ksft_*() logging functions.
This silences the warnings without changing the functional behavior of the test.
This is already fixed upstream:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=lockin...
https://lore.kernel.org/all/20250827130011.677600-4-bigeasy@linutronix.de/
Thanks, André
Thanks for pointing this out.