From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pd.grulic.org.ar (pd.grulic.org.ar [200.16.16.187]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 286A5AD51 for ; Sun, 10 Aug 2025 16:36:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=200.16.16.187 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754843794; cv=none; b=NiMM1feSpFq8MqbmIKk3DeYFgK+o2wAo/pKYTJ4RQ5ll6tAIGGtZ8i6SYnhrXkygTr/txLEnVAkT8+Vto3zTT4wdTqaRW/ysQokxiqsLno5RcBrVX+kh0giEpMczyfLaHj6syNWNOOCfrzAwtANHUNYGC6VzVHcVO/32lKuAgZU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754843794; c=relaxed/simple; bh=2EOgxN0IsRZYNq3RhjSj0ve4puxsZKoY+AxrWtR4mI0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=sVFhBF/fD3CMe/WBBJpleUeXjFR0NNmDyRQiuBtIxLXyuxuCYSskL3zh4NhjrEpnkBfcDT5E+cJsU7yIKhv61qk2eaLgeMTGDGSatinuWrP7PYtOyxTRk/5M6s6PoqJsCAljYftdWX+PBEbf8lS7y3/l8NW/m/O+qDfCzp1lTUo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=grulic.org.ar; spf=pass smtp.mailfrom=grulic.org.ar; arc=none smtp.client-ip=200.16.16.187 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=grulic.org.ar Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=grulic.org.ar Received: from localhost (82-64-43-81.subs.proxad.net [82.64.43.81]) by pd.grulic.org.ar (Postfix) with ESMTPSA id EF11F80E45; Sun, 10 Aug 2025 13:38:17 -0300 (-03) Date: Sun, 10 Aug 2025 18:36:02 +0200 From: Marcos Dione To: Daniel Lezcano Cc: linux-pm@vger.kernel.org Subject: Re: [Possible bug]: thermal and an scaling governor issues Message-ID: Precedence: bulk X-Mailing-List: linux-pm@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: On Sun, Aug 03, 2025 at 10:18:33PM +0200, Daniel Lezcano wrote: > IIUC, it is a laptop. yes. > There can be a couple of things. The difficult part is the firmware can do > actions under the hood, the userspace may change the governors depending on > the temperature and the kernel can do something else. Do we get any events about this or is 100% transparent? > I suggest to investigate first the temperature sensor for the skin (or case) > and the battery. What are their temperature when you compile ? As I mention, I had to disable monitoring, but I could check manually. All I can say is that that was particularly not hot (much less heatwave-y) week, so it _should_ have been cooler than usual (for this period). Also, a reboot fixed it, so it was not that. Cheers, -- Marcos.