VirtualBox

Changeset 102304 in vbox


Ignore:
Timestamp:
Nov 27, 2023 12:14:34 PM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160438
Message:

Linux: Introduce initial support for RHEL 9.4 kernel for host and guest modules, bugref:10279, bugref:10482, ticketref:21910, ticketref:21912 , ticketref:21920.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r101359 r102304  
    21212121#if RTLNX_VER_MIN(2,6,19)
    21222122/* See kernel 6.0.0 change eba2d3d798295dc43cae8fade102f9d083a2a741. */
    2123 # if RTLNX_VER_MIN(6,0,0)
     2123# if RTLNX_VER_MIN(6,0,0) || RTLNX_RHEL_MAJ_PREREQ(9,4)
    21242124#  define VBOX_IOV_GET_PAGES iov_iter_get_pages2
    21252125# else
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r100475 r102304  
    12631263# endif
    12641264
    1265 # if RTLNX_VER_MIN(6,5,0)
     1265# if RTLNX_VER_MIN(6,5,0) || RTLNX_RHEL_MAJ_PREREQ(9,4)
    12661266    pEntry = __pte_map(&u.Middle, ulAddr);
    12671267# elif RTLNX_VER_MIN(2,5,5) || defined(pte_offset_map) /* As usual, RHEL 3 had pte_offset_map earlier. */
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