Merge branch 'qdisc-null-deref'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2022 12:47:09 +0000 (13:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2022 12:47:09 +0000 (13:47 +0100)
Zhengchao Shao says:

====================
net: 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.

---
v2: for fq_codel, revert the patch
---
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge