From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752735AbcEKMoT (ORCPT ); Wed, 11 May 2016 08:44:19 -0400 Received: from mga14.intel.com ([192.55.52.115]:33434 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752476AbcEKMoR (ORCPT ); Wed, 11 May 2016 08:44:17 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,608,1455004800"; d="scan'208";a="803900892" Subject: Re: S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")] To: =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , Thomas Gleixner References: <20160511101920.GZ4329@intel.com> Cc: linux-arch@vger.kernel.org, Rik van Riel , Rafael Wysocki , "Srivatsa S. Bhat" , Peter Zijlstra , Sebastian Siewior , Rusty Russell , Steven Rostedt , Oleg Nesterov , Tejun Heo , Andrew Morton , Paul McKenney , Linus Torvalds , Paul Turner , linux-kernel@vger.kernel.org, rui.zhang@intel.com, len.brown@intel.com From: Arjan van de Ven Message-ID: <5733291E.80001@linux.intel.com> Date: Wed, 11 May 2016 05:44:14 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20160511101920.GZ4329@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/11/2016 3:19 AM, Ville Syrjälä wrote: > Oh, and this was with acpi_idle. This machine already failed to > resume from S3 with intel_idle since forever, as detailed in > https://bugzilla.kernel.org/show_bug.cgi?id=107151 > but acpi_idle worked fine until now. this is the important clue part afaics. some of these very old Atom's had issues (bios?) with S3 if the cores were in a too-deep C state, and at some point there was a workaround (I forgot where in the code) to ban those deep C states around S3 on those cpus. I wonder if moving things around has made said workaround ineffective.....