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, 12 Sep 2007 08:16:40 -0400 (EDT)
From:	"Robert P. J. Day" <rpjday@...dspring.com>
To:	Greg KH <greg@...ah.com>
cc:	Andre Haupt <andre@...ow14.de>, torvalds@...l.org,
	marcel@...tmann.org, linux-kernel@...r.kernel.org
Subject: Re: hci_sock.c build failure

On Wed, 12 Sep 2007, Greg KH wrote:

> On Wed, Sep 12, 2007 at 11:29:29AM +0200, Andre Haupt wrote:
> > Hi,
> >
> > I did a make randconfig and then make C=1.
> >
> > hci_sock.c fails to build because it doesnt know compat_timeval (i
> > guess).
> >
> > find the error message and the config attached.
>
> It's not even a randconfig issue, my build dies too (this is Linus's
> current tree.)
>
> Time to poke through the 10 bluetooth patches that were just added...
>
> thanks,
>
> greg k-h

that structure is undefined because that source file includes
<linux/compat.h>, which turns around and includes <asm/compat.h>
which, for i386, doesn't exist:

$ find include -name compat.h
include/asm-ia64/compat.h
include/config/video/v4l1/compat.h
include/config/sonypi/compat.h
include/asm-s390/compat.h
include/asm-mips/compat.h
include/linux/compat.h
include/asm-parisc/compat.h
include/asm-sparc64/compat.h
include/asm-x86_64/compat.h
include/asm-powerpc/compat.h
include/net/compat.h

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================
-
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