Re: [PATCH net-next] net: sched: tbf: don't call qdisc_put() while holding tree lock

From: Jakub Kicinski
Date: Thu Aug 25 2022 - 21:13:12 EST


On Fri, 26 Aug 2022 09:12:48 +0800 Zhengchao Shao wrote:
> The issue is the same to commit c2999f7fb05b ("net: sched: multiq: don't
> call qdisc_put() while holding tree lock"). Qdiscs call qdisc_put() while
> holding sch tree spinlock, which results sleeping-while-atomic BUG.
>
> Fixes: c266f64dbfa2 ("net: sched: protect block state with mutex")
> Signed-off-by: Zhengchao Shao <shaozhengchao@xxxxxxxxxx>

If it's a bug fix for a commit already in Linus's main tree it should
come with [PATCH net] in the subject (i.e. without the -next).
Please repost.