VirtualBox

Changes between Initial Version and Version 2 of Ticket #15695


Ignore:
Timestamp:
Jul 30, 2016 1:05:44 PM (8 years ago)
Author:
Michael Thayer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15695 – Description

    initial v2  
    11The Linux kernel is about to drop function mod_timer_pinned
    2 See: http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?id=177ec0a0a531695210b277d734b2f92ee5796303
     2See:
     3
     4http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?id=177ec0a0a531695210b277d734b2f92ee5796303
     5
    36This change has meanwhile already been adopted by realtime patch rt8, resulting in vbox modules being un-available for this patched kernel.
    47The function will be ultimately dropped from kernel series 48.
    58
    69Current situation in vbox is this:
    7 
     10{{{
    811$ grep -re "mod_timer_pinned"
    912
    10 src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c:# define mod_timer_pinned mod_timer src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c: mod_timer_pinned(&pSubTimer->u.Std.LnxTimer, pSubTimer->u.Std.ulNextJiffies);
     13src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c:# define mod_timer_pinned mod_timer
     14src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c: mod_timer_pinned(&pSubTimer->u.Std.LnxTimer, pSubTimer->u.Std.ulNextJiffies);
    1115src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c: mod_timer_pinned(&pSubTimer->u.Std.LnxTimer, pSubTimer->u.Std.ulNextJiffies);
    1216src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c: mod_timer_pinned(&pSubTimer->u.Std.LnxTimer, pSubTimer->u.Std.ulNextJiffies);
     17}}}

© 2023 Oracle
ContactPrivacy policyTerms of Use