]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a3f265a49429876c64992cc403b4aaacc850d7d
treedde5d70f99ffb7429ce32c5c0f9eae2c18d4a342
parenta409cafdaaf90049e7a8973409c4fa9db4078f96
parent690baec943c8fdfd41124a64a39ba1bc38e57f95
Merge branch 'qdisc-null-deref'

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>