From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760880AbdEOJ6w (ORCPT ); Mon, 15 May 2017 05:58:52 -0400 Received: from mx2.suse.de ([195.135.220.15]:50194 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756046AbdEOJ6u (ORCPT ); Mon, 15 May 2017 05:58:50 -0400 Subject: Re: [patch 16/18] init: Introduce SYSTEM_BOOTING_UP/SMP states To: Thomas Gleixner , LKML Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , Mark Rutland , Boris Ostrovsky References: <20170514182716.347236777@linutronix.de> <20170514183613.755720290@linutronix.de> From: Juergen Gross Message-ID: <98ec2e11-326e-4881-fe17-b409e7f58f4e@suse.com> Date: Mon, 15 May 2017 11:58:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170514183613.755720290@linutronix.de> Content-Type: text/plain; charset=iso-8859-15 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/05/17 20:27, Thomas Gleixner wrote: > might_sleep() debugging should be active right after the scheduler starts > working and smp_processor_id() debugging right before the first non boot > cpu is brought up. > > Add two new states which allow to enable those checks earlier and add them > to the xen do_poweroff() function. > > No functional change. > > Signed-off-by: Thomas Gleixner > Cc: Boris Ostrovsky Acked-by: Juergen Gross Juergen