From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752183AbdEIHRE (ORCPT ); Tue, 9 May 2017 03:17:04 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:38646 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbdEIHRC (ORCPT ); Tue, 9 May 2017 03:17:02 -0400 Date: Tue, 9 May 2017 09:16:15 +0200 (CEST) From: Thomas Gleixner To: Tommi Rantala cc: Guenter Roeck , LKML , Fenghua Yu , Jean Delvare , linux-hwmon@vger.kernel.org, Sebastian Siewior , Peter Zijlstra , x86@kernel.org Subject: Re: [patch 0/6] hwmon/coretemp: Hotplug fixes, cleanups and state machine conversion In-Reply-To: Message-ID: References: <20161122173622.771252945@linutronix.de> <65310945-a720-5437-f7cb-9d8af1e5b53d@roeck-us.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 4 May 2017, Tommi Rantala wrote: > 2017-04-23 18:01 GMT+03:00 Thomas Gleixner : > > On Sat, 15 Apr 2017, Tommi Rantala wrote: > > > >> Testing with 4.10.8-200.fc25.x86_64: freezer, devices and platform are > >> OK, it breaks at "processors". > >> The screen stays off, and the machine no longer answers to ping. > >> > >> (Without coretemp loaded, the machine survives all the states. There > >> are some graphics glitches and radeon error messages) > > > > That's odd. I tried on a similar machine (w/o a radeon card) and it just > > works with the coretemp module loaded. > > > > Can you please do a CPU hotplug cycle (just one CPU) with the cpuhp events > > in the tracer enabled. Send me the trace output so I might be able to spot > > whats different and what interdependencies between other callbacks might be > > there. > > Hi, > > Here's the trace output, does it help? Not much. Can you please try the following: 1) Offline all CPUs except CPU0 before suspend/resume 2) Offline all CPUs except CPU0 and CPU1 before suspend/resume 3) Offline all CPUs except CPU0 and CPU2 before suspend/resume Thanks, tglx