[vbox-dev] [PATCH] drm vbox_ttm build fix

Gianfranco Costamagna locutusofborg at debian.org
Thu Oct 17 10:51:53 GMT 2019


Hello, this patch was already acked but seems to have missed the 6.0.14 release
Bug-Debian: https://bugs.debian.org/934483
Last-Update: 2019-08-21

--- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c
+++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c
@@ -33,7 +33,7 @@
  *          Michael Thayer <michael.thayer at oracle.com>
  */
 #include "vbox_drv.h"
-#include <ttm/ttm_page_alloc.h>
+#include <drm/ttm/ttm_page_alloc.h>

 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72)
 #define PLACEMENT_FLAGS(placement) (placement)



MIT licensed, and fixes a build failure with some new kernels, by unifying the include header in all the places
thanks
Gianfranco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20191017/e8f9e9d7/attachment.html>


More information about the vbox-dev mailing list