From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Holtmann Subject: Re: Fw: Build failure on linux-next master branch Date: Mon, 24 Aug 2009 16:38:35 -0700 Message-ID: <1251157115.2950.85.camel@localhost.localdomain> References: <20090825093707.13bf8c49.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090825093707.13bf8c49.sfr@canb.auug.org.au> Sender: netdev-owner@vger.kernel.org To: Stephen Rothwell Cc: linux-bluetooth@vger.kernel.org, linux-next@vger.kernel.org, LKML , Steven Rostedt , netdev@vger.kernel.org List-Id: linux-next.vger.kernel.org Hi Stephen, > [Let try a few folks who might know] > > Begin forwarded message: > > Date: Mon, 24 Aug 2009 12:00:24 -0400 (EDT) > From: Steven Rostedt > To: Stephen Rothwell > Cc: linux-next@vger.kernel.org, LKML > Subject: Build failure on linux-next master branch > > > > With latest next master branch I got this failure in my build system. > > Building modules, stage 2. > Kernel: arch/x86/boot/bzImage is ready (#1801) > MODPOST 96 modules > ERROR: "crc16" [net/bluetooth/l2cap.ko] undefined! > make[1]: *** [__modpost] Error 1 just pushed a fix from Randy to bluetooth-next-2.6 tree. The CONFIG_L2CAP was missing a select CRC16. Regards Marcel