Changes between Initial Version and Version 1 of Ticket #18869, comment 7
- Timestamp:
- Oct 19, 2019 2:29:54 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18869, comment 7
initial v1 1 ------- Forwarded message -------2 1 From: "Gianfranco Costamagna" <> 3 2 To: vbox-dev@virtualbox.org … … 6 5 7 6 Hello Frank, 7 {{{ 8 8 src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_api.h> 9 9 src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_driver.h> … … 12 12 src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_module.h> 13 13 src/VBox/Additions/linux/drm/vbox_ttm.c:#include <ttm/ttm_page_alloc.h> 14 14 }}} 15 15 while the workaround might work for you, it has 2+ issues:1) it makes the 16 16 includes not consistent across the code2) it is not what kernel developers … … 24 24 Gianfranco, pls. refer to 25 25 26 https://www.virtualbox.org/ticket/18869 26 [https://www.virtualbox.org/ticket/18869] 27 27 28 28 On 17.10.19 12:51, Gianfranco Costamagna wrote: 29 29 > Hello, this patch was already acked but seems to have missed the 6.0.14 30 30 > release 31 > Bug-Debian: https://bugs.debian.org/93448331 > Bug-Debian: [https://bugs.debian.org/934483] 32 32 > Last-Update: 2019-08-21 33 > 33 {{{ 34 34 > --- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c 35 35 > +++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c … … 43 43 > #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72) 44 44 > #define PLACEMENT_FLAGS(placement) (placement) 45 > 45 }}} 46 46 > MIT licensed, and fixes a build failure with some new kernels, by 47 47 > unifying the include header in all the places