VirtualBox

Ignore:
Timestamp:
Feb 24, 2022 11:16:08 AM (3 years ago)
Author:
vboxsync
Message:

SUP: Fixed regression from r146654 which accidentally re-enabled the AC setting in VBoxDrv for linux. bugref:9627

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r93437 r93911  
    846846        $(call MSG_TOOL,Creating,,$@)
    847847        $(QUIET)$(SED) -e "" \
    848                 $(if-expr !defined(VBOX_WITH_HARDENING)   ,-e "s;VBOX_WITH_HARDENING;;g",) \
    849                 $(if-expr ($(VBOX_VERSION_BUILD) % 2) == 0 || defined(VBOX_WITH_RAM_IN_KERNEL) \
    850                  , -e "s;VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV;;g" -e "s;IPRT_WITH_EFLAGS_AC_PRESERVING;;g",) \
    851                 $(if-expr !defined(VBOX_WITH_RAM_IN_KERNEL) \
    852                  , -e 's;VBOX_WITHOUT_EFLAGS_AC_SET_IN_VBOXDRV;;g' -e 's;IPRT_WITHOUT_EFLAGS_AC_PRESERVING;;g',) \
     848                $(if-expr !defined(VBOX_WITH_HARDENING),-e "s;VBOX_WITH_HARDENING;;g",) \
    853849                --output $@ $<
    854850        %$(QUIET2)$(APPEND) -t -n '$(PATH_TARGET)/vboxdrv-src-1.dep' \
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r93115 r93911  
    171171        SUPDRV_WITH_RELEASE_LOGGER \
    172172        VBOX_WITHOUT_EFLAGS_AC_SET_IN_VBOXDRV \
    173         VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV \
    174173        IPRT_WITHOUT_EFLAGS_AC_PRESERVING \
    175         IPRT_WITH_EFLAGS_AC_PRESERVING \
    176174        VBOX_WITH_64_BITS_GUESTS # <-- must be consistent with Config.kmk!
    177175ifndef CONFIG_VBOXDRV_FIXEDMAJOR
Note: See TracChangeset for help on using the changeset viewer.

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