From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for November 17 Date: Wed, 17 Nov 2010 09:59:20 -0800 Message-ID: <20101117095920.2b9e2e6a.randy.dunlap@oracle.com> References: <20101117140956.a8264c75.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:54792 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934788Ab0KQR7d (ORCPT ); Wed, 17 Nov 2010 12:59:33 -0500 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Zimny Lech Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Arnd Bergmann On Wed, 17 Nov 2010 18:23:20 +0100 Zimny Lech wrote: > Ave > > 2010/11/17 Stephen Rothwell : > > Hi all, > > > > Changes since 20101116: > > > > I think that this is well know > LD [M] sound/oss/sound.o > make[3]: *** No rule to make target `/etc/sound/dsp001.ld', needed by > `sound/oss/pss_boot.h'. Stop. > make[2]: *** [sound/oss] Error 2 > make[1]: *** [sound] Error 2 > make: *** [sub-make] Error 2 > > This one can be interesting > > GEN /home/test/linux-2.6-obj/Makefile > scripts/kconfig/conf --silentoldconfig Kconfig > warning: (MTD_NAND && MTD || MTD_DOC2000 && MTD || MTD_DOC2001 && MTD > || MTD_DOC2001PLUS && MTD) selects MTD_NAND_IDS which has unmet direct > dependencies (MTD > && MTD_NAND) > warning: (MTD_NAND && MTD || MTD_DOC2000 && MTD || MTD_DOC2001 && MTD > || MTD_DOC2001PLUS && MTD) selects MTD_NAND_IDS which has unmet direct > dependencies (MTD > && MTD_NAND) > Using /home/test/linux-2.6 as source for kernel > GEN /home/test/linux-2.6-obj/Makefile > CHK include/linux/version.h > CHK include/generated/utsrelease.h > CC kernel/bounds.s > GEN include/generated/bounds.h > CC arch/x86/kernel/asm-offsets.s > In file included from > /home/test/linux-2.6/arch/x86/include/asm/suspend_64.h:10:0, > from /home/test/linux-2.6/arch/x86/include/asm/suspend.h:4, > from /home/test/linux-2.6/arch/x86/kernel/asm-offsets_64.c:20, > from /home/test/linux-2.6/arch/x86/kernel/asm-offsets.c:4: > /home/test/linux-2.6/arch/x86/include/asm/i387.h: In function 'irq_ts_save': > /home/test/linux-2.6/arch/x86/include/asm/i387.h:348:2: error: > implicit declaration of function 'kernel_locked' > make[2]: *** [arch/x86/kernel/asm-offsets.s] Error 1 > make[1]: *** [prepare0] Error 2 > make: *** [sub-make] Error 2 > > > Config attached. Why was #include removed from ? I added #include to i387.h, but them mm/filemap.c build fails with the same error: linux-next-20101117/mm/filemap.c: In function 'iov_iter_copy_from_user_atomic': linux-next-20101117/mm/filemap.c:1936: error: implicit declaration of function 'kernel_locked' --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***