From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751757AbZHCGE6 (ORCPT ); Mon, 3 Aug 2009 02:04:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751536AbZHCGE6 (ORCPT ); Mon, 3 Aug 2009 02:04:58 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:60619 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750890AbZHCGE5 (ORCPT ); Mon, 3 Aug 2009 02:04:57 -0400 Date: Mon, 3 Aug 2009 08:04:08 +0200 From: Ingo Molnar To: Tejun Heo Cc: "H. Peter Anvin" , Linus Torvalds , Thomas Gleixner , Linux Kernel Mailing List Subject: Re: [PATCH 1/3] x86: Add 'percpu_read_stable()' interface for cacheable accesses Message-ID: <20090803060408.GA20762@elte.hu> References: <200907311813.n6VIDe9S023442@voreg.hos.anvin.org> <20090731195705.GA12270@elte.hu> <4A76421E.3040005@kernel.org> <4A7670E0.4030605@kernel.org> <4A767203.5090802@zytor.com> <4A767325.20604@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A767325.20604@kernel.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tejun Heo wrote: > H. Peter Anvin wrote: > > Tejun Heo wrote: > >> > >> Ingo, these patches might as well go through x86 tree. If you think > >> that would be better, please let me know. > >> > > > > Makes sense to me. I'll pull them into x86/percpu. > > Cool, dropping from my tree then. We can delegate the contents of x86/percpu to you (the topic branch contains no patches over mainline right now) - i.e. we can pull those bits from you and they could also be in your tree to keep your testing & integration consistent. Ingo