Re: [PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
From: Aaron Ma
Date: Sun Dec 07 2025 - 21:08:19 EST
On Fri, Dec 5, 2025 at 11:11 PM Simon Horman <horms@xxxxxxxxxx> wrote:
>
> 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, and I will keep it in mind.
Aaron
> Thanks!