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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F289EC433DF for ; Tue, 18 Aug 2020 21:08:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD36E20786 for ; Tue, 18 Aug 2020 21:08:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597784918; bh=WtAGDq3XNqb/mNa1w/YUxy/uy62/Xy43xlNRgLNL1qY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MDWNAh7ONJ+Wlx5iZmImS3yo059mJvIgDqOhBfihn9slxYDpe6mnwOXoSVhMRTogW R9rM1FiXCPONV945TH/4+/trzaB3cphrdTD8mnh1cPsNE57DO710OtMTfotb8DMeLr lWg0jLjmSu68Q7HuhJworIsSMmen21bYAwvr65WY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726372AbgHRVIi (ORCPT ); Tue, 18 Aug 2020 17:08:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:37228 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726176AbgHRVIh (ORCPT ); Tue, 18 Aug 2020 17:08:37 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1E9BA20786; Tue, 18 Aug 2020 21:08:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597784917; bh=WtAGDq3XNqb/mNa1w/YUxy/uy62/Xy43xlNRgLNL1qY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wDqUqHVRIx4KwZa5mdndk87xJisWf6cBffZkq6huYpkc0ORKsRLx5FRppqt6O22le gAaeTVejQUpYx33lvpZZFuylNmNEmhjgmRFFjmfIy1ksOmOaxLAQU1Myjsvics+fBE IOqXY4eslq7CrKxmLA4hxjLk0ng0Ushnvz0yTalg= Date: Tue, 18 Aug 2020 17:08:35 -0400 From: Sasha Levin To: Adam Ford Cc: stable Subject: Re: thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor() Message-ID: <20200818210835.GH4122976@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 18, 2020 at 01:25:03PM -0500, Adam Ford wrote: >Commit 0f348db01fdf ("thermal: ti-soc-thermal: Fix reversed condition >in ti_thermal_expose_sensor()") Fixes an issue that was introduced by >accidentally inverting the check which disabled the functionality. > >The issue was then backported to 4.14+ kernels, so they are also >affected and this patch fixes the regressions. > >Please backport this fix to kernels 4.14+ to restore functionality. Already done, it should be in the kernels released ~tomorrow. -- Thanks, Sasha