Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2016 07:06:26 +0000
From:      Howard Su <howard0su@gmail.com>
To:        Kurt Jaeger <lists@opsec.eu>, John Baldwin <jhb@freebsd.org>
Cc:        freebsd-current@freebsd.org, freebsd-emulation@freebsd.org
Subject:   Re: SVN r296272 breaks virtualbox
Message-ID:  <CAAvnz_q%2Bk4zmZiOCUaUgxyuJV=4FVo%2BcXo5xAd8Cn0PdxvCT9w@mail.gmail.com>
In-Reply-To: <20160302062745.GD79128@home.opsec.eu>
References:  <56D617D1.5040209@protected-networks.net> <20160302004206.5bc6e0b3@nonamehost.local> <76770847.2GZvgBdTxv@ralph.baldwin.cx> <20160302062745.GD79128@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 1, 2016 at 10:28 PM Kurt Jaeger <lists@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

>
> --
> pi@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-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAvnz_q%2Bk4zmZiOCUaUgxyuJV=4FVo%2BcXo5xAd8Cn0PdxvCT9w>