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 1777728F7 for ; Sat, 9 Nov 2024 15:30:26 +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=1731166227; cv=none; b=RJtLyelFHcNa2LuHNYEndVz+idUf7xXYrR0n0sO8HBRIG4KNFIcBiP0DN64n7/4bdOjr9tOlmnk87y93lSf8R+GPB5beXxrqY6aEUkEe0JRN2d8RuEi3usVVFuI434x6TTd8WRJrJCodTW0VBgJGGAP4EGbdOFJtLEUJnVSFvfE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731166227; c=relaxed/simple; bh=Pul2+Kx7IIGskx0u2lIcnJw8iuE/LHZsQpz2O+3mQo0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P1wgBwKntHL9yysZZhV/bjda20zEvQoYb9RTyPWBAFAd9cA/6IsMi+qDsepz/H3MaqWGgqeu84BZhl8U31FWA2SoQhdOUMULnGd63A93p3oC2Zm7MuPV8VSUbVcq5x7f6Cj63/DpiMFCOU0wpS/0JDf5tP58Pkk8ukOT0T8ksZ0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=F1ZXM9+t; 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="F1ZXM9+t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC5F2C4CECE; Sat, 9 Nov 2024 15:30:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1731166226; bh=Pul2+Kx7IIGskx0u2lIcnJw8iuE/LHZsQpz2O+3mQo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F1ZXM9+tzuESW7ZbAcA3MBsOer6YU3RnuzQkeHsZ/ftnzrA3kefpm4K3t6ywsKbvV MfgbY9O3mS3Q4b+Vp5IgPCvrC3ltrA4Vl0+o9iK7wkXfDESqR2PPWWbcwaNuFIWVx4 hUPGrT/3BvwL2as5XjB8iuTPKfpGBsd2qvB9vZ3s= Date: Sat, 9 Nov 2024 16:30:23 +0100 From: Greg KH To: Mario Limonciello Cc: "stable@vger.kernel.org" , "Gong, Richard" Subject: Re: AMD PMF on 6.11.y Message-ID: <2024110903-previous-sequel-5a74@gregkh> References: <478eac36-fc71-4564-959c-422da304f139@kernel.org> Precedence: bulk X-Mailing-List: stable@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: <478eac36-fc71-4564-959c-422da304f139@kernel.org> On Wed, Nov 06, 2024 at 11:52:58PM -0600, Mario Limonciello wrote: > Hi, > > 6.11 already supports most functionality of AMD family 0x1a model 0x60, but > the amd-pmf driver doesn't load due to a missing device ID. > > The device ID was added in 6.12 with: > > commit 8ca8d07857c69 ("platform/x86/amd/pmf: Add SMU metrics table support > for 1Ah family 60h model") > > Can this please come back to 6.11.y to enable it more widely? I would be glad to, but it does not apply cleanly, are you sure you tried this? thanks, greg k-h