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 <linux/init_task.h>, 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.


Reply via email to