From owner-dev-commits-src-all@freebsd.org Sat Jan 23 06:45:32 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 1F9764E81D6; Sat, 23 Jan 2021 06:45:32 +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 4DN68D09k5z3KJy; Sat, 23 Jan 2021 06:45:31 +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=KEO2HOfD5pBf5SqYfygd0vpOUsUHQv9DM8d7gLnUJu4=; b=D6ueFSqZ3V//1aHSiEY8WSpIRv 6NE5VSMYdOZ1/5/g6PV2GNQGZolIDHDBsWokYofbj+pzV02qHxLTDijOw4f8ENcrlI2mii+ZD+Gl0 jQ5w+aoeMM5RLxYyEr8ZQTXbpry7HRIaDfrHJuGpqNjvLSuUYf9SaZo5BmwJR8A92GSk=; 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 1l3Cfk-0005Jz-Ok; Fri, 22 Jan 2021 22:45:25 -0800 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id 10N6jOkA020458; Fri, 22 Jan 2021 22:45:24 -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 22:45:24 -0800 From: Oleksandr Tymoshenko To: Ed Maste Cc: src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: ed9b7f441466 - main - armv8crypto: add AES-GCM support Message-ID: <20210123064524.GA20369@bluezbox.com> References: <202101220545.10M5jLcZ070273@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Ed Maste (emaste@freebsd.org) wrote: > On Fri, 22 Jan 2021 at 00:45, Oleksandr Tymoshenko wrote: > > > > The branch main has been updated by gonzo: > > > > URL: https://cgit.FreeBS [...] 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: 4DN68D09k5z3KJy 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 06:45:32 -0000 Ed Maste (emaste@freebsd.org) wrote: > On Fri, 22 Jan 2021 at 00:45, Oleksandr Tymoshenko wrote: > > > > The branch main has been updated by gonzo: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=ed9b7f4414663703e0e9581a730c4bdfaca5687f > > > > armv8crypto: add AES-GCM support > > Do you intend to bring this into stable/13 also? Merged as a f76393a6305b67c0f3439ba684c5d49a2aafe2a0 -- gonzo