<html><head></head><body><div class="ydp540b85a6yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div></div>
        <div dir="ltr" data-setdir="false">Hello Frank,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><div>src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_api.h><br>src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_driver.h><br>src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_placement.h><br>src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_memory.h><br>src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_module.h><br>src/VBox/Additions/linux/drm/vbox_ttm.c:#include <ttm/ttm_page_alloc.h><br><div><br></div><div dir="ltr" data-setdir="false">while the workaround might work for you, it has 2+ issues:</div><div dir="ltr" data-setdir="false">1) it makes the includes not consistent across the code</div><div dir="ltr" data-setdir="false">2) it is not what kernel developers suggest to do</div><div dir="ltr" data-setdir="false">3) breaks other build systems using standard tools to build kernel modules</div><div dir="ltr" data-setdir="false">(e.g. Debian dkms, and Yocto builds)</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">can you please also apply the patch?</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">thanks!<br></div></div><div><br></div></div><div><br></div>
        
        </div><div id="yahoo_quoted_1753041232" class="yahoo_quoted">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                    Il giovedì 17 ottobre 2019, 13:30:38 CEST, Frank Batschulat <frank.batschulat@oracle.com> ha scritto:
                </div>
                <div><br></div>
                <div><br></div>
                <div><div dir="ltr">Gianfranco, pls. refer to<br clear="none"><br clear="none"><a shape="rect" href="https://www.virtualbox.org/ticket/18869" target="_blank">https://www.virtualbox.org/ticket/18869</a><br clear="none"><br clear="none">On 17.10.19 12:51, Gianfranco Costamagna wrote:<br clear="none">> Hello, this patch was already acked but seems to have missed the 6.0.14 release<br clear="none">> Bug-Debian: <a shape="rect" href="https://bugs.debian.org/934483" target="_blank">https://bugs.debian.org/934483</a><br clear="none">> Last-Update: 2019-08-21<br clear="none">> <br clear="none">> --- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c<br clear="none">> +++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c<br clear="none">> @@ -33,7 +33,7 @@<br clear="none">>    *          Michael Thayer <<a shape="rect" ymailto="mailto:michael.thayer@oracle.com" href="mailto:michael.thayer@oracle.com">michael.thayer@oracle.com</a>><br clear="none">>    */<br clear="none">>   #include "vbox_drv.h"<br clear="none">> -#include <ttm/ttm_page_alloc.h><br clear="none">> +#include <drm/ttm/ttm_page_alloc.h><br clear="none">> <br clear="none">>   #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72)<br clear="none">>   #define PLACEMENT_FLAGS(placement) (placement)<br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> MIT licensed, and fixes a build failure with some new kernels, by unifying the include header in all the places<br clear="none">> thanks<br clear="none">> Gianfranco<br clear="none">> <br clear="none">> <br clear="none">> _______________________________________________<br clear="none">> vbox-dev mailing list<br clear="none">> <a shape="rect" ymailto="mailto:vbox-dev@virtualbox.org" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br clear="none">> <a shape="rect" href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" target="_blank">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a><br clear="none">> <br clear="none"><br clear="none"><br clear="none"><br clear="none"><br clear="none">-- <br clear="none"><br clear="none">frankB<br clear="none"><br clear="none">Oracle Virtualbox Development<div class="yqt5829465248" id="yqtfd74644"><br clear="none">_______________________________________________<br clear="none">vbox-dev mailing list<br clear="none"><a shape="rect" ymailto="mailto:vbox-dev@virtualbox.org" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br clear="none"><a shape="rect" href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" target="_blank">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a><br clear="none"></div></div></div>
            </div>
        </div></body></html>