From owner-svn-src-all@freebsd.org Thu Aug 31 22:26:33 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 2A890E0762B for ; Thu, 31 Aug 2017 22:26:33 +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 0124A6A491; Thu, 31 Aug 2017 22:26:32 +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 6BEF7201A2; Thu, 31 Aug 2017 18:26:25 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute2.internal (MEProxy); Thu, 31 Aug 2017 18:26:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc: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=2VxxNK enhHtKYpMo5GMrk0DyR5kSf9lmOhoHhd5QHuw=; b=CWcZi5goSqG6M3tFvUHVdO pV0okxJA7vOw8xXhZ3X0hH2lsPjBXR2kDpsqfodih4noZNqKDpNGEDrcnsnNu1TC DGJAl5rJ58OH3EggxQc6TXq91N4MZ9+QRtwEvyplS4rEQj9D5X6TXMo2MO8BG+sF D1kX8mgD5Gkd13p5Oo04EgI220+l2oIL3d6u7157p2Abne34H7yXC+ilQAxsoCw+ T/7mSQSgCXz6Y3fD+pNOKWAs/qmZbU2Pp8ej6kLL6HAuQnROsIoC+ZeEdSDDbJta /mhI2oBPChs9Jk3RGUJ7VDRaSzqNH/oLM4oMD1bkamF36OxtpMQBfALY7BR6zC7g == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 4CC606264E; Thu, 31 Aug 2017 18:26:25 -0400 (EDT) Message-Id: <1504218385.2882571.1091622368.08FD9A13@webmail.messagingengine.com> From: Josh Paetzel To: svn-src-all@freebsd.org Cc: Xin LI MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-13b5a8c9 References: <201708312016.v7VKGSYF002751@repo.freebsd.org> <7e302a9d-5152-88a6-abf5-3515966db914@yandex.ru> Date: Thu, 31 Aug 2017 17:26:25 -0500 Subject: Re: svn commit: r323068 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf In-Reply-To: <7e302a9d-5152-88a6-abf5-3515966db914@yandex.ru> 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: Thu, 31 Aug 2017 22:26:33 -0000 On Thu, Aug 31, 2017, at 04:25 PM, Andrey V. Elsukov wrote: > On 31.08.2017 23:16, Josh Paetzel wrote: > > Author: jpaetzel > > Date: Thu Aug 31 20:16:28 2017 > > New Revision: 323068 > > URL: https://svnweb.freebsd.org/changeset/base/323068 > > > > Log: > > Allow kldload tcpmd5 > > > > PR: 220170 > > MFC after: 2 weeks > > > > Modified: > > head/sys/amd64/conf/GENERIC > > head/sys/arm64/conf/GENERIC > > head/sys/i386/conf/GENERIC > > head/sys/powerpc/conf/GENERIC > > head/sys/riscv/conf/GENERIC > > head/sys/sparc64/conf/GENERIC > > JFYI, there is related review: https://reviews.freebsd.org/D11806 > > -- > WBR, Andrey V. Elsukov > > Email had 1 attachment: > + signature.asc > 1k (application/pgp-signature) Thanks for pointing that out. I'm going to go ahead and remove IPSEC and site the review then as well as long as Xin is ok with that. Xin, Any objections? There was a bug but the review wasn't linked so I had no idea it was in process. -- Thanks, Josh Paetzel