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 42657138B3E for ; Wed, 20 Feb 2013 13:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E41821C039; Wed, 20 Feb 2013 13:40:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E37E821C005 for ; Wed, 20 Feb 2013 13:40:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 18ABF33DFA2 for ; Wed, 20 Feb 2013 13:40:40 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.263 X-Spam-Level: X-Spam-Status: No, score=-1.263 tagged_above=-999 required=5.5 tests=[AWL=-1.826, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.637, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ss6kvr9jWOHc for ; Wed, 20 Feb 2013 13:40:33 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 709F733DE8B for ; Wed, 20 Feb 2013 13:40:33 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U89ui-0004RS-6E for gentoo-user@gentoo.org; Wed, 20 Feb 2013 14:40:48 +0100 Received: from adsl-69-234-180-75.dsl.irvnca.pacbell.net ([69.234.180.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Feb 2013 14:40:48 +0100 Received: from w41ter by adsl-69-234-180-75.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Feb 2013 14:40:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules Date: Wed, 20 Feb 2013 05:40:16 -0800 Message-ID: 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-180-75.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130208 Thunderbird/17.0.2 X-Archives-Salt: 52c69866-850c-4144-a465-caacaedf1de3 X-Archives-Hash: 6f7303d09098d3f8df20bdca9a20165f 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.