From 36f1fe74462ffc703a227bc65575c5b285f9d504 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 14 Aug 2025 13:22:41 +0200 Subject: [PATCH] tests: shell: update comment to name the right commit. At the time the comment was written the patch wasn't yet upstream so replace this with the right id and title. Signed-off-by: Florian Westphal --- tests/shell/testcases/packetpath/tcp_reset | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/shell/testcases/packetpath/tcp_reset b/tests/shell/testcases/packetpath/tcp_reset index 559260a3..c19a3faf 100755 --- a/tests/shell/testcases/packetpath/tcp_reset +++ b/tests/shell/testcases/packetpath/tcp_reset @@ -2,8 +2,9 @@ # NFT_TEST_REQUIRES(NFT_TEST_HAVE_socat) -# regression check for kernel commit -# netfilter: nf_reject: init skb->dev for reset packet +# regression check for issue fixed with kernel commit +# b975d3ee5962 ("net: add and use skb_get_hash_net") +# without it, flow dissector used to WARN(). ip link set lo up -- 2.47.3