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 20149367B60; Sun, 21 Jun 2026 13:35:45 +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=1782048947; cv=none; b=Lzda5aXR6SDTZdbvjDH/p96ibtazN6oW7NiW9lSbp5kk54015BQiV8x/aQI5CpCpr4D5rBM2xMT+pHGgnWAMBmcRjnyRfaZe8MDCPQqIV2HgRqm2Y/zl7PcBnrPkhghJ4JsLwqCJn1yT20LIbkEZ7abHVw4hQD2UKRjTYa2wOBo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782048947; c=relaxed/simple; bh=qkdi1Mm8r1WfQULAuRFFlID6RChvcSoXS79Zjkno9xQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mkgwzY9Z01kqG8cgHcJYFY0ttAoMDjlfDlHaP0I48a48fwLzv6MZQCvbspSzda9SFrEdFqkVPpkuFfqa/w2ia8qpx0ApcrFkaaoG89EkSVXpBYh3XA4Ws5UZsqjC3CZXFQ6C7XtJJQPwsDOAPOogYlEZ/Z8scb63wXEqlHb4lP0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Bu2rVS70; 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="Bu2rVS70" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1BA21F000E9; Sun, 21 Jun 2026 13:35:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782048945; bh=a4xYOjXUmeXKiNZBk3/FakjN1MIv8fVkL9//J3Rm4VQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Bu2rVS70AE7q0539unYUHl8ifOUfopApEuWITF2YFKX/a5/N4RVtP8oWqL7eYPmYw TqdGOGPfZBNulrQ1ib7GFqcsrsGUWsbG75npEstvkHMakn511zcy6TD011HDsw3vJb dDs+wdBeBv9OEjTeb467IMmtMraySDY/xJde7APVgFS/u9D9wL//WJ3vD5Pke1nI6o B6ppi5lZQZpDdKiJE2gnU/114gmX+wIgh4nzbjFKtvX3FeSAkSOvFo5V7kDPeOsStv rivSYD3yw0MfpUq0aMV3Ma7guyFGC5owFXfgsSQv1o0Wp/QhDXiEGTq0uzTB4Ufpil +8R8q8AQVt8Gg== From: Danilo Krummrich To: Junrui Luo Cc: Lyude Paul , Danilo Krummrich , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Dave Airlie , dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org, Yuhao Jiang , stable@vger.kernel.org Subject: Re: [PATCH] drm/nouveau: fix reversed error cleanup order in ucopy functions Date: Sun, 21 Jun 2026 15:35:35 +0200 Message-ID: <20260621133535.5892-1-dakr@kernel.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: References: 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 Wed, 10 Jun 2026 18:01:28 +0800, Junrui Luo wrote: > [PATCH] drm/nouveau: fix reversed error cleanup order in ucopy functions Applied, thanks! Branch: drm-misc-fixes Tree: https://gitlab.freedesktop.org/drm/misc/kernel.git [1/1] drm/nouveau: fix reversed error cleanup order in ucopy functions commit: ab99ead646b1 The patch will appear in the next linux-next integration (typically within 24 hours on weekdays). The patch is queued up for Linus's tree and should land in the next -rc release.