From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756489Ab0FARLe (ORCPT ); Tue, 1 Jun 2010 13:11:34 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:52187 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751282Ab0FARLc (ORCPT ); Tue, 1 Jun 2010 13:11:32 -0400 Date: Tue, 1 Jun 2010 10:07:19 -0700 (PDT) From: Linus Torvalds To: Tony Luck cc: Stephen Rothwell , Andrew Morton , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Jack Steiner , Lee Schermerhorn Subject: Re: linux-next: build failure in Linus' tree In-Reply-To: Message-ID: References: <20100528105719.a356ba4f.sfr@canb.auug.org.au> <20100530104303.15864d35.sfr@canb.auug.org.au> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 1 Jun 2010, Tony Luck wrote: > On Sat, May 29, 2010 at 5:43 PM, Stephen Rothwell wrote: > > So, is it reasonable for me to ask you to revert commit > > 0ac0c0d0f837c499afd02a802f9cf52d3027fa3b ("cpusets: randomize node rotor > > used in cpuset_mem_spread_node()")?  Reverting it won't break ia64 (since > > their fix was to just add code that would then be unreferenced). > > If that's the way you go - then just revert commit > 4ec37de89d8c758ee8115e0e64b3f994910789ee > too. I only put that in to get the ia64 build working > when 0ac0c0d went upstream. I did. See commit b3f2f6cd1ff935ecac9a5346904b899d7af689fe. Although I left the non-__node_random parts, which seemed to be an independent compile fix. Linus