From owner-svn-src-head@freebsd.org Tue Apr 11 19:00:41 2017 Return-Path: Delivered-To: svn-src-head@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 4A68DD3AE4F; Tue, 11 Apr 2017 19:00:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23A3519FD; Tue, 11 Apr 2017 19:00:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 2B76510A7DB; Tue, 11 Apr 2017 15:00:40 -0400 (EDT) From: John Baldwin To: Patrick Kelsey Cc: Jung-uk Kim , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r316648 - in head/sys: amd64/amd64 amd64/include arm/arm arm/include arm64/include cddl/dev/dtrace/aarch64 cddl/dev/dtrace/amd64 cddl/dev/dtrace/arm cddl/dev/dtrace/i386 cddl/dev/dtrace... Date: Tue, 11 Apr 2017 11:51:33 -0700 Message-ID: <3414873.bffRg8lynz@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: <201704090200.v39203Vf072867@repo.freebsd.org> <2086739.zQDsh9Zz6K@ralph.baldwin.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Tue, 11 Apr 2017 15:00:40 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 19:00:41 -0000 On Tuesday, April 11, 2017 02:21:05 AM Patrick Kelsey wrote: > On Tue, Apr 11, 2017 at 1:24 AM, John Baldwin wrote: > > > Either that, or I relax the goal of purging it entirely and put the > > compat > > > shim in current also to sidestep the port-patching issue. > > > > Well, I'd like to not have it live around forever, but we could add the > > compat shim to HEAD in the short term (also makes MFC slightly simpler as > > you just group the two commits together when you MFC). Once the port is > > patched with the updated FreeBSD_version we can remove the shim from HEAD. > > > > > So far it doesn't look like patching ports will be much of an issue. I > extracted sources for all ports that contained INSTALL_KLD in their > Makefile and grepped them for smp_no_rendevous - the only ports turned up > that way are emulators/virtualbox-ose-additions and > emulators/virtualbox-ose-kmod. One set of patches will serve both, and > I've sent them off to the maintainers. Yes, I can't think of any other ports that would use these. Thanks! -- John Baldwin