Re: [PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
From: Simon Horman <horms@kernel.org>
Date: 2025-12-05 15:11:25
Also in:
intel-wired-lan, lkml
From: Simon Horman <horms@kernel.org>
Date: 2025-12-05 15:11:25
Also in:
intel-wired-lan, lkml
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!