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:	Sat, 4 Oct 2008 14:10:12 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
Cc:	Arjan van de Ven <arjan@...ux.intel.com>,
	LKML <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [mmotm 02/Oct] fix buid error of autodetect_raid()


* KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com> wrote:

> Patch against: mmotm 02 Oct
> Applied after: git-fastboot.patch
> 
> 
> fix following build error
> 
> >  CC      init/do_mounts_md.o
> >init/do_mounts_md.c: In function 'autodetect_raid':
> >init/do_mounts_md.c:278: error: implicit declaration of function 'msleep'
> >make[1]: *** [init/do_mounts_md.o] Error 1
> >make: *** [init] Error 2
> 
> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
> CC: Arjan van de Ven <arjan@...ux.intel.com>
> CC: Ingo Molnar <mingo@...e.hu>
> ---
>  init/do_mounts_md.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: b/init/do_mounts_md.c
> ===================================================================
> --- a/init/do_mounts_md.c
> +++ b/init/do_mounts_md.c
> @@ -1,5 +1,6 @@
>  
>  #include <linux/raid/md.h>
> +#include <linux/delay.h>

hm, linux/raid/md.h already has:

  #include <linux/delay.h>

what config triggers this build failure, and does your version of 
include/linux/raid/md.h have a linux/delay.h #include?

	Ingo
--
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