From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754548AbdEQOX2 (ORCPT ); Wed, 17 May 2017 10:23:28 -0400 Received: from foss.arm.com ([217.140.101.70]:48076 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752083AbdEQOXZ (ORCPT ); Wed, 17 May 2017 10:23:25 -0400 Date: Wed, 17 May 2017 15:23:22 +0100 From: Catalin Marinas To: Thomas Gleixner Cc: LKML , Mark Rutland , Peter Zijlstra , Will Deacon , Steven Rostedt , Greg Kroah-Hartman , Ingo Molnar , linux-arm-kernel@lists.infradead.org Subject: Re: [patch V2 03/17] arm64: Adjust system_state check Message-ID: <20170517142322.ml6nozzuajgz6t3z@localhost> References: <20170516184231.564888231@linutronix.de> <20170516184735.112589728@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170516184735.112589728@linutronix.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 16, 2017 at 08:42:34PM +0200, Thomas Gleixner wrote: > To enable smp_processor_id() and might_sleep() debug checks earlier, it's > required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. > > Adjust the system_state check in smp_send_stop() to handle the extra states. > > Signed-off-by: Thomas Gleixner > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Mark Rutland > Cc: linux-arm-kernel@lists.infradead.org Acked-by: Catalin Marinas