VirtualBox

Ignore:
Timestamp:
Jul 29, 2020 10:10:49 AM (4 years ago)
Author:
vboxsync
Message:

SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD interfaces adding memory protection regions for better WX compliance. Preps for linux 5.8 where we'll be using RTR0MemObjAllocPage rather than RTMemExecAlloc for images, switch from relocatable ELF files to shared objects. bugref:9801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r85383 r85507  
    212212 endif
    213213 if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
    214   SYSMODS += \
     214  $(if-expr defined(VBOX_WITH_VBOXR0_AS_DLL),DLLS,SYSMODS) += \
    215215        tstLdrObjR0
    216216  ifdef VBOX_WITH_RAW_MODE
     
    218218  endif
    219219 endif
    220  SYSMODS += \
     220 $(if-expr defined(VBOX_WITH_VBOXR0_AS_DLL),DLLS,SYSMODS) += \
    221221        tstRTR0MemUserKernel \
    222222        tstRTR0SemMutex \
     
    226226 if1of ($(KBUILD_TARGET), solaris darwin)
    227227  PROGRAMS += tstRTR0DbgKrnlInfoDriver
    228   SYSMODS += tstRTR0DbgKrnlInfo
     228  $(if-expr defined(VBOX_WITH_VBOXR0_AS_DLL),DLLS,SYSMODS) += tstRTR0DbgKrnlInfo
    229229 endif # VBOX_SUPPORTED_HOST_ARCHS only
    230230
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