VirtualBox

Changes between Initial Version and Version 1 of Ticket #18869


Ignore:
Timestamp:
Aug 26, 2019 4:40:12 PM (5 years ago)
Author:
Frank Batschulat (Oracle)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18869 – Description

    initial v1  
    66
    77Hello, for some reasons, see [1] virtualbox doesn't build its kernel 
    8 modules correctly on some configurations...The following patch fixes the 
    9 issue
     8modules correctly on some configurations...The following patch fixes the  issue
     9{{{
    1010+--- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c
    1111++++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c
     
    1919+ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72)
    2020+ #define PLACEMENT_FLAGS(placement) (placement)
    21 
     21}}}
    2222please 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{{{
    2625see for comparison:src/VBox/Additions/linux/drm/vbox_drv.h:#include 
    2726<drm/ttm/ttm_bo_api.h>
     
    3029src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_memory.h>
    3130src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_module.h>
    32 
     31}}}
    3332MIT licensed, as usual
    3433G.
    35 [1] https://bugs.debian.org/934483
     34[1] [https://bugs.debian.org/934483]
    3635
    3736https://www.virtualbox.org/pipermail/vbox-dev/2019-August/015323.html

© 2023 Oracle
ContactPrivacy policyTerms of Use