VirtualBox

Ignore:
Timestamp:
Apr 20, 2016 9:40:50 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106719
Message:

Linux host/guest modules: include the revision into the Linux kernel modules (for modinfo MODULE.ko)

Location:
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r58845 r60584  
    2424#include "the-linux-kernel.h"
    2525#include "version-generated.h"
     26#include "revision-generated.h"
    2627#include "product-generated.h"
    2728#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 24)
     
    207208MODULE_LICENSE("GPL");
    208209#ifdef MODULE_VERSION
    209 MODULE_VERSION(VBOX_VERSION_STRING " (" RT_XSTR(INTNETTRUNKIFPORT_VERSION) ")");
     210MODULE_VERSION(VBOX_VERSION_STRING " r" RT_XSTR(VBOX_SVN_REV) " (" RT_XSTR(INTNETTRUNKIFPORT_VERSION) ")");
    210211#endif
    211212
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt

    r57943 r60584  
    8181    ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
    8282    ${PATH_OUT}/version-generated.h=>version-generated.h \
     83    ${PATH_OUT}/revision-generated.h=>revision-generated.h \
    8384    ${PATH_OUT}/product-generated.h=>product-generated.h \
    8485"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette