Re: [PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
From: Aaron Ma <hidden>
Date: 2025-12-08 02:08:19
Also in:
intel-wired-lan, lkml
From: Aaron Ma <hidden>
Date: 2025-12-08 02:08:19
Also in:
intel-wired-lan, lkml
On Fri, Dec 5, 2025 at 11:11 PM Simon Horman [off-list ref] wrote:
On Fri, Dec 05, 2025 at 04:24:58PM +0800, Aaron Ma wrote:quoted
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, and I will keep it in mind. Aaron
Thanks!