Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/3] Fixes for tc-taprio software mode
@ 2022-09-14 14:34 Vladimir Oltean
  2022-09-14 14:34 ` [PATCH net 1/3] net/sched: taprio: avoid disabling offload when it was never enabled Vladimir Oltean
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vladimir Oltean @ 2022-09-14 14:34 UTC (permalink / raw)
  To: netdev
  Cc: Vinicius Costa Gomes, Jamal Hadi Salim, Cong Wang, Jiri Pirko,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Voon Weifeng, Vladimir Oltean, Kurt Kanzenbach, linux-kernel

While working on some new features for tc-taprio, I found some strange
behavior which looked like bugs. I was able to eventually trigger a NULL
pointer dereference. This patch set fixes 3 issues I saw. Detailed
explanation in patches.

Vladimir Oltean (3):
  net/sched: taprio: avoid disabling offload when it was never enabled
  net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo
    child qdiscs
  net/sched: taprio: dereference oper and admin sched under RCU in
    taprio_destroy

 net/sched/sch_taprio.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-14 21:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-14 14:34 [PATCH net 0/3] Fixes for tc-taprio software mode Vladimir Oltean
2022-09-14 14:34 ` [PATCH net 1/3] net/sched: taprio: avoid disabling offload when it was never enabled Vladimir Oltean
2022-09-14 14:34 ` [PATCH net 2/3] net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs Vladimir Oltean
2022-09-14 14:34 ` [PATCH net 3/3] net/sched: taprio: dereference oper and admin sched under RCU in taprio_destroy Vladimir Oltean
2022-09-14 21:53   ` Vladimir Oltean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox