Re: [PATCH stable 6.12] selftests/fs/statmount: build with tools include dir
From: Sasha Levin
Date: Sun Jul 19 2026 - 11:07:02 EST
> [florian: resolved conflict in statmount/Makefile]
The Makefile conflict resolution took the upstream TEST_GEN_PROGS line
verbatim, which adds listmount_test - but listmount_test.c doesn't exist
in 6.12 (the test was only added in v6.14 by 3ab8a0b2a0ff10 ("selftests:
add listmount() iteration tests")), so this breaks the statmount
kselftest build on 6.12.
The rest of the patch looks good. Could you respin a v2 that keeps
6.12's existing "TEST_GEN_PROGS := statmount_test statmount_test_ns"
and only adds $(TOOLS_INCLUDES) to CFLAGS?
--
Thanks,
Sasha