From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6011D138B3D for ; Wed, 20 Feb 2013 14:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36CA8E05DD; Wed, 20 Feb 2013 14:04:44 +0000 (UTC) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9A88E05AF for ; Wed, 20 Feb 2013 14:04:42 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id e52so3963698eek.20 for ; Wed, 20 Feb 2013 06:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Jh9axMtG1pE0IBhVCX+KNKsLFvHkWJkCrLVDs+62nfg=; b=CWiRM+5VtJdwSSN0xyGAv34z+dajF0zyPcH90xgMx+U3XncyA8qdKLnsBIhEWrWCDE TlB3OfeC5xzKxDzXCWkGtlPVX9bOGuNcAZepiaXNtfYGacZtMFy/Afu5OP/Cg5jBrYjM 3uunPLw/Q3djxbZEWTC/15+ISR1Rj1cUwUepHYMAmOmKolPBmSzTRHnOEKhH1xSEXSgm gTdfd8Sr/8dPSeNtimFpLbFNxOVWQ3SlOHgDWep2cN4kflJUzVOAmLE7FwVFpuclZKFA fDjGOaAI3hhLl/C3/madHKnYq++mVP7Sxjo45O1E9Kd2Q2GriHyVi9Ba5ovYmQ7ayvy+ Fdww== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.14.215.193 with SMTP id e41mr69513312eep.32.1361369081211; Wed, 20 Feb 2013 06:04:41 -0800 (PST) Received: by 10.223.42.199 with HTTP; Wed, 20 Feb 2013 06:04:41 -0800 (PST) In-Reply-To: References: Date: Wed, 20 Feb 2013 15:04:41 +0100 Message-ID: Subject: Re: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules From: Michael Hampicke To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=e89a8f647ac37e6d2704d628701c X-Archives-Salt: d9aa1386-c650-4d58-82e2-9f5f3553e430 X-Archives-Hash: 0e6fa04798efaea46d80b3fbfe3494b8 --e89a8f647ac37e6d2704d628701c Content-Type: text/plain; charset=ISO-8859-1 2013/2/20 walt > Now that kernel 3.8.0 is officially released, 'tis the season for Linus to > start breaking all of the third-party kernel modules he can, and > virtualbox- > modules is the first (nvidia.ko and other kernel modules to follow, > probably ;) > > Virtualbox-modules fails to build against today's kernel.git update from > Linus, > with an error message that "MAX_PRIO is undefined" in > thread2-r0drv-linux.c. > > The fix is happily very simple because he moved the definition of MAX_PRIO > into , so all you need to do is to add that include near > the top of thread2-r0drv-linux.c. > > r8168 breaks too, but I haven't looked into it yet. --e89a8f647ac37e6d2704d628701c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2013/2/20 walt <w41ter@gmail.com>
Now that kernel 3.8.0 is officially released, 'tis the season for Linus= to
start breaking all of the third-party kernel modules he can, and virtualbox= -
modules is the first (nvidia.ko and other kernel modules to follow, probabl= y ;)

Virtualbox-modules fails to build against today's kernel.git update fro= m Linus,
with an error message that "MAX_PRIO is undefined" in thread2-r0d= rv-linux.c.

The fix is happily very simple because he moved the definition of MAX_PRIO<= br> into <linux/init_task.h>, so all you need to do is to add that includ= e near
the top of thread2-r0drv-linux.c.


r8168 breaks too, but I haven't lo= oked into it yet.=A0
--e89a8f647ac37e6d2704d628701c--