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 3E641198005 for ; Thu, 21 Feb 2013 08:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8138A21C014; Thu, 21 Feb 2013 08:30:48 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.rwth-aachen.de [134.130.7.73]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD6E221C008 for ; Thu, 21 Feb 2013 08:30:46 +0000 (UTC) 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 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Received: from mx-out-2.rwth-aachen.de ([134.130.5.187]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0MIK00FP0AB93H30@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Thu, 21 Feb 2013 09:30:45 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.84,706,1355094000"; d="scan'208";a="123428993" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-2.rz.rwth-aachen.de with ESMTP; Thu, 21 Feb 2013 09:30:45 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.rwth-aachen.de [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id r1L8UjkW027555 for ; Thu, 21 Feb 2013 09:30:45 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id BFDC71D72 for ; Thu, 21 Feb 2013 09:30:46 +0100 (CET) Date: Thu, 21 Feb 2013 09:30:46 +0100 From: Helmut Jarausch Subject: Re: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules To: gentoo-user@lists.gentoo.org References: In-reply-to: X-Mailer: Balsa 2.4.91-7-g3440dfb Message-id: <1361435446.14955.0@numa-i> X-Archives-Salt: b67937b5-5a66-4d60-9d3e-958acc406bcb X-Archives-Hash: c703c0e15839e81aae8131eb6ad1d085 On 02/20/2013 02:40:16 PM, walt wrote: > 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. > Strange, but that doesn't happen for me. I have vanilla 3.8.0 here and virtualbox-modules-4.2.6 builds just fine. Am I special? Helmut.