From owner-svn-src-all@freebsd.org Fri Sep 1 16:23:59 2017 Return-Path: Delivered-To: svn-src-all@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 40E0BE182A9 for ; Fri, 1 Sep 2017 16:23:59 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17E137CC62 for ; Fri, 1 Sep 2017 16:23:58 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 28E5C2127A for ; Fri, 1 Sep 2017 12:23:57 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute2.internal (MEProxy); Fri, 01 Sep 2017 12:23:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=f653Vh iPS572lFpUiWDL1GDHpfddLvAPRyOGOCVaj6A=; b=cfe3PZcDKF2/Zl6+qmsrHa 3svZQuVTAQlXPP2+r8ZsmtS7ruKJBHyyTCIWSA3KGcMmLOOa6FrE+1hUtnMYzYL2 vxejoeNCay+ZXGMd6nE1ZMNcji/5mcpo7LfBbB+wNG0tijzaQUL/nEnMb+UfLLxJ OUEl4DM5OsNIjo1iHct//+NL151oaRr3EYhsbCnDmXbbVcB/zKGjAuIc0PHaTQi2 NYOSnXSmg10oRxpg6YjGk1pbw6LJ8/wioFjVUuxQrAAyd2m8OynhglhYjBq56CcZ a5Ptsab0HU1w6RbG3iKp9JzsPyFkl2wvtsY9m1scP3vm9Gkd1/x2+wM5zaLAwYbw == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 092156264D; Fri, 1 Sep 2017 12:23:56 -0400 (EDT) Message-Id: <1504283036.3890655.1092421712.7A5915D1@webmail.messagingengine.com> From: Josh Paetzel To: svn-src-all@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-13b5a8c9 References: <201709011554.v81FssRG083114@repo.freebsd.org> In-Reply-To: Subject: Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf Date: Fri, 01 Sep 2017 11:23:56 -0500 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 16:23:59 -0000 Yeah, the commit message is horrible. I apologize. The phabricator is a little better but you have to read and parse the whole thing. Then end result of this change is you can kldload ipsec AND tcpmd5, however ipsec support won't be in GENERIC. (which is the consensus from the phab) On Fri, Sep 1, 2017, at 11:06 AM, Conrad Meyer wrote: > Wait, why? The PR doesn't explain it any better than this commit > message. > > On Fri, Sep 1, 2017 at 8:54 AM, Josh Paetzel > wrote: > > Author: jpaetzel > > Date: Fri Sep 1 15:54:53 2017 > > New Revision: 323087 > > URL: https://svnweb.freebsd.org/changeset/base/323087 > > > > Log: > > Take options IPSEC out of GENERIC > > > > PR: 220170 > > Submitted by: delphij > > Reviewed by: ae, glebius > > MFC after: 2 weeks > > Differential Revision: D11806 > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" -- Thanks, Josh Paetzel