From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: linux-next: sparc tree build warning Date: Thu, 28 Jan 2010 05:24:32 -0800 (PST) Message-ID: <20100128.052432.251700168.davem@davemloft.net> References: <20091214163338.f811722f.sfr@canb.auug.org.au> <20100128184423.40ce38fb.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:36695 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752695Ab0A1NYU (ORCPT ); Thu, 28 Jan 2010 08:24:20 -0500 In-Reply-To: <20100128184423.40ce38fb.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: sfr@canb.auug.org.au Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org From: Stephen Rothwell Date: Thu, 28 Jan 2010 18:44:23 +1100 > I am still seeing these. Is it my compiler version (gcc4.4.0)? You can't turn on DEBUG_STRICT_USER_COPY_CHECKS and expect a successful build. It's for developers to look at the errors that are generated and audit those cases in detail. You'll get the same exact errors as on i386. Please just elide the option from your test builds. Thanks.