From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 94832198E81 for ; Wed, 19 Feb 2025 12:53:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739969632; cv=none; b=MpM959fksr48T9f4ZS3BHGNX0KHfXWklVXwjN2zudGd2OjYWb8B1UP/+mnzCIdvY3aN9kF1uXel2vHiRZqsTvO0cJmj7TwAMojk55cdfriwoeoX50pxjUO4D9B450gYcX3/c9q/U3iyU1Wbg/7CxgN9cTGJE48VAFuyFZPopHGQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739969632; c=relaxed/simple; bh=o1vrbknKIaZg3v8eM8Gd3qfJuaEPRIedyoiJKVEUJBI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jlhcMWOOCRrMdox3P94YUBg47O3ovmYA88mPKLMChPNXuvdI8bEhTwei7zNxy3L1KlLRImcPjcfE8uOlvP6+Ix0cxB33xiQxK51/+T+b3/4SaP+9Gek3irgdbOz31bYe7zXGEaXA4GUwj9WMSNJwtthhCAdj8eaRCEr5C2RlT+k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HtiLZmhK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HtiLZmhK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DF33C4CED1; Wed, 19 Feb 2025 12:53:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739969632; bh=o1vrbknKIaZg3v8eM8Gd3qfJuaEPRIedyoiJKVEUJBI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HtiLZmhKlr528J6r/FF0G8RYi7LKgIXhNe9vWG3+/5yZiJACZa7vf2F0zNPCtnky/ C+ffLJ6OJAEElfxHvdsPNdJNUE0Cn6DNb35GsYQAZb2lFPmCEc4IZtpP7H4h/lhlCO 5A/wrWjLRGcYFqrpwFxX1GtUw6FxsGCVg4fkUAyRAmsOy/jySNBAyIBjbqfHitN72W QD6NsoADotjMkUcgnmnlyCLgSZj//4BvoZVrBMmjBbbfhpZHI1L5n3p7LcAy3gAAgM drfauWiSI5bgzU28CA67TuzObyJXoDMFrfk1x8eGxGx7wBf0QuCxnPjIR/+KdpDdo2 xa/gai+p4dHgw== Date: Wed, 19 Feb 2025 13:53:47 +0100 From: Danilo Krummrich To: webgeek1234@gmail.com Cc: Karol Herbst , Lyude Paul , David Airlie , Simona Vetter , Ben Skeggs , dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] drm/nouveau/pmu: Fix gp10b firmware guard Message-ID: References: <20250218-nouveau-gm10b-guard-v2-1-a4de71500d48@gmail.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <20250218-nouveau-gm10b-guard-v2-1-a4de71500d48@gmail.com> On Tue, Feb 18, 2025 at 03:28:03AM -0600, Aaron Kling via B4 Relay wrote: > From: Aaron Kling > > Most kernel configs enable multiple Tegra SoC generations, causing this > typo to go unnoticed. But in the case where a kernel config is strictly > for Tegra186, this is a problem. > > Fixes: 989863d7cbe5 ("drm/nouveau/pmu: select implementation based on available firmware") > Signed-off-by: Aaron Kling Applied to drm-misc-fixes, thanks!