From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752398Ab1AETcr (ORCPT ); Wed, 5 Jan 2011 14:32:47 -0500 Received: from mail3.caviumnetworks.com ([12.108.191.235]:11429 "EHLO mail3.caviumnetworks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751324Ab1AETcq (ORCPT ); Wed, 5 Jan 2011 14:32:46 -0500 Message-ID: <4D24C756.9070302@caviumnetworks.com> Date: Wed, 05 Jan 2011 11:32:38 -0800 From: David Daney User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 MIME-Version: 1.0 To: Ingo Molnar CC: "H. Peter Anvin" , Steven Rostedt , Jason Baron , Ralf Baechle , peterz@infradead.org, mathieu.desnoyers@polymtl.ca, tglx@linutronix.de, andi@firstfloor.org, roland@redhat.com, rth@redhat.com, masami.hiramatsu.pt@hitachi.com, fweisbec@gmail.com, avi@redhat.com, davem@davemloft.net, sam@ravnborg.org, michael@ellerman.id.au, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] jump label: introduce static_branch() References: <2d8c38bd7ca93e162aedb8e7acfc8bdb96d85de2.1294239591.git.jbaron@redhat.com> <4D24AB1B.2010209@caviumnetworks.com> <1294249439.26623.35.camel@gandalf.stny.rr.com> <4D24BED1.5000900@zytor.com> <20110105191424.GA7820@elte.hu> In-Reply-To: <20110105191424.GA7820@elte.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Jan 2011 19:32:44.0342 (UTC) FILETIME=[53464560:01CBAD0F] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/05/2011 11:14 AM, Ingo Molnar wrote: > > * H. Peter Anvin wrote: > >> On 01/05/2011 09:43 AM, Steven Rostedt wrote: >>> On Wed, 2011-01-05 at 09:32 -0800, David Daney wrote: >>> >>>> This patch will conflict with the MIPS jump label support that Ralf has >>>> queued up for 2.6.38. >>> >>> Can you disable that support for now? As Linus said at Kernel Summit, >>> other archs jumped too quickly onto the jump label band wagon. This >>> change really needs to get in, and IMO, it is more critical to clean up >>> the jump label code than to have other archs implementing it. >>> >> >> Ralf is really good... perhaps we can get the conflicts resolved? > > Yep, the best Git-ish way to handle that is to resolve the conflicts whenever they > happen - i.e. whoever merges his tree upstream later. No need for anyone to 'wait' > or undo anything. > There will be no git conflicts, as the affected files are disjoint. It will be manifested as a build failure for MIPS, which is why I raised the issue. No matter I guess. We will undoubtedly have many -rc releases in which we can merge any required adjustments. David Daney