From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4F1A3CA1005 for ; Tue, 2 Sep 2025 15:39:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To :Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=WYJ19TsFV+2Qqe9FAZF07Fv9E8KGb0hwWGVoVvOLLcg=; b=hIlvxQXGLCAS9J0W7d4lt8gWIi YBljblmLaaWmd1h/Rub5jpQyknmgvtFerAuqsDHrJCzg67a5/RAnUnZl1v5tEKCNvd2Il3fIAY3F8 3fMvZ7JY4zbtp452eAkxh1rPB1pdVXgkhH2ekMp7aEqFksA3IGnS1bjkmI5Gz1b5M/tjnmUMz6ePV B/5JbY/5ME5RsnvF3699vuGKlhgy5lf1zAfisKujw9tO0Q+NJibahiLqyt+D7XOUtaCd8nnbVkNY2 x95l2UfpiFRboHa1IKJeHWIzbj2QaIZWsa34oJvtctW9kvxN8XObgEHYp+qaxZLku+QibH/B+7vzO 6j942jbw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1utT6U-00000000iu6-03bm; Tue, 02 Sep 2025 15:39:26 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1utPhD-0000000H5C7-0xPd; Tue, 02 Sep 2025 12:01:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 9D21941862; Tue, 2 Sep 2025 12:01:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9911C4CEF4; Tue, 2 Sep 2025 12:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1756814464; bh=WYJ19TsFV+2Qqe9FAZF07Fv9E8KGb0hwWGVoVvOLLcg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D6dxhHirthDmmOONEd0DoBqRC7rq8jKelt97VFAbd0Er4DlNAtdmyBdRGOIe6SZ07 9UoUAnsnafz4GEokavFcEW5M/7Qpu8MO418TDzZD9XhJ3aNjeb8yOunwlnVBtB5dsd L00zQm2Y6Hw8sZZ+IhYHpdx0/YycZ6QPKhGzKvCY= Date: Tue, 2 Sep 2025 14:01:01 +0200 From: Greg Kroah-Hartman To: Daniel Golle Subject: Re: [PATCH linux-stable 6.12 0/3] thermal/drivers/mediatek/lvts: pick fixes into 6.12 stable tree Message-ID: <2025090239-gondola-exes-8e13@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250902_050107_283782_1FA97AF6 X-CRM114-Status: GOOD ( 12.09 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mason Chang , linux-stable@vger.kernel.org, Arnd Bergmann , =?iso-8859-1?Q?N=EDcolas_F=2E_R=2E_A=2E?= Prado , "Rafael J. Wysocki" , linux-pm@vger.kernel.org, Daniel Lezcano , linux-kernel@vger.kernel.org, Chad Monroe , linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Matthias Brugger , Zhang Rui , Lukasz Luba , AngeloGioacchino Del Regno Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Sat, Aug 30, 2025 at 04:56:46PM +0100, Daniel Golle wrote: > Temperature readings on the MT7988 are severely abnormal and inaccurate > on some devices when using the default commands. > Patches to fix this have been posted and merged for Linux 6.17, however, > missing a Fixes:-tag they have not been picked into the Linux 6.12 stable > tree which already comes with the driver support for MT7988 and hence > suffers from this problem. > All 3 commits apply cleanly on top of linux-6.12.y, so cherry-pick them > now, adding the appropriate Fixes:-tag. They also need to go to 6.16.y as if you upgraded you would have a regression :( I'll go queue them up there now as well. thanks, greg k-h