From owner-dev-commits-src-all@freebsd.org Sat Jan 23 07:00:06 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 953B84E8B82; Sat, 23 Jan 2021 07:00:06 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (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 4DN6T23dWfz3KnL; Sat, 23 Jan 2021 07:00:06 +0000 (UTC) (envelope-from gonzo@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bluezbox.com; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VmNWQdnVGiZCJoJT/0g4KcgazDrL0Ji/bo32fXr5x9g=; b=v4TXccAhW0rcnmo5jtFTalBrZL RDMlAtY65Tgvx2KXZ0Cn72SXAeUMU4oP8cs/e5mm8T8rqqdtJ4ATIbnYPVIvHcgfETXZcNAYFh+bS 4lpKSPiVJAzWUmxAEL01Ov/7Ls9pcmq9YMGmtBKMRcJ7eDO+pJoC30CJOM3rW47AtcTY=; Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1l3Ctx-0005MC-53; Fri, 22 Jan 2021 23:00:05 -0800 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id 10N705WG020595; Fri, 22 Jan 2021 23:00:05 -0800 (PST) (envelope-from gonzo@freebsd.org) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@freebsd.org using -f Date: Fri, 22 Jan 2021 23:00:05 -0800 From: Oleksandr Tymoshenko To: John Baldwin Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: ed9b7f441466 - main - armv8crypto: add AES-GCM support Message-ID: <20210123070005.GB20369@bluezbox.com> References: <202101220545.10M5jLcZ070273@gitrepo.freebsd.org> <9d92bfd4-c51a-48d3-2676-5e6163c35ffa@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9d92bfd4-c51a-48d3-2676-5e6163c35ffa@FreeBSD.org> X-Operating-System: FreeBSD/11.2-RELEASE-p10 (amd64) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: John Baldwin (jhb@FreeBSD.org) wrote: > On 1/21/21 9:45 PM, Oleksandr Tymoshenko wrote: > > The branch main has been updated by gonzo: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=ed9b7f441466 [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Rspamd-Queue-Id: 4DN6T23dWfz3KnL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2021 07:00:06 -0000 John Baldwin (jhb@FreeBSD.org) wrote: > On 1/21/21 9:45 PM, Oleksandr Tymoshenko wrote: > > The branch main has been updated by gonzo: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=ed9b7f4414663703e0e9581a730c4bdfaca5687f > > > > commit ed9b7f4414663703e0e9581a730c4bdfaca5687f > > Author: Oleksandr Tymoshenko > > AuthorDate: 2021-01-13 06:27:10 +0000 > > Commit: Oleksandr Tymoshenko > > CommitDate: 2021-01-22 05:41:27 +0000 > > > > armv8crypto: add AES-GCM support > > > > Add support for AES-GCM using OpenSSL's accelerated routines. > > > > Reviewed by: jhb > > Differential Revision: https://reviews.freebsd.org/D27454 > > Sponsored by: Ampere Computing > > Submitted by: Klara, Inc. > > This probably warranted a Relnotes: yes tag :) > > Can you add a note to RELNOTES? I guess it will have to be direct commit to stable/13? Here is a phabricator review for the change: https://reviews.freebsd.org/D28297 -- gonzo