[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250701231306.376762-1-xiyou.wangcong@gmail.com>
Date: Tue, 1 Jul 2025 16:13:04 -0700
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Cc: jhs@...atatu.com,
will@...lsroot.io,
stephen@...workplumber.org,
Cong Wang <xiyou.wangcong@...il.com>
Subject: [Patch net 0/2] netem: Fix skb duplication logic to prevent infinite loops
This patchset fixes the infinite loops due to skb duplication in netem.
This replaces the patches from William, with much less code and without
any workaround. More importantly, this does not break any use case at
all.
---
Cong Wang (2):
netem: Fix skb duplication logic to prevent infinite loops
selftests/tc-testing: Add a nested netem duplicate test
include/net/sch_generic.h | 1 +
net/sched/sch_netem.c | 7 +++---
.../tc-testing/tc-tests/qdiscs/netem.json | 25 +++++++++++++++++++
3 files changed, 29 insertions(+), 4 deletions(-)
--
2.34.1
Powered by blists - more mailing lists