Patch "selftests: mptcp: depends on built-in IPv6" has been added to the 5.9-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    selftests: mptcp: depends on built-in IPv6

to the 5.9-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-depends-on-built-in-ipv6.patch
and it can be found in the queue-5.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit af37324fb1634cb214037ddb33089093a83c8497
Author: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
Date:   Wed Oct 21 17:55:49 2020 +0200

    selftests: mptcp: depends on built-in IPv6
    
    [ Upstream commit 287d35405989cfe0090e3059f7788dc531879a8d ]
    
    Recently, CONFIG_MPTCP_IPV6 no longer selects CONFIG_IPV6. As a
    consequence, if CONFIG_MPTCP_IPV6=y is added to the kconfig, it will no
    longer ensure CONFIG_IPV6=y. If it is not enabled, CONFIG_MPTCP_IPV6
    will stay disabled and selftests will fail.
    
    We also need CONFIG_IPV6 to be built-in. For more details, please see
    commit 0ed37ac586c0 ("mptcp: depends on IPV6 but not as a module").
    
    Note that 'make kselftest-merge' will take all 'config' files found in
    'tools/testsing/selftests'. Because some of them already set
    CONFIG_IPV6=y, MPTCP selftests were still passing. But they will fail if
    MPTCP selftests are launched manually after having executed this command
    to prepare the kernel config:
    
      ./scripts/kconfig/merge_config.sh -m .config \
          ./tools/testing/selftests/net/mptcp/config
    
    Fixes: 010b430d5df5 ("mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it")
    Signed-off-by: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
    Reviewed-by: Mat Martineau <mathew.j.martineau@xxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20201021155549.933731-1-matthieu.baerts@xxxxxxxxxxxx
    Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/testing/selftests/net/mptcp/config b/tools/testing/selftests/net/mptcp/config
index 8df5cb8f71ff9..741a1c4f4ae8f 100644
--- a/tools/testing/selftests/net/mptcp/config
+++ b/tools/testing/selftests/net/mptcp/config
@@ -1,4 +1,5 @@
 CONFIG_MPTCP=y
+CONFIG_IPV6=y
 CONFIG_MPTCP_IPV6=y
 CONFIG_INET_DIAG=m
 CONFIG_INET_MPTCP_DIAG=m



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux