Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:51178 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756037Ab2DDLKU (ORCPT ); Wed, 4 Apr 2012 07:10:20 -0400 Date: Wed, 4 Apr 2012 12:10:14 +0100 From: Andy Whitcroft To: "Luis R. Rodriguez" Cc: "Luis R. Rodriguez" , hauke@hauke-m.de, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@lists.ubuntu.com, lf_driver_backport@lists.linux-foundation.org Subject: Re: [PATCH] compat: add compat kernel checker and downloader Message-ID: <20120404111014.GB3378@shadowen.org> (sfid-20120404_131036_738758_B47C087F) References: <1328312594-31934-1-git-send-email-mcgrof@frijolero.org> <20120206160727.GA21048@tuxdriver.com> <20120207041958.GA32377@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Mar 30, 2012 at 05:23:46PM -0700, Luis R. Rodriguez wrote: > Andy, so I just noticed that on all Ubuntu PPA (and generic) kernels > you guys have a broken symlink >= 2.6.33. > > /lib/modules/2.6.33-02063305-generic/build/include/asm > > points to asm-x86 and that is no longer present after 2.6.33 so any > module requiring those header files will break now on Ubuntu. I just > spotted this as some file from asm is now included in the modules were > are building. I guess not many external kernel modules include asm dir > otherwise you guys would have noticed this a long time ago. Luis, I concur that the link is now broken. However that link is actually simply superfulous now. Anything correctly using kernel 'external module' support will be using the -I path from the kernel Makefiles. They will therefore be including from /usr/src//include _and_ /usr/src//arch/x86/include. I presume this is why we have not noticed it. I will get that link removed however as it is simply bogus. -apw