[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221018034718.82389-1-shaozhengchao@huawei.com>
Date: Tue, 18 Oct 2022 11:47:15 +0800
From: Zhengchao Shao <shaozhengchao@...wei.com>
To: <cake@...ts.bufferbloat.net>, <netdev@...r.kernel.org>,
<toke@...e.dk>, <jhs@...atatu.com>, <xiyou.wangcong@...il.com>,
<jiri@...nulli.us>, <davem@...emloft.net>, <edumazet@...gle.com>,
<kuba@...nel.org>, <pabeni@...hat.com>
CC: <dave.taht@...il.com>, <weiyongjun1@...wei.com>,
<yuehaibing@...wei.com>, <shaozhengchao@...wei.com>
Subject: [PATCH net 0/3] fix null pointer access issue in qdisc
These three patches fix the same type of problem. Set the default qdisc,
and then construct an init failure scenario when the dev qdisc is
configured on mqprio to trigger the reset process. NULL pointer access
may occur during the reset process.
Zhengchao Shao (3):
net: sched: cake: fix null pointer access issue when cake_init() fails
net: sched: fq_codel: fix null pointer access issue when
fq_codel_init() fails
net: sched: sfb: fix null pointer access issue when sfb_init() fails
net/sched/sch_cake.c | 4 ++++
net/sched/sch_fq_codel.c | 20 ++++++++++++++------
net/sched/sch_sfb.c | 3 ++-
3 files changed, 20 insertions(+), 7 deletions(-)
--
2.17.1
Powered by blists - more mailing lists