On Mon, 6 Feb 2023 16:18:32 +0300 Dan Carpenter wrote: > Subject: [PATCH net-next] net: sched: sch: Fix off by one in htb_activate_prios() Thanks for tagging but just to be sure - this is for net, right? (no need to repost) > The > needs be >= to prevent an out of bounds access. > > Fixes: de5ca4c3852f ("net: sched: sch: Bounds check priority")