VirtualBox

Changeset 104925 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jun 14, 2024 3:43:17 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163527
Message:

Additions: Linux: Introduce initial support for OpenSuse 15.6 kernel, bugref:10482.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r104848 r104925  
    14211421# endif
    14221422                                &pMemLnx->apPages[0]    /* Page array. */
    1423 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0)
     1423# if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) && !RTLNX_SUSE_MAJ_PREREQ(15, 6)
    14241424                                , papVMAs               /* vmas */
    14251425# endif
     
    14681468# endif
    14691469                                &pMemLnx->apPages[0]    /* Page array. */
    1470 # if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0)
     1470# if GET_USER_PAGES_API < KERNEL_VERSION(6, 5, 0) && !RTLNX_SUSE_MAJ_PREREQ(15, 6)
    14711471                                , papVMAs               /* vmas */
    14721472# endif
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