From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: error: implicit declarations of BUG/BUG_ON/WARN_ON/WARN_ON_ONCE Date: Mon, 25 Jun 2012 12:55:13 +0800 Message-ID: <20120625045513.GC11989@localhost> References: <20120615143303.3b88edcbc3efc7b1bf81839b@canb.auug.org.au> <20120615065231.GA12272@localhost> <4FDB6261.2030400@xenotime.net> <4FDF5D50.7030505@xenotime.net> <20120622071305.GA15102@localhost> <20120625025301.GB9317@linux-sh.org> <20120625042017.GA11705@localhost> <4FE7E7CA.2030706@xenotime.net> <20120625043836.GA11937@localhost> <4FE7EB96.4050908@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga03.intel.com ([143.182.124.21]:11580 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752595Ab2FYEzR (ORCPT ); Mon, 25 Jun 2012 00:55:17 -0400 Content-Disposition: inline In-Reply-To: <4FE7EB96.4050908@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Paul Mundt , Stephen Rothwell , linux-next@vger.kernel.org, LKML , Arnd Bergmann On Sun, Jun 24, 2012 at 09:39:50PM -0700, Randy Dunlap wrote: > On 06/24/2012 09:38 PM, Fengguang Wu wrote: > > > On Sun, Jun 24, 2012 at 09:23:38PM -0700, Randy Dunlap wrote: > >> On 06/24/2012 09:20 PM, Fengguang Wu wrote: > >> > >>> Hi Paul, > >>> > >>> The patch builds fine, thank you! > >>> > >>> Tested-by: Fengguang Wu > >> > >> Acked-by: Randy Dunlap > >> > >> You clearly have better build hardware than I do (a simple Core i5 > >> laptop). ;) > > > > Thanks, and it's a surprise that you caught so many bugs with a laptop! ;) > > Well, that "automation" stuff helps. It runs overnight while I sleep, > then I report results during the day. Kudos! I never thought of utilizing my laptop this way at night. Hmm, not a bad idea, especially during the code winter ;-) Do you do auto bisections when catch any build errors? Thanks, Fengguang