On Sat, 29 Nov 2025 19:13:08 +0100 Matthieu Baerts wrote:
+$(OUTPUT)/mptcp_connect: CFLAGS += -I$(top_srcdir)/tools/include +$(OUTPUT)/mptcp_sockopt: CFLAGS += -I$(top_srcdir)/tools/include +$(OUTPUT)/mptcp_inq: CFLAGS += -I$(top_srcdir)/tools/include
I believe this is being added via MM or kselftest tree at level of the main ksft makefile. Since this is a false positive, maybe let's defer fixing the issue until after the merge window? When the -I.. flag will be implicitly in place?