Hi Larry, thanks a lot for the patch! I integrated it now and it will be available starting with the next maintenance releases of 5.1 and 5.2.
Regards, Alexander > On 02.12.2017 08:07, Larry Finger <[email protected]> wrote: > > The attached patch file makes the necessary changes to the VirtualBox 5.1.30 > sources to allow the kernel modules to build with kernel 4.15. > > The API changes are of several types: > > 1. The timer initialization routine init_timer_pinned() no longer exists, and > is replaced by timer_setup(). > 2. The timer callback routine calling sequence is changed as is the technique > for getting the timer information from the callback parameters. > 3. The calling sequence for drm_encoder_find() is changed. > 4. The calling sequence for the .get and .set members of the > module_param_call() > calls have changed. > > This patch is released under the MIT license. > > Larry > > > <fixes_for_4.15.patch>_______________________________________________ > vbox-dev mailing list > [email protected] > https://www.virtualbox.org/mailman/listinfo/vbox-dev -- Alexander Eichner | VirtualBox Engineering ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany Hauptverwaltung: Riesstraße 25, D-80992 München Registergericht: Amtsgericht München, HRA 95603 Komplementärin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Geschäftsführer: Alexander van der Ven, Jan Schultheiss, Val Maher _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
