[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200709121831.04252.ak@suse.de>
Date: Wed, 12 Sep 2007 18:31:03 +0200
From: Andi Kleen <ak@...e.de>
To: Jeff Garzik <jeff@...zik.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Marcel Holtmann <marcel@...tmann.org>, maxk@...lcomm.com,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [2.6.23-rc6] i386 build breakage on current git
On Wednesday 12 September 2007 18:30, Jeff Garzik wrote:
> Platform i386 seems to be missing struct compat_timeval, which causes
> the i386 allmodconfig build to break in current -git:
>
> net/bluetooth/hci_sock.c: In function ‘hci_sock_cmsg’:
> net/bluetooth/hci_sock.c:352: error: storage size of ‘ctv’ isn’t known
> net/bluetooth/hci_sock.c:352: warning: unused variable ‘ctv’
> make[2]: *** [net/bluetooth/hci_sock.o] Error 1
All compat_* types should be only used inside #ifdef CONFIG_COMPAT
which i386 never sets. Bluetooth is broken
-Andi
-
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