Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755174Ab3DORMb (ORCPT ); Mon, 15 Apr 2013 13:12:31 -0400 Received: from relay3.sgi.com ([192.48.152.1]:41698 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752729Ab3DORM3 (ORCPT ); Mon, 15 Apr 2013 13:12:29 -0400 Date: Mon, 15 Apr 2013 12:12:25 -0500 From: Robin Holt To: Ingo Molnar , Russ Anderson Cc: Shawn Guo , Oleg Nesterov , Andrew Morton , "H. Peter Anvin" , Lai Jiangshan , Linus Torvalds , Linux Kernel Mailing List , Michel Lespinasse , "Paul E. McKenney" , Paul Mackerras , Peter Zijlstra , Robin Holt , "rusty@rustcorp.com.au" , Tejun Heo , the arch/x86 maintainers , Thomas Gleixner Subject: [Patch -v3 0/4] Shutdown from reboot_cpuid without stopping other cpus. Message-ID: <20130415171225.GC3658@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 17 We recently noticed that reboot of a 1024 cpu machine takes approx 16 minutes of just stopping the cpus. The slowdown was tracked to commit f96972f. The current implementation does all the work of hot removing the cpus before halting the system. We are switching to just migrating to the reboot_cpuid and then continuing with shutdown/reboot. The patch set is broken into four parts. The first is planned for the stable release. The others move the halt/shutdown/reboot related files to their own kernel/reboot.c file and then introduce the kernel boot parameter. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/