Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules
Date: Wed, 20 Feb 2013 13:40:53
Message-Id: kg2jnu$k8e$1@ger.gmane.org
1 Now that kernel 3.8.0 is officially released, 'tis the season for Linus to
2 start breaking all of the third-party kernel modules he can, and virtualbox-
3 modules is the first (nvidia.ko and other kernel modules to follow, probably ;)
4
5 Virtualbox-modules fails to build against today's kernel.git update from Linus,
6 with an error message that "MAX_PRIO is undefined" in thread2-r0drv-linux.c.
7
8 The fix is happily very simple because he moved the definition of MAX_PRIO
9 into <linux/init_task.h>, so all you need to do is to add that include near
10 the top of thread2-r0drv-linux.c.

Replies

Subject Author
Re: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules Michael Hampicke <mgehampicke@×××××.com>
Re: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules Markos Chandras <hwoarang@g.o>
Re: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules Mike Gilbert <floppym@g.o>
Re: [gentoo-user] ["PATCH"] Linus breaks virtualbox-modules Helmut Jarausch <jarausch@××××××××××××××××.de>