Kernel 3.6-rc1 was released today. This version built and runs with no problems
on my laptop,
The VirtualBox kernel modules need some patches, as follows:
Index: vboxhost/vboxpci/VBoxPci.c
— vboxhost.orig/vboxpci/VBoxPci.c
+++ vboxhost/vboxpci/VBoxPci.c
@@ -27,7 +27,7 @@
#include <VBox/err.h>
#include <VBox/sup.h>
#include <VBox/version.h>
+#include <linux/notifier.h>
#include <iprt/string.h>
#include <iprt/assert.h>
#include <iprt/spinlock.h>
Index: vboxhost/vboxpci/VBoxPciInternal.h
— vboxhost.orig/vboxpci/VBoxPciInternal.h
+++ vboxhost/vboxpci/VBoxPciInternal.h
@@ -22,6 +22,7 @@
#include <VBox/rawpci.h>
#include <iprt/semaphore.h>
#include <iprt/assert.h>
+#include <linux/err.h>
#ifdef RT_OS_LINUX
Additional patches will be needed to build vboxdrvpci.ko. I have not yet worked
these out, but this module is not needed to run my VMs.