]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop selftests-mptcp-simult-flows-fix-some-subtest-names.patch
authorSasha Levin <sashal@kernel.org>
Sun, 10 Mar 2024 21:52:55 +0000 (17:52 -0400)
committerSasha Levin <sashal@kernel.org>
Sun, 10 Mar 2024 21:52:55 +0000 (17:52 -0400)
Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-5.15/selftests-mptcp-simult-flows-fix-some-subtest-names.patch [deleted file]
queue-5.15/series
queue-6.1/selftests-mptcp-simult-flows-fix-some-subtest-names.patch [deleted file]
queue-6.1/series

diff --git a/queue-5.15/selftests-mptcp-simult-flows-fix-some-subtest-names.patch b/queue-5.15/selftests-mptcp-simult-flows-fix-some-subtest-names.patch
deleted file mode 100644 (file)
index f528c95..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From 19c8b4907ef37163bc6be6633152beb25cb163c5 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 15 Feb 2024 19:25:37 +0100
-Subject: selftests: mptcp: simult flows: fix some subtest names
-
-From: Matthieu Baerts (NGI0) <matttbe@kernel.org>
-
-[ Upstream commit 4d8e0dde0403b5a86aa83e243f020711a9c3e31f ]
-
-The selftest was correctly recording all the results, but the 'reverse
-direction' part was missing in the name when needed.
-
-It is important to have a unique (sub)test name in TAP, because some CI
-environments drop tests with duplicated name.
-
-Fixes: 675d99338e7a ("selftests: mptcp: simult flows: format subtests results in TAP")
-Cc: stable@vger.kernel.org
-Reviewed-by: Geliang Tang <geliang@kernel.org>
-Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- tools/testing/selftests/net/mptcp/simult_flows.sh | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tools/testing/selftests/net/mptcp/simult_flows.sh b/tools/testing/selftests/net/mptcp/simult_flows.sh
-index af5f4ae48f7ea..aef9ce433b374 100755
---- a/tools/testing/selftests/net/mptcp/simult_flows.sh
-+++ b/tools/testing/selftests/net/mptcp/simult_flows.sh
-@@ -257,7 +257,8 @@ run_test()
-               [ $bail -eq 0 ] || exit $ret
-       fi
--      printf "%-60s" "$msg - reverse direction"
-+      msg+=" - reverse direction"
-+      printf "%-60s" "${msg}"
-       do_transfer $large $small $time
-       lret=$?
-       mptcp_lib_result_code "${lret}" "${msg}"
--- 
-2.43.0
-
index 1914c461d1ae32e483290630ef089239afb6e6c4..f7474324d99c42bbaeadadb2e2915acad6870e71 100644 (file)
@@ -70,7 +70,6 @@ exit-fix-typo-in-comment-s-sub-theads-sub-threads.patch
 exit-wait_task_zombie-kill-the-no-longer-necessary-s.patch
 alsa-usb-audio-fix-wrong-kfree-issue-in-snd_usb_endp.patch
 alsa-usb-audio-always-initialize-fixed_rate-in-snd_u.patch
-selftests-mptcp-simult-flows-fix-some-subtest-names.patch
 alsa-usb-audio-add-fixed_rate-quirk-for-jbl-quantum6.patch
 alsa-usb-audio-sort-quirk-table-entries.patch
 regmap-allow-to-define-reg_update_bits-for-no-bus-co.patch
diff --git a/queue-6.1/selftests-mptcp-simult-flows-fix-some-subtest-names.patch b/queue-6.1/selftests-mptcp-simult-flows-fix-some-subtest-names.patch
deleted file mode 100644 (file)
index 58f1540..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From 94a73f9dec7fef0ebc322fac05236c755fb6aa29 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 15 Feb 2024 19:25:37 +0100
-Subject: selftests: mptcp: simult flows: fix some subtest names
-
-From: Matthieu Baerts (NGI0) <matttbe@kernel.org>
-
-[ Upstream commit 4d8e0dde0403b5a86aa83e243f020711a9c3e31f ]
-
-The selftest was correctly recording all the results, but the 'reverse
-direction' part was missing in the name when needed.
-
-It is important to have a unique (sub)test name in TAP, because some CI
-environments drop tests with duplicated name.
-
-Fixes: 675d99338e7a ("selftests: mptcp: simult flows: format subtests results in TAP")
-Cc: stable@vger.kernel.org
-Reviewed-by: Geliang Tang <geliang@kernel.org>
-Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
-Signed-off-by: David S. Miller <davem@davemloft.net>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- tools/testing/selftests/net/mptcp/simult_flows.sh | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tools/testing/selftests/net/mptcp/simult_flows.sh b/tools/testing/selftests/net/mptcp/simult_flows.sh
-index 6bda70af03a83..41d2f4991b35c 100755
---- a/tools/testing/selftests/net/mptcp/simult_flows.sh
-+++ b/tools/testing/selftests/net/mptcp/simult_flows.sh
-@@ -269,7 +269,8 @@ run_test()
-               [ $bail -eq 0 ] || exit $ret
-       fi
--      printf "%-60s" "$msg - reverse direction"
-+      msg+=" - reverse direction"
-+      printf "%-60s" "${msg}"
-       do_transfer $large $small $time
-       lret=$?
-       mptcp_lib_result_code "${lret}" "${msg}"
--- 
-2.43.0
-
index 6aa0f5bb096f93bc4f4d84e98f44cfbf7814900d..c18937e36ea305a6e5314452b0f43375f7b4006d 100644 (file)
@@ -63,6 +63,5 @@ getrusage-use-sig-stats_lock-rather-than-lock_task_s.patch
 fs-proc-do_task_stat-use-__for_each_thread.patch
 fs-proc-do_task_stat-use-sig-stats_lock-to-gather-th.patch
 exit-wait_task_zombie-kill-the-no-longer-necessary-s.patch
-selftests-mptcp-simult-flows-fix-some-subtest-names.patch
 blk-wbt-fix-that-wbt-can-t-be-disabled-by-default.patch
 blk-iocost-pass-gendisk-to-ioc_refresh_params.patch