[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1621687869.git.dcaratti@redhat.com>
Date: Sat, 22 May 2021 15:14:33 +0200
From: Davide Caratti <dcaratti@...hat.com>
To: Jamal Hadi Salim <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>,
Jiri Pirko <jiri@...nulli.us>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org
Subject: [PATCH net 0/2] two fixes for the fq_pie scheduler
- patch 1/2 restores the possibility to use 65536 flows with fq_pie,
preserving the fix for an endless loop in the control plane
- patch 2/2 fixes an OOB access that can be observed in the traffic
path of fq_pie scheduler, when the classification selects a flow
beyond the allocated space.
Davide Caratti (2):
net/sched: fq_pie: re-factor fix for fq_pie endless loop
net/sched: fq_pie: fix OOB access in the traffic path
net/sched/sch_fq_pie.c | 19 +++++++++++++------
.../tc-testing/tc-tests/qdiscs/fq_pie.json | 8 ++++----
2 files changed, 17 insertions(+), 10 deletions(-)
--
2.31.1
Powered by blists - more mailing lists