]> 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)
commitff7bf6dfe3dcc315157c21e6d066a3119e8f29ec
treedde5d70f99ffb7429ce32c5c0f9eae2c18d4a342
parent4e6c0ca61887ab10f01908e2073fcddb0733d815
parent6d753876f93a5108ea4bb46c65870cfd03881136
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>