Re: [PATCH v2 0/5] nouveau/gsp: Clean up IS_ERR vs IS_ERR_OR_NULL usage

From: Hongling Zeng

Date: Sun Jun 21 2026 - 21:32:09 EST


Hi Danilo,
I've reviewed Sashiko's feedback and she's absolutely right about the documentation issues. I will send the v3 patch, However, I want to clarify that these are pre-existing issues in the code, not problems introduced by my patch series, Unlike the previous kernel panic issue that we identified and fixed.

Thanks,
Hongling

在 2026年06月21日 21:00, Danilo Krummrich 写道:
On Mon Jun 1, 2026 at 11:53 AM CEST, Hongling Zeng wrote:
>Hongling Zeng (5):
> nouveau/gsp/rpc: Document RPC function return value contracts
> nouveau/gsp/rpc: Cleanup incorrect IS_ERR_OR_NULL in rpc.c
> nouveau/gsp/rm/alloc: Cleanup IS_ERR_OR_NULL usage
> nouveau/gsp/rm/bar: Cleanup IS_ERR_OR_NULL usage
> nouveau/gsp: Cleanup IS_ERR_OR_NULL in nvkm_gsp_rpc_rd()
There are a few more comments from Sashiko, did you check them?

Thanks,
Danilo