[arch-dev-public] linux-3.8.0-1

Ike Devolder ike.devolder at gmail.com
Wed Feb 20 14:13:27 EST 2013


On Wed, Feb 20, 2013 at 07:19:08PM +0100, Tobias Powalowski wrote:
> Am 20.02.2013 19:13, schrieb Ionut Biru:
> > On 02/20/2013 07:50 PM, Tobias Powalowski wrote:
> >> Hi,
> >> I built the kernel, now there are issues with nvidia, lirc and propably
> >> other binary modules,
> >> Do you want the kernel already in testing or should I place it somewhere
> >> else for the maintainers of the modules?
> >>
> >> greetings
> >> tpowa
> >>
> > Hi,
> >
> > Just place it in staging.
> >
> Done, please all maintainers grab 3.8.0 from staging and try to build
> your modules against it.
> 
> Thanks
> greetings
> tpowa
> 
> -- 
> Tobias Powalowski
> Archlinux Developer & Package Maintainer (tpowa)
> http://www.archlinux.org
> tpowa at archlinux.org
> 
> 

here a simple patch for the nvidia drivers for 3.8

-- 
Ike
-------------- next part --------------
--- kernel/conftest.sh.orig
+++ kernel/conftest.sh
@@ -160,6 +160,7 @@ build_cflags() {
 
     if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
         CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
+        CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include/uapi"
         CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated"
         CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated/uapi"
     elif [ "$ARCH" = "arm" ]; then
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mailman.archlinux.org/pipermail/arch-dev-public/attachments/20130220/ac5e1425/attachment.asc>


More information about the arch-dev-public mailing list