From owner-freebsd-current@freebsd.org Wed Mar 2 07:06:37 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC4FAC059F; Wed, 2 Mar 2016 07:06:37 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5B1D1491; Wed, 2 Mar 2016 07:06:36 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: by mail-ig0-x233.google.com with SMTP id y8so38957613igp.0; Tue, 01 Mar 2016 23:06:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vYfw764g9zm543rLanFjCllthg3Gjvajc1EnH04c/LI=; b=pQBJRINC1vMg/MXDLm5pkwxpDk+Rq2mHKEVdi/GtW9GJ8DIw9DmdwfRzGfGz3yFZLu wZ/w3rtUoGY9J/fsTG0pRoF/q2exYCvhdyTp0+hu4UL18ZjozgjtvfxzuMo7rY504/81 iE45LF+kRSyjBgVe+UL1qo66sFxmIIW1oZuuADcER8ls+3XPL0r3qHO1pc2zIB2ExEWm vyRF892Vxs6g/aRGFHkFaEwL474xn5lyXx7WlNyYpOWfOPP2I8KUUj7jR5drHaDAqsyw y8JXjX3MyR0q46AyISJbyQT8PmG030ZbT8ykQOIIXgk7qAlSe4j5NNewjA8rhl3vxCQr Du6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vYfw764g9zm543rLanFjCllthg3Gjvajc1EnH04c/LI=; b=PiRG8+EknVITIGfryedKad6UtIegyRADiI3tp4CYUYUXsEo/z1dx8fG9OAR6Pzbc7Q PupOfbWn5ip7ney87q/WUusDo6R9MexxNqcrKqb2Cgl3c55Sb/oBx7Yjajk4foAFxYFf FwwXcOP9NHts+q4C6S3vx+SS2FlNB8Xu1PEcThjhPNsAwaqx8wvltUnCKbEbevk2ojVa Cvbr+fXi488sUojZwUFytBD4WJbzAd/MHbOqgsl20KuDlcNw84CvgatDkzWMf9hFUB+N Rf6NE/DUjO35lcKvlLtQ3LQB7dsD/DZn/trIfIr6F7f6CytxXFBEu9OwRdF63Byg9QRM THew== X-Gm-Message-State: AD7BkJLSAdk4Ww06aKZJg9uczEe2bV3D4WbqD2iyNtVsFJh/aKyK09PdQMshnuRmOIFO9ur7aeC1bULlcUQBQQ== X-Received: by 10.50.98.74 with SMTP id eg10mr3050079igb.17.1456902396174; Tue, 01 Mar 2016 23:06:36 -0800 (PST) MIME-Version: 1.0 References: <56D617D1.5040209@protected-networks.net> <20160302004206.5bc6e0b3@nonamehost.local> <76770847.2GZvgBdTxv@ralph.baldwin.cx> <20160302062745.GD79128@home.opsec.eu> In-Reply-To: <20160302062745.GD79128@home.opsec.eu> From: Howard Su Date: Wed, 02 Mar 2016 07:06:26 +0000 Message-ID: Subject: Re: SVN r296272 breaks virtualbox To: Kurt Jaeger , John Baldwin Cc: freebsd-current@freebsd.org, freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 07:06:37 -0000 On Tue, Mar 1, 2016 at 10:28 PM Kurt Jaeger 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" >