From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx156.postini.com [74.125.245.156]) by kanga.kvack.org (Postfix) with SMTP id 8D9B76B0062 for ; Fri, 29 Jun 2012 12:04:41 -0400 (EDT) Message-ID: <1340985857.28750.100.camel@twins> Subject: Re: [PATCH 09/40] autonuma: introduce kthread_bind_node() From: Peter Zijlstra Date: Fri, 29 Jun 2012 18:04:17 +0200 In-Reply-To: <4FEDCB7A.1060007@redhat.com> References: <1340888180-15355-1-git-send-email-aarcange@redhat.com> <1340888180-15355-10-git-send-email-aarcange@redhat.com> <4FEDCB7A.1060007@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Sender: owner-linux-mm@kvack.org List-ID: To: Rik van Riel Cc: Andrea Arcangeli , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Hillf Danton , Dan Smith , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Bharata B Rao , Lee Schermerhorn , Johannes Weiner , Srivatsa Vaddagiri , Christoph Lameter , Alex Shi , Mauricio Faria de Oliveira , Konrad Rzeszutek Wilk , Don Morris , Benjamin Herrenschmidt On Fri, 2012-06-29 at 11:36 -0400, Rik van Riel wrote: > On 06/28/2012 08:55 AM, Andrea Arcangeli wrote: >=20 > > --- a/include/linux/sched.h > > +++ b/include/linux/sched.h > > @@ -1792,7 +1792,7 @@ extern void thread_group_times(struct task_struct= *p, cputime_t *ut, cputime_t * > > #define PF_SWAPWRITE 0x00800000 /* Allowed to write to swap */ > > #define PF_SPREAD_PAGE 0x01000000 /* Spread page cache over cpuset */ > > #define PF_SPREAD_SLAB 0x02000000 /* Spread some slab caches over cpu= set */ > > -#define PF_THREAD_BOUND 0x04000000 /* Thread bound to specific cpu */ > > +#define PF_THREAD_BOUND 0x04000000 /* Thread bound to specific cpus */ > > #define PF_MCE_EARLY 0x08000000 /* Early kill for mce process= policy */ > > #define PF_MEMPOLICY 0x10000000 /* Non-default NUMA mempolicy */ > > #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex = tester */ >=20 > Changing the semantics of PF_THREAD_BOUND without so much as > a comment in your changelog or buy-in from the scheduler > maintainers is a big no-no. In fact I've already said a number of times this patch isn't going anywhere. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org