This is a note to let you know that I've just added the patch titled selftests: mptcp: add missing kconfig for NF Mangle to the 6.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: selftests-mptcp-add-missing-kconfig-for-nf-mangle.patch and it can be found in the queue-6.7 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 2d41f10fa497182df9012d3e95d9cea24eb42e61 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" <matttbe@xxxxxxxxxx> Date: Wed, 31 Jan 2024 22:49:49 +0100 Subject: selftests: mptcp: add missing kconfig for NF Mangle From: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx> commit 2d41f10fa497182df9012d3e95d9cea24eb42e61 upstream. Since the commit mentioned below, 'mptcp_join' selftests is using IPTables to add rules to the Mangle table, only in IPv4. This KConfig is usually enabled by default in many defconfig, but we recently noticed that some CI were running our selftests without them enabled. Fixes: b6e074e171bc ("selftests: mptcp: add infinite map testcase") Cc: stable@xxxxxxxxxxxxxxx Reviewed-by: Geliang Tang <geliang@xxxxxxxxxx> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx> Link: https://lore.kernel.org/r/20240131-upstream-net-20240131-mptcp-ci-issues-v1-4-4c1c11e571ff@xxxxxxxxxx Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/net/mptcp/config | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/net/mptcp/config +++ b/tools/testing/selftests/net/mptcp/config @@ -23,6 +23,7 @@ CONFIG_NFT_SOCKET=m CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_NF_FILTER=m +CONFIG_IP_NF_MANGLE=m CONFIG_IP_NF_TARGET_REJECT=m CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IP6_NF_FILTER=m Patches currently in stable-queue which might be from matttbe@xxxxxxxxxx are queue-6.7/mptcp-really-cope-with-fastopen-race.patch queue-6.7/mptcp-fix-rcv-space-initialization.patch queue-6.7/selftests-mptcp-allow-changing-subtests-prefix.patch queue-6.7/selftests-mptcp-add-missing-kconfig-for-nf-filter.patch queue-6.7/mptcp-drop-the-push_pending-field.patch queue-6.7/mptcp-fix-data-re-injection-from-stale-subflow.patch queue-6.7/selftests-mptcp-increase-timeout-to-30-min.patch queue-6.7/selftests-mptcp-add-mptcp_lib_kill_wait.patch queue-6.7/selftests-mptcp-add-missing-kconfig-for-nf-mangle.patch queue-6.7/mptcp-check-addrs-list-in-userspace_pm_get_local_id.patch queue-6.7/selftests-mptcp-add-missing-kconfig-for-nf-filter-in-v6.patch