VirtualBox

Ticket #19644: vb-6.0.24-kernel-5.8-p4-3.patch

File vb-6.0.24-kernel-5.8-p4-3.patch, 538 bytes (added by hwertz, 4 years ago)

Virtualbox 6.0.24 patch 3

  • src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c

    a b  
    3838
    3939
    4040#if (defined(RT_ARCH_AMD64) || defined(DOXYGEN_RUNNING)) && !defined(RTMEMALLOC_EXEC_HEAP)
    41 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 23)
     41# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 23) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 8, 0)
    4242/**
    4343 * Starting with 2.6.23 we can use __get_vm_area and map_vm_area to allocate
    4444 * memory in the moduel range.  This is preferrable to the exec heap below.

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