From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753321AbZKZJwL (ORCPT ); Thu, 26 Nov 2009 04:52:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751947AbZKZJwH (ORCPT ); Thu, 26 Nov 2009 04:52:07 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:38798 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750833AbZKZJwF (ORCPT ); Thu, 26 Nov 2009 04:52:05 -0500 Date: Thu, 26 Nov 2009 10:51:54 +0100 From: Ingo Molnar To: Tejun Heo Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mike Galbraith , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra Subject: Re: linux-next: manual merge of the workqueues tree with the tip tree Message-ID: <20091126095154.GE32275@elte.hu> References: <20091126190018.88a6dd77.sfr@canb.auug.org.au> <20091126081237.GA31034@elte.hu> <4B0E4741.10509@kernel.org> <20091126092631.GA17253@elte.hu> <4B0E4EFB.2070705@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0E4EFB.2070705@kernel.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=none autolearn=no SpamAssassin version=3.2.5 _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tejun Heo wrote: > Hello, Ingo. > > 11/26/2009 06:26 PM, Ingo Molnar wrote: > >> Sure, which sched/* branch should I base these patches on? > > > > You could send the patch you rely on standalone (it seems to be a single > > patch) and we can look at applying it to the scheduler tree. That > > reduces the conflicts on an ongoing basis. Please Cc: PeterZ and Mike > > Galbraith as well. > > The tree contains four scheduler patches. > > 0001-sched-rename-preempt_notifier-to-sched_notifier-and-.patch > 0002-sched-update-sched_notifier-and-add-wakeup-sleep-not.patch > 0003-sched-implement-sched_notifier_wake_up_process.patch > 0004-sched-implement-force_cpus_allowed.patch > > 1, 2 and 4 are somewhat spread throughout sched.c so it would be > better if they all are routed through sched tree. Currently the > wq#for-sched contains the followings on top of linus#master. > > * Adds debugobj support to workqueue. > > * Pulls in sched/urgent to receive the scheduler fix. > > * Adds the above four patches. > > If pulling in from the existing branch is an option, I'd prefer that. > If not, please let me know. I'll send the above four patches against > sched/urgent. I've merged sched/urgent into sched/core and pushed it out - mind basing any sched.c patches on top of that and send a series of scheduler-only patches? Thanks, Ingo