Re: linux-next: Tree for November 17

From: Randy Dunlap
Date: Wed Nov 17 2010 - 12:59:39 EST


On Wed, 17 Nov 2010 18:23:20 +0100 Zimny Lech wrote:

> Ave
>
> 2010/11/17 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>:
> > 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 <linux/smp_lock.h> removed from <linux/hardirq.h> ?

I added #include <linux/smp_lock.h> 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 ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/