VirtualBox

Ignore:
Timestamp:
Jan 13, 2025 11:37:54 AM (7 days ago)
Author:
vboxsync
Message:

Additions: Linux: vboxvideo: Fix rollback path for kernel 6.4, bugref:10441.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_mode.c

    r106061 r107705  
    889889    if (ret) {
    890890        vbox->cursor_data_size = 0;
     891#if RTLNX_VER_MIN(6,4,0)
     892        goto out_bo_unpin;
     893#else
    891894        goto out_unreserve_bo;
     895#endif
    892896    }
    893897
     
    914918out_bo_unpin:
    915919    vbox_bo_unpin(bo);
    916 #endif
     920#else
    917921out_unreserve_bo:
     922#endif
    918923    vbox_bo_unreserve(bo);
    919924out_unref_obj:
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