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 A5C1E1519B4; Sun, 21 Jun 2026 13:13:21 +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=1782047602; cv=none; b=H6WTkRZlI12eDoXZ7wX89u/3gL2OZA3V3zooCnobpeLh+8VK77a5HS22q7D10/NtFKwVOfGPDmjfbt1+VKQUuV9xkiP90UC5eL2vwGeMZNJjkVAWQSIniLD1ToTzQVKw4yhprJMwZFq/GT2GF+awyrz2k4wyLS2tEyREYFWDxn4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782047602; c=relaxed/simple; bh=Zu7CANSEEIBm1+sX7/ph355b3PEMOEcFZPbvnRk/40o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mr2E7VSf4EOiZATa4mQ0nRF7M3M6hu3EBytt7YMvUm8NSqE2OlGXAMTX9Er1KybokTp4rblUjHwyQztvMxHZCoDkFSJNH8n06xmlcaYoIN3FwtcsyH/tvUF9fuoQWNO33TIUiULmhmRbbRntRDcXve2Noka+MkmhRDqGVjjEDp0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=I5CfqH6g; 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="I5CfqH6g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C40C91F000E9; Sun, 21 Jun 2026 13:13:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782047601; bh=dzuTGsXHWnUFFlf4w6v0xDSvKV+lTAJBsA0LpxaiREM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=I5CfqH6gPdXXucwP6yOGU4artKH2QLhVG0qGr/JwlXZc4DSn0XQajzUomOB9brj6m UgrCst2nHkoNdmOhbATdqCjhaIKUTJPZ/isy2ymJRAvmujj1jIeXp5y1k4A+z/ikY+ ppaFj71DqvYSWPBDpUET/WOi68CjCvtSGOabTH+ivznSH4hNmZt2dM4oNsuip23zVm eSs6KJT1cv9JHcRZ3o07pJDk0sSkGA6r8r46MNZcYQBexvsUuBgio1Q5DCifTBc1e3 zUJn9sSjHQnLZ/wz3tyr04dd0yjom5s+foVfZj8FZ9XFmyMw9qrBEVMsr5XW4Db6RR DV4CjQn8QyV5g== From: Danilo Krummrich To: Wentao Liang Cc: lyude@redhat.com, dakr@kernel.org, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch, dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] drm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit() Date: Sun, 21 Jun 2026 15:13:10 +0200 Message-ID: <20260621131310.5004-1-dakr@kernel.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260606155606.77593-1-vulab@iscas.ac.cn> References: <20260606155606.77593-1-vulab@iscas.ac.cn> 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 Sat, 6 Jun 2026 15:56:06 +0000, Wentao Liang wrote: > [PATCH] drm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit() Applied, thanks! Branch: drm-misc-fixes Tree: https://gitlab.freedesktop.org/drm/misc/kernel.git [1/1] drm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit() commit: c3027973f692 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.