From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C8F1923BCED for ; Sun, 21 Jun 2026 13:00:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782046845; cv=none; b=DeFV6yXfeWhnU+3xNF9FIBaKcyk3QQjrtSH+TSFvvB11FvGNbTDWuRHvvzQIa8NGkvuA1H5wfUbZl9TZLkUxTBSucIuTuVQYMtpFf0nYGqG/bcIZgrdPXwL3x6+9/a4SD7IBv1FmYQ4doNoQ2wGJw/Hi4ZhQwdbv4MsqNLfO8r4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782046845; c=relaxed/simple; bh=gHdPeZZsuQaRgiGw6s6rRpAYyhDZl3jrtfUn198FsgA=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=hZ7PZcmpcthFrxp6VOra0PttD35DTfs2xqvTAPucKCoVitjLRfLdJrdsb5dbkGHVCYCQLTBe/PvNze/WzSo5X5cE1G+aa/7Fui1Vm7CWbw0doxbhh/uOAft2KUC5HYz4ymVlpAr14ID3poed21Ys7l+beSjBcXfp4XvPae04CVE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QgqqEt8f; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QgqqEt8f" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F11891F000E9; Sun, 21 Jun 2026 13:00:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782046844; bh=8lxJr0Ff/uWo6FpO6JrLPcU60RV27XXd6YBLWVHwVrg=; h=Date:Subject:Cc:To:From:References:In-Reply-To; b=QgqqEt8fkjzYqED2Zo0KdWJCse6Moh82r2qaEY4rYC7oFNfzMRJ/SL0svtmZmvw4D +zmoYEWTRwyTpOH0Off/PkWC7uFvtBAa3FrfH6rfgds3aeMlFop8UTDr/2Zzw1fFgF reZeEE5/PtjdRCrpUOCI/ZJdt5j6vbz9/HrmdmXbhlDIZ7Ptc7Ep0hSnhA8cJHptBf ylItNv0aMdS0V8rf83DHy0OxA/UHp9OwItGNcorSvl/iC2J/TfRIZwmRoDOoyf2epA T88x9r8jN6tPX7hZ0Rg2xZOQXJPIEhaZdvqJ0xulONioJeIsVJvJ4KKwJXzX9qK5N7 xqXRlV/IlAWBA== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 21 Jun 2026 15:00:40 +0200 Message-Id: Subject: Re: [PATCH v2 0/5] nouveau/gsp: Clean up IS_ERR vs IS_ERR_OR_NULL usage Cc: , , , , , , , , , , , , To: "Hongling Zeng" From: "Danilo Krummrich" References: <20260601095403.228220-1-zenghongling@kylinos.cn> In-Reply-To: <20260601095403.228220-1-zenghongling@kylinos.cn> 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