Re: [PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
From: Simon Horman
Date: Fri Dec 05 2025 - 10:11:25 EST
On Fri, Dec 05, 2025 at 04:24:58PM +0800, Aaron Ma wrote:
> Add NULL pointer checks in ice_vsi_set_napi_queues() to prevent crashes
> during resume from suspend when rings[q_idx]->q_vector is NULL.
Hi Aaron,
This is not a review. But a request for the future:
please don't post revised patchsets to netdev more than once every 24h.
Reasons for this include: allowing allow time for review; and reducing
load on shared CI infrastructure.
Link: https://docs.kernel.org/process/maintainer-netdev.html
Thanks!