Changes between Initial Version and Version 1 of Ticket #18869
- Timestamp:
- Aug 26, 2019 4:40:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18869 – Description
initial v1 6 6 7 7 Hello, for some reasons, see [1] virtualbox doesn't build its kernel 8 modules correctly on some configurations...The following patch fixes the 9 issue 8 modules correctly on some configurations...The following patch fixes the issue 9 {{{ 10 10 +--- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c 11 11 ++++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c … … 19 19 + #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72) 20 20 + #define PLACEMENT_FLAGS(placement) (placement) 21 21 }}} 22 22 please apply(you are not supposed to think that kernel is exporting 23 -Iinclude/drm directory, and in all the other places it is not included 24 that way) 25 23 -Iinclude/drm directory, and in all the other places it is not included that way) 24 {{{ 26 25 see for comparison:src/VBox/Additions/linux/drm/vbox_drv.h:#include 27 26 <drm/ttm/ttm_bo_api.h> … … 30 29 src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_memory.h> 31 30 src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_module.h> 32 31 }}} 33 32 MIT licensed, as usual 34 33 G. 35 [1] https://bugs.debian.org/93448334 [1] [https://bugs.debian.org/934483] 36 35 37 36 https://www.virtualbox.org/pipermail/vbox-dev/2019-August/015323.html