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 3921D309F1D for ; Thu, 28 May 2026 21:07:30 +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=1780002451; cv=none; b=NvrojISiw+pg7O1U/5jXTepZyFYDlpcZkhVA5907eRRV7lAMrs02u8Zpa0yGRXo0ft5mf5ucyBNrLdakuTIwmlvs64NDZNhUwJuFrewoRW5G/mhSdrnt1+2gPLm70RsNVFfAKKE6NbIM9x3unapEV3E6xr8YZqXxljqbfaaSVD4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780002451; c=relaxed/simple; bh=dTVLo9Znh2GCM5rbRB5rIBYR+JMnY0jwCwnyjLmMwl0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=J+liwvG7utoUhw/cALlvCpBhvGfdl1o5faMsYbWXGnJEDXLlQmTMfWxRxz1Q1IJT7HBJG7tyEAN8CmqOjcLTgCqb09+C/vMQB3GyNDaFeMad0xLy46R3jJ+vlDQ+0SJdEdSNV2lVRlz7rTqccoLPe+hVm05jr7SnkmuDYQZj+TI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FZSu0fT0; 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="FZSu0fT0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8F5A1F000E9; Thu, 28 May 2026 21:07:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780002450; bh=fowJXGyder4bQsc7MfVmAwFTMAFL1nJkdD2VVv22884=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=FZSu0fT0FGaAH4AxLkt3DS93Ph42wwlCCSS/HHZyqQN80np3ElAgAtffQg/CawLcs ukFTIJ2TjDGKRPUPrskQbq+qMejlyWhIYS5GGSlUR9wZ1KAGICMchAWgy8FHfNhTNL XmcjmniR90FZvsTd3k2gVHNZKocRdFUjGov4TfUkAEQ1v2jfvKLvrElXFSUgCWvXA3 3sDtu8Rv1FtPa8UsmhdgaFVkY8DTsvqN0NrdpfpMmfAIzP8g8i6ZBu7fvlTZHH7HOa dM/qShlMIKyGc28aE+nIwTTDZ8Xbs3qgSDwyj/2g3NG7URZGbXdTukv/siE4/HLsmR yrL0yPgIJkGSQ== From: Danilo Krummrich To: Lyude Paul Cc: dri-devel@lists.freedesktop.org, Timur Tabi , nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org, Dave Airlie , Qianfeng Rong , Maarten Lankhorst , Kees Cook , Simona Vetter , David Airlie , Thomas Zimmermann , Maxime Ripard , Hongling Zeng , Danilo Krummrich , Zhi Wang Subject: Re: [PATCH 0/5] Revert cleanups for IS_ERR_OR_NULL() usage Date: Thu, 28 May 2026 23:07:17 +0200 Message-ID: <20260528210717.7078-1-dakr@kernel.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260528192847.4077458-1-lyude@redhat.com> References: <20260528192847.4077458-1-lyude@redhat.com> X-Patch-Reply: applied Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Thu, 28 May 2026 15:27:14 -0400, Lyude Paul wrote: > [PATCH 0/5] Revert cleanups for IS_ERR_OR_NULL() usage Applied, thanks! Branch: drm-misc-next-fixes Tree: https://gitlab.freedesktop.org/drm/misc/kernel.git [1/5] Revert "nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usage" commit: ebddb00faa82 [2/5] Revert "nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementation" commit: 1a8117455d0d [3/5] Revert "nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)" commit: dd516da348f1 [4/5] Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rd" commit: 80fa10569b90 [5/5] Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functions" commit: 18178f2ac176 The patches will appear in the next linux-next integration (typically within 24 hours on weekdays). The patches are queued up for the upcoming merge window for the next major kernel release.