On Tue, Mar 1, 2016 at 10:28 PM Kurt Jaeger <li...@opsec.eu> wrote: > Hi! > > > > > The removal of "taskqueue_enqueue_fast" breaks the virtualbox kmods: > [...] > > Then the port needs to be patched? It's been using an API deprecated > > for the last 15 years. A simple > s/taskqueue_enqueue_fast/taskqueue_enqueue/ > > will fix it. > > A patch is possible if a new __FreeBSD_version is created for that > API. Who can do that ? > There is no version pump and it is not needed. r296272 didn't have any behavior change. binary compatible is kept as well.
And taskqueue_enqueue_fast should and is able to be replaced with taskqueue_enqueue long time ago.Blind replace taskqueue_enqueue_fast with taskqueue_enqueue is enough. -Howard > > -- > p...@opsec.eu +49 171 3101372 4 years to > go ! > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" > _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"