From owner-svn-src-all@freebsd.org Wed Sep 20 13:59:01 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 99CB3E0FAAF for ; Wed, 20 Sep 2017 13:59:01 +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 71ABB6C762 for ; Wed, 20 Sep 2017 13:59:01 +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 BD1262095A for ; Wed, 20 Sep 2017 09:58:59 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Wed, 20 Sep 2017 09:58:59 -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=pOw7bM Hwdr7Q0bjBDmX4kRM7I31AD40HOoWJIX51R5E=; b=B6EP/qlsw4meTZTCzglyUj ZWs+n+hxZoWzFd0zM6VPqZFnzYg1KfZKKoWq0kWOa8XMkSLSYVrZT0s+8bLoYWYQ OxEz8hBCI6uRVDf0gedZrxrZNAYDL05qnw7ylp1n1KwKxuUA0qkmphsqJha8cuRz blLnUMlZFkwJWVG6b+6Tf0sazi+kMu58TO5FTb0pI21Dpu6l1DDFZWmzSiK0XsK4 GRLDXhbEWhrOy6jfHpflP97ep0pxSZuD3X41erYOpRlEBbc7jSvNfBd4WLOBc+Zf qwHoSO12nI/uRY+nRGRgcPZ9MZ/E39WD7q2vpYa8uR3W6VQr58SSsE/HMlumSrZA == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 9E42D9E95E; Wed, 20 Sep 2017 09:58:59 -0400 (EDT) Message-Id: <1505915939.3128744.1112434136.0864CA5F@webmail.messagingengine.com> From: Josh Paetzel To: svn-src-all@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-64b08692 Date: Wed, 20 Sep 2017 08:58:59 -0500 In-Reply-To: <2B7D21C6-56EE-4ADE-815C-70477C137A82@gmail.com> References: <201709191651.v8JGpp5v048489@repo.freebsd.org> <2B7D21C6-56EE-4ADE-815C-70477C137A82@gmail.com> Subject: Re: svn commit: r323770 - in stable/11/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf 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: Wed, 20 Sep 2017 13:59:01 -0000 On Wed, Sep 20, 2017, at 02:41 AM, Ngie Cooper (yaneurabeya) wrote: >=20 > > On Sep 19, 2017, at 09:51, Josh Paetzel wrote: > >=20 > > Author: jpaetzel > > Date: Tue Sep 19 16:51:51 2017 > > New Revision: 323770 > > URL: https://svnweb.freebsd.org/changeset/base/323770 > >=20 > > Log: > > MFC: 323068 > >=20 > > Allow kldload tcpmd5 >=20 > Wasn=E2=80=99t this reverted on ^/head ? > Thanks, > -Ngie > Email had 1 attachment: > + signature.asc > 1k (application/pgp-signature) Not this one. What was reverted on HEAD was the removal of options IPSEC from GENERIC. The endgoal is options IPSEC and options IPSEC_SUPPORT in GENERIC, which will allow someone running GENERIC to kldload tcpmd5 I think it's clear that removing options IPSEC from GENERIC was the wrong way to go. (There was consensus on the phabricator review, not so much once it was committed.) --=20 Thanks, Josh Paetzel