From: David S. Miller Date: Wed, 19 Oct 2022 12:47:09 +0000 (+0100) Subject: Merge branch 'qdisc-null-deref' X-Git-Tag: v6.1-rc5~142^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e38cf36695c9473f3d0a08bb9f27e33a8dc0ff53;p=platform%2Fkernel%2Flinux-starfive.git 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 --- e38cf36695c9473f3d0a08bb9f27e33a8dc0ff53