Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967505AbXILMIH (ORCPT ); Wed, 12 Sep 2007 08:08:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967336AbXILMHg (ORCPT ); Wed, 12 Sep 2007 08:07:36 -0400 Received: from canuck.infradead.org ([209.217.80.40]:57979 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967330AbXILMHf (ORCPT ); Wed, 12 Sep 2007 08:07:35 -0400 Date: Wed, 12 Sep 2007 05:07:26 -0700 From: Greg KH To: Andre Haupt , torvalds@osdl.org Cc: marcel@holtmann.org, linux-kernel@vger.kernel.org Subject: Re: hci_sock.c build failure Message-ID: <20070912120726.GA13170@kroah.com> References: <20070912092929.GA2878@ahaupt-debian-vm.localdomain> <20070912120253.GA13003@kroah.com> <20070912120407.GB13003@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070912120407.GB13003@kroah.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1159 Lines: 34 On Wed, Sep 12, 2007 at 05:04:07AM -0700, Greg KH wrote: > On Wed, Sep 12, 2007 at 05:02:53AM -0700, 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... > > It was 767c5eb5d35aeb85987143f0a730bc21d3ecfb3d that caused it. It > needs a .h file added to the file, patch forthcoming... No, this is worse, i386 doesn't have a compat_timeval structure defined, nor does any other 32 bit platform. Marcel, I think you need to use a different structure, care to fix this up? thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/