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 55E321684B0; Sat, 21 Feb 2026 06:33:06 +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=1771655586; cv=none; b=F0TUyFZwUg5B9HGnefKXkDKeJ4czJcjLOOpfx2U7iWl2g5Cr421MPrmIUoKfELVSda/ipjNACDDqnNJKe7QU5Qnhz10DTgleFsZ0zyX5NpaG/zlAdKhCcnxhqS4y98EptI+oUy2JzP2yvUVfojm5yQ4PMXII9TUb+1ten9tNlYQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771655586; c=relaxed/simple; bh=caYN/1ZHoXnmBXJ/pT/J0UP8KCsi4oMgXHnH+pcWTj4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rTb1YABitGV2sVoGt+2BP1wJ8nws8WZqXquE3a7pJAWXMkFMPR0Mq0IN/gE6KUJPBEN/NRddrTyptfxQbBXeTlwRJLfZYPWkptsyXNaZZEICS946V8+WKMJ52o5cDYHdmDr4u2kxbTQPmS/Xg1z8emcpfEONcRSdZtIlUyytN3w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=yg7fznlM; 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="yg7fznlM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82C86C4CEF7; Sat, 21 Feb 2026 06:33:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771655585; bh=caYN/1ZHoXnmBXJ/pT/J0UP8KCsi4oMgXHnH+pcWTj4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yg7fznlMJoEOg8cCoqbUhIB+kzehIXTov2fnMzlbPNC5Pok2m4eLQTPV7i7db1N1o C7ntz/7MKNOEWf+ECYr6Z2YWLlNISV03vyU8wEsF2h4am12nzET+5f2O0fP2hM9o06 FOjnPl7QcVW2fieCnnfFzBgqwYosLsbyVMiwMS1w= Date: Sat, 21 Feb 2026 07:33:02 +0100 From: Greg KH To: Rosen Penev Cc: stable@vger.kernel.org, Kenneth Feng , Alex Deucher , Christian =?iso-8859-1?Q?K=F6nig?= , Xinhui Pan , David Airlie , Simona Vetter , "open list:AMD POWERPLAY AND SWSMU" , "open list:DRM DRIVERS" , open list Subject: Re: [PATCH 1/2] Revert "drm/amd/pm: Disable MCLK switching on SI at high pixel clocks" Message-ID: <2026022124-creature-extenuate-34da@gregkh> References: <20260221034402.69537-1-rosenp@gmail.com> <20260221034402.69537-2-rosenp@gmail.com> <2026022132-gem-stylishly-2c49@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Fri, Feb 20, 2026 at 09:54:02PM -0800, Rosen Penev wrote: > On Fri, Feb 20, 2026 at 9:40 PM Greg KH wrote: > > > > On Fri, Feb 20, 2026 at 07:44:01PM -0800, Rosen Penev wrote: > > > This reverts commit d033e8cf4e8f6395102cdbc3cb00dc7cb9542f53. > > > > Why? You need to explain why you do something, not just what you are > > doing. > Not sure how to specify that it's a requirement for the second patch > so that git revert works without problems. Just say so, nothing complex here, just describe the problem and what is needed to resolve it. This ends up in the changelog, your patch 0/2 does not. thanks, greg k-h