VirtualBox

Ignore:
Timestamp:
May 28, 2021 7:24:37 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144721
Message:

Host drivers: SUPDrv-linux: print revision number and optional extra version string on module load, bugref:9958.

Also, export_modules.sh was extended with --override-svn-rev
and --extra-version-string optional command line parameters in
order to get more flexibility when creating src tar for kmod SRPM
package.

File:
1 edited

Legend:

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

    r89368 r89370  
    9393#define VBoxDrvLinuxIOCtl RT_CONCAT(VBoxDrvLinuxIOCtl_,VBoxDrvLinuxVersion)
    9494
     95/* Once externally provided, this string will be printed into kernel log on
     96 * module start together with the rest of versioning information. */
     97#ifndef VBOX_EXTRA_VERSION_STRING
     98# define VBOX_EXTRA_VERSION_STRING ""
     99#endif
    95100
    96101
     
    361366                        LogFlow(("VBoxDrv::ModuleInit returning %#x\n", rc));
    362367                        printk(KERN_DEBUG "vboxdrv: Successfully loaded version "
    363                                 VBOX_VERSION_STRING " (interface " RT_XSTR(SUPDRV_IOC_VERSION) ")\n");
     368                                VBOX_VERSION_STRING " r" RT_XSTR(VBOX_SVN_REV)
     369                                VBOX_EXTRA_VERSION_STRING
     370                                " (interface " RT_XSTR(SUPDRV_IOC_VERSION) ")\n");
    364371                        return rc;
    365372                    }
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