From owner-svn-src-head@freebsd.org Thu Aug 31 21:30:06 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 BAB62E0617C; Thu, 31 Aug 2017 21:30:06 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward4j.cmail.yandex.net (forward4j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4795B682BE; Thu, 31 Aug 2017 21:30:05 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp2j.mail.yandex.net (smtp2j.mail.yandex.net [95.108.130.60]) by forward4j.cmail.yandex.net (Yandex) with ESMTP id C245A20CE6; Fri, 1 Sep 2017 00:29:51 +0300 (MSK) Received: from smtp2j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2j.mail.yandex.net (Yandex) with ESMTP id 024773EC0D77; Fri, 1 Sep 2017 00:29:48 +0300 (MSK) Received: by smtp2j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id SfEK9Lm0wi-TlHaw7DS; Fri, 01 Sep 2017 00:29:47 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1504214987; bh=ycZzSbmKbgeHZeOLleCQ0VcyvTG8cMSfOXf2dpST65E=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=fbFeRGd98F0uFwTC129wjSjdH23a+rrg0GDSSof7sk7h6A5CdsEEHuTygb041oWea Qo8hrpQ718iFLd6MA1aYJ/5EfDCVx5a0uWSA96vvklJob2VLpn5ue/snQVB9jaoefh iBTkpcRts4WMeC+CffvOKJ6H09jF/4VxyWebTWDs= Authentication-Results: smtp2j.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0 Subject: Re: svn commit: r323068 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf To: Josh Paetzel , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201708312016.v7VKGSYF002751@repo.freebsd.org> From: "Andrey V. Elsukov" Openpgp: id=E6591E1B41DA1516F0C9BC0001C5EA0410C8A17A Message-ID: <7e302a9d-5152-88a6-abf5-3515966db914@yandex.ru> Date: Fri, 1 Sep 2017 00:25:38 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <201708312016.v7VKGSYF002751@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bVUml0pEVXTne5hLnlXtIIeAUkaT3lxMc" 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: Thu, 31 Aug 2017 21:30:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bVUml0pEVXTne5hLnlXtIIeAUkaT3lxMc Content-Type: multipart/mixed; boundary="GnOe3dccsKJeoxNfkj0iL9Q5kPLLQlciS"; protected-headers="v1" From: "Andrey V. Elsukov" To: Josh Paetzel , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <7e302a9d-5152-88a6-abf5-3515966db914@yandex.ru> Subject: Re: svn commit: r323068 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf References: <201708312016.v7VKGSYF002751@repo.freebsd.org> In-Reply-To: <201708312016.v7VKGSYF002751@repo.freebsd.org> --GnOe3dccsKJeoxNfkj0iL9Q5kPLLQlciS Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > Allow kldload tcpmd5 > =20 > PR: 220170 > MFC after: 2 weeks >=20 > 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 --=20 WBR, Andrey V. Elsukov --GnOe3dccsKJeoxNfkj0iL9Q5kPLLQlciS-- --bVUml0pEVXTne5hLnlXtIIeAUkaT3lxMc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEzBAEBCAAdFiEE5lkeG0HaFRbwybwAAcXqBBDIoXoFAlmoftIACgkQAcXqBBDI oXqmFAf/aMdj4NC6OiCHT7pXSHF/0pVNt8L8TEDnWRxTFIRQwMV+MbgtGSDWjBxd UXfZaH3uwA73EdHoDqsC1oN3gVcFXHmb3xJgL+tynwAl9h56hjFmR/DO4xo6OkRs JDrxPta1IUEYVXewT1I3B8R7bjH6UlI5dJbrQEaXcvyS6AQH8+N1YMl2P3TSRGW9 Es+9wbl76Q3/tE5BR0GM46/tU2tq+ToGCa+7W5RhzTILylFcxhKqTFknWSVJ/yDi NBLZnO3DB0nUn75ujw1Lf16dWvtXjP1MVDJprNJqvRswBtQl8ziTzkwLjvGUgz8t fke4SOXigiztDedaN1hDd+r04NN1UA== =fh9C -----END PGP SIGNATURE----- --bVUml0pEVXTne5hLnlXtIIeAUkaT3lxMc--