public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] idpf: skip NULL pointers during deallocation.
@ 2026-01-12 23:09 Li Li
  2026-01-12 23:09 ` [PATCH 1/2] idpf: skip deallocating bufq_sets from rx_qgrp if it is NULL Li Li
  2026-01-12 23:09 ` [PATCH 2/2] idpf: skip deallocating txq group's txqs " Li Li
  0 siblings, 2 replies; 10+ messages in thread
From: Li Li @ 2026-01-12 23:09 UTC (permalink / raw)
  To: Tony Nguyen, Przemek Kitszel, David S. Miller, Jakub Kicinski,
	Eric Dumazet, intel-wired-lan
  Cc: netdev, linux-kernel, David Decotigny, Anjali Singhai,
	Sridhar Samudrala, Brian Vazquez, Li Li, emil.s.tantilov

In idpf txq and rxq error paths, some pointers are not allocated in the
first place. In the corresponding deallocation logic, we should not
deallocate them to prevent kernel panics.

Li Li (2):
  idpf: skip deallocating bufq_sets from rx_qgrp if it is NULL.
  idpf: skip deallocating txq group's txqs if it is NULL.

 drivers/net/ethernet/intel/idpf/idpf_txrx.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.52.0.457.g6b5491de43-goog


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

end of thread, other threads:[~2026-02-02 16:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 23:09 [PATCH 0/2] idpf: skip NULL pointers during deallocation Li Li
2026-01-12 23:09 ` [PATCH 1/2] idpf: skip deallocating bufq_sets from rx_qgrp if it is NULL Li Li
2026-01-13  6:31   ` [Intel-wired-lan] " Paul Menzel
2026-01-15 20:07     ` Li Li
2026-01-13  7:34   ` Loktionov, Aleksandr
2026-02-02 16:27     ` Salin, Samuel
2026-01-12 23:09 ` [PATCH 2/2] idpf: skip deallocating txq group's txqs " Li Li
2026-01-13  6:43   ` [Intel-wired-lan] " Paul Menzel
2026-01-13  7:34   ` Loktionov, Aleksandr
2026-02-02 16:27     ` Salin, Samuel

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