From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255AbYFJMeI (ORCPT ); Tue, 10 Jun 2008 08:34:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752871AbYFJMdz (ORCPT ); Tue, 10 Jun 2008 08:33:55 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:44825 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752998AbYFJMdy (ORCPT ); Tue, 10 Jun 2008 08:33:54 -0400 Message-Id: <20080610111259.766940257@chello.nl> User-Agent: quilt/0.46-1 Date: Tue, 10 Jun 2008 13:12:59 +0200 From: Peter Zijlstra To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Thomas Gleixner , Steven Rostedt , Clark Williams , Gregory Haskins , "Paul E. McKenney" , Gautham R Shenoy , Pekka Enberg , Arnaldo Carvalho de Melo Subject: [PATCH -rt 0/5] hotplug fixes Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, the following patches enable me to 'almost' build a kernel while hotplugging like crazy. while :; do echo 0 > /sys/devices/system/cpu/cpu1/online; echo 1 > /sys/devices/system/cpu/cpu1/online; done vs make -j5 There still seems to be a bit of weirdness left, but I throught it time to post these patches so that others can have a peek. (patches against .24-rt)