[PATCH 0/2] idpf: skip NULL pointers during deallocation.

Li Li posted 2 patches 3 weeks, 4 days ago
drivers/net/ethernet/intel/idpf/idpf_txrx.c | 5 +++++
1 file changed, 5 insertions(+)
[PATCH 0/2] idpf: skip NULL pointers during deallocation.
Posted by Li Li 3 weeks, 4 days ago
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