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 990993ECBED; Tue, 31 Mar 2026 10:21:00 +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=1774952460; cv=none; b=R+dZFGU8H4fqgHoz1J1QAET2fBgf1zeyXadZQwNOLrZy7QPMTXJuPcHYWjHT2JBvl1+/Sa57wgqbf/SdMJMEa3XbQqNcHJWMR47BlBNy8r6XbI5b1u3FqtpSFfyGfVIT6zpUG1M/E/uZ+Vn0tKJdG7EBk8YeeTwAfgxhRmpKgY0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774952460; c=relaxed/simple; bh=BHEsXAaKbfrTXbZu0YNFbP6Pcp3fCQx38/LD4/9y+7E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Vfk1fjT48wbXdGEIMdP60NSKsY3Qny0ggDO95JHulgcY9cr0dhpr2Tz07wGM69+hqA6DIoGCpNHA2IXFbaTj5nFCq9wf3QM/zFBTQMlyjj+edCpXR9xolYo8pV2G4DY1mFjgAozHDePceJt+bkZ2cbPG9fWbzzftbifVwbXxrdw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Dm5WcEns; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Dm5WcEns" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0FE5C2BCB0; Tue, 31 Mar 2026 10:20:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774952460; bh=BHEsXAaKbfrTXbZu0YNFbP6Pcp3fCQx38/LD4/9y+7E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Dm5WcEnsStHtpWK/aZwkhUyLzoymBLHNV1Dff5LVpvUIl93CqQvWCFMPkXte90VNS wtKeeiKHv+MBYhPFtdXtQ24XaFd5FrEVw8u1tEgtDc5oQaemtsTsgqeWzIzORCreVC sV7MaH6dj4k9wH4UVK8kmitNatoo536RUTAk/Mjw= Date: Tue, 31 Mar 2026 12:20:57 +0200 From: Greg Kroah-Hartman To: Cal Peake Cc: Harshit Mogalapalli , Mario Limonciello , Kernel Mailing List , Andrew Morton , Linus Torvalds , stable@vger.kernel.org, jslaby@suse.cz, Alex Deucher Subject: Re: Linux 6.18.19 -- amdgpu bug and a new warning Message-ID: <2026033151-require-onward-f864@gregkh> References: <2026031914-send-embezzle-1648@gregkh> <1df33732-8d66-d669-84a8-259f1b7f3278@absolutedigital.net> <156c7e58-df60-44ca-8c26-78ccab2c1647@kernel.org> <9223c139-3c0e-49b0-a5c2-27025739e8e9@oracle.com> <8e2fcc37-7192-6eca-e4e-f9d6ebef8ec0@absolutedigital.net> 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: <8e2fcc37-7192-6eca-e4e-f9d6ebef8ec0@absolutedigital.net> On Thu, Mar 26, 2026 at 05:43:41PM -0400, Cal Peake wrote: > On Thu, 26 Mar 2026, Harshit Mogalapalli wrote: > > > I think backporting this would help ? > > > > commit: e12603bf2c3d ("drm/amd/pm: fix amdgpu_irq enabled counter unbalanced > > on smu v11.0") > > > > Ah, very good find! Thank you, Harshit, this fixes things up. > > Greg, please consider commit e12603bf2c3d in mainline for 6.18 stable. Now queued up, thanks. greg k-h