From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: 3.2-rc2+: Reported regressions from 3.0 and 3.1 Date: Thu, 1 Dec 2011 09:35:48 -0500 Message-ID: <20111201143548.GA28114@phenom.dumpdata.com> References: <201111212249.31196.rjw@sisk.pl> <20111122135412.GA29905@phenom.dumpdata.com> <20111129180414.GA11459@phenom.dumpdata.com> <20111129183428.GE8200@aftab> <20111130175936.GA15168@phenom.dumpdata.com> <20111201113919.GC31552@aftab> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20111201113919.GC31552@aftab> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Borislav Petkov Cc: Linux SCSI List , Florian Mickler , Network Development , Linux PM List , x86@kernel.org, Linux Wireless List , Linux Kernel Mailing List , DRI , Linux ACPI , mingo@redhat.com, hpa@zytor.com, tglx@linutronix.de, Kernel Testers List , Linus Torvalds , Andrew Morton , Maciej Rutecki List-Id: linux-acpi@vger.kernel.org > >From what I can see, you get the following callchain: > > start_kernel > |-> setup_arch > |-> x86_init.oem.arch_setup = xen_arch_setup > .... > |-> check_bugs > |-> identify_boot_cpu > |-> identify_cpu > |-> select_idle_routine > > > so xen_arch_setup will set pm_idle and select_idle_routine will honour > it. I'm being told this is run either in the dom0 or the paravirt guest > and if so, I don't see any issue with this for baremetal. So you can > have my ACK provided this is tested on baremetal too. Tested on baremetal and there were no abnormalities. Thanks!