Patch "kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile" has been added to the 5.15-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

    kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile

to the 5.15-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:
     kselftests-net-add-missed-setup_loopback.sh-setup_ve.patch
and it can be found in the queue-5.15 subdirectory.

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



commit f48cd8e8bfea0c58327eaffaad2c90171a22e985
Author: Hangbin Liu <liuhangbin@xxxxxxxxx>
Date:   Wed Nov 3 10:44:56 2021 +0800

    kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
    
    [ Upstream commit b99ac1841147eefd8d8b52fcf00d7d917949ae7f ]
    
    When generating the selftests to another folder, the include file
    setup_loopback.sh/setup_veth.sh for gro.sh/gre_gro.sh are missing as
    they are not in Makefile, e.g.
    
      make -C tools/testing/selftests/ install \
          TARGETS="net" INSTALL_PATH=/tmp/kselftests
    
    Fixes: 7d1575014a63 ("selftests/net: GRO coalesce test")
    Fixes: 9af771d2ec04 ("selftests/net: allow GRO coalesce test on veth")
    Signed-off-by: Hangbin Liu <liuhangbin@xxxxxxxxx>
    Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index 9b1c2dfe12530..63ee01c1437b6 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -28,7 +28,7 @@ TEST_PROGS += veth.sh
 TEST_PROGS += ioam6.sh
 TEST_PROGS += gro.sh
 TEST_PROGS += gre_gso.sh
-TEST_PROGS_EXTENDED := in_netns.sh
+TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh
 TEST_GEN_FILES =  socket nettest
 TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any
 TEST_GEN_FILES += tcp_mmap tcp_inq psock_snd txring_overwrite



[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