lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 17 Nov 2010 09:59:20 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Zimny Lech <napohybelskurwysynom2010@...il.com>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	Arnd Bergmann <arnd@...db.de>
Subject: Re: linux-next: Tree for November 17

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

> Ave
> 
> 2010/11/17 Stephen Rothwell <sfr@...b.auug.org.au>:
> > 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ