From nobody Sun Sep 17 17:18:38 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RpZQY0Dzlz4tPkM; Sun, 17 Sep 2023 17:18:45 +0000 (UTC) (envelope-from chmeee@has.gonegalt.net) Received: from mail.gonegalt.net (mail.gonegalt.net [208.167.253.104]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RpZQX5G7vz4gJd; Sun, 17 Sep 2023 17:18:44 +0000 (UTC) (envelope-from chmeee@has.gonegalt.net) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gonegalt.net; s=dkim; t=1694971119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DmI0crW6Ym4axwHQzB8LrcEo40p7pGeHf+BAJtOvnX0=; b=QomQastZDNo+1gJlBqFgisXAm3zxNlrCUsVtSTmB3WR+iKEVPcc0nSORuP+6U+176MfzxZ mg1cpVMjvohaUCtlndBhrvDB8LQvsHP/09C59vAuNCmhvHaqy90J9Mufh3roqxsJ4mPWyM NNLyY8jlIAjvmogMtE/UGCJATmPS94o= Received: by localhost (OpenSMTPD) with ESMTP id 41654a2c; Sun, 17 Sep 2023 13:18:39 -0400 (EDT) Received: from ralga.knownspace ([192.168.1.17]) by mail.gonegalt.net with ESMTPSA id v51qM+80B2Ux0gAA0J78UA (envelope-from ); Sun, 17 Sep 2023 13:18:39 -0400 Date: Sun, 17 Sep 2023 13:18:38 -0400 From: Justin Hibbits To: Mateusz Guzik Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org, Shawn Anastasio Subject: Re: git: 6a47fa697ace - main - powerpc: Implement fpu_kern_enter/fpu_kern_leave Message-ID: <20230917131838.6efb5508@ralga.knownspace> In-Reply-To: References: <202309171544.38HFiks4039966@gitrepo.freebsd.org> <20230917115337.6084d166@ralga.knownspace> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; powerpc64le-unknown-linux-gnu) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:208.167.224.0/19, country:US] X-Rspamd-Queue-Id: 4RpZQX5G7vz4gJd On Sun, 17 Sep 2023 18:12:52 +0200 Mateusz Guzik wrote: > given that this is fresh and self-contained you can revert and commit > properly Good point, will do. - Justin > > On 9/17/23, Justin Hibbits wrote: > > On Sun, 17 Sep 2023 15:44:46 GMT > > Justin Hibbits wrote: > > > >> The branch main has been updated by jhibbits: > >> > >> URL: > >> https://cgit.FreeBSD.org/src/commit/?id=6a47fa697ace42851b44498a53446b29b2593316 > >> > >> commit 6a47fa697ace42851b44498a53446b29b2593316 > >> Author: Justin Hibbits > >> AuthorDate: 2023-09-17 14:40:48 +0000 > >> Commit: Justin Hibbits > >> CommitDate: 2023-09-17 15:45:23 +0000 > >> > >> powerpc: Implement fpu_kern_enter/fpu_kern_leave > >> > >> Summary: > >> Provide an implementation of fpu_kern_enter/fpu_kern_leave for > >> PPC to enable FPU, VSX, and Altivec usage in-kernel. The functions > >> currently only support FPU_KERN_NOCTX, but this is sufficient for > >> ossl(1) and many other users of the API. > >> > >> This patchset has been tested on powerpc64le using a modified > >> version of the in-tree tools/tools/crypto/cryptocheck.c tool to > >> check for FPU/Vec register clobbering along with a follow-up patch > >> to enable ossl(4) on powerpc64*. > >> > >> Reviewed by: jhibbits > >> MFC after: 2 weeks > >> Differential Revision: https://reviews.freebsd.org/D41540 > > > > Submitted by: sanastasio_raptorengineering.com > > > > > > I should have checked when I edited the commit message, and fixed it > > back to the original author. Sorry about that, Shawn. > > > > - Justin > > > >