From owner-dev-commits-src-all@freebsd.org Tue Sep 14 13:42:43 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 A2A0066A278; Tue, 14 Sep 2021 13:42:43 +0000 (UTC) (envelope-from SRS0=Q8r5=OE=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (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 4H84Kb3VrGz3CcC; Tue, 14 Sep 2021 13:42:43 +0000 (UTC) (envelope-from SRS0=Q8r5=OE=klop.ws=ronald-lists@realworks.nl) Date: Tue, 14 Sep 2021 15:42:35 +0200 (CEST) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=klop.ws; s=rw1; t=1631626955; 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: in-reply-to:in-reply-to:references:references; bh=5j27DK2Frb0f79bid5K+HrMK71ImIFnQs6QTowPXoGg=; b=FvZAnmJUkzTFhmtnLBKpL2JgHlexJvuasiYISmyKk/WTwjymva7F3m9gS5zxTvO0E7NXLS zrSYhGtihCHnZmAw== From: Ronald Klop To: Andrew Turner Cc: dev-commits-src-all@FreeBSD.org, src-committers@FreeBSD.org, dev-commits-src-main@FreeBSD.org Message-ID: <629177790.2.1631626955525@mailrelay> In-Reply-To: <202109141253.18ECrVoR016500@gitrepo.freebsd.org> References: <202109141253.18ECrVoR016500@gitrepo.freebsd.org> Subject: Re: git: fd860ace3bde - main - Remove the DN flag from the initial arm64 fpcr value MIME-Version: 1.0 X-Mailer: Realworks (576.841.ea608bb) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4H84Kb3VrGz3CcC X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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: Tue, 14 Sep 2021 13:42:43 -0000 Hi, Do you have an example of this software? Just for my understanding. Ronald. Van: Andrew Turner Datum: dinsdag, 14 september 2021 14:53 Aan: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Onderwerp: git: fd860ace3bde - main - Remove the DN flag from the initial arm64 fpcr value > > The branch main has been updated by andrew: > > URL: https://cgit.FreeBSD.org/src/commit/?id=fd860ace3bded96bee0e5c090a5a4d8b085b700c > > commit fd860ace3bded96bee0e5c090a5a4d8b085b700c > Author: Andrew Turner > AuthorDate: 2021-08-25 10:05:55 +0000 > Commit: Andrew Turner > CommitDate: 2021-09-14 12:52:48 +0000 > > Remove the DN flag from the initial arm64 fpcr value > > This fixes software that expects NaN values to propagate. > > Sponsored by: The FreeBSD Foundation > --- > sys/arm64/include/vfp.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sys/arm64/include/vfp.h b/sys/arm64/include/vfp.h > index 629b1b7fadf4..bee0121d9d2a 100644 > --- a/sys/arm64/include/vfp.h > +++ b/sys/arm64/include/vfp.h > @@ -35,7 +35,7 @@ > #define VFPCR_AHP (0x04000000) /* alt. half-precision: */ > #define VFPCR_DN (0x02000000) /* default NaN enable */ > #define VFPCR_FZ (0x01000000) /* flush to zero enabled */ > -#define VFPCR_INIT VFPCR_DN /* Default fpcr after exec */ > +#define VFPCR_INIT 0 /* Default fpcr after exec */ > > #define VFPCR_RMODE_OFF 22 /* rounding mode offset */ > #define VFPCR_RMODE_MASK (0x00c00000) /* rounding mode mask */ > _______________________________________________ > dev-commits-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all > To unsubscribe, send any mail to "dev-commits-src-all-unsubscribe@freebsd.org" > > > From owner-dev-commits-src-all@freebsd.org Tue Sep 14 15:04:23 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 D791C66AAF0; Tue, 14 Sep 2021 15:04:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H867q5LS8z3qtF; Tue, 14 Sep 2021 15:04:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 976E91C6F1; Tue, 14 Sep 2021 15:04:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18EF4NtH090655; Tue, 14 Sep 2021 15:04:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18EF4Nio090654; Tue, 14 Sep 2021 15:04:23 GMT (envelope-from git) Date: Tue, 14 Sep 2021 15:04:23 GMT Message-Id: <202109141504.18EF4Nio090654@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Mark Johnston Subject: git: b1746faad6d6 - main - debugnet: Include some required headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b1746faad6d690e43ac78ba3a9bca96c767ea729 Auto-Submitted: auto-generated 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: Tue, 14 Sep 2021 15:04:23 -0000 The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b1746faad6d690e43ac78ba3a9bca96c767ea729 commit b1746faad6d690e43ac78ba3a9bca96c767ea729 Author: Mark Johnston AuthorDate: 2021-09-14 14:53:15 +0000 Commit: Mark Johnston CommitDate: 2021-09-14 15:02:45 +0000 debugnet: Include some required headers Don't depend on pollution from net/vnet.h. PR: 258496 MFC after: 1 week Sponsored by: The FreeBSD Foundation --- sys/net/debugnet.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/net/debugnet.c b/sys/net/debugnet.c index 8652597c55db..7a2c98ace65d 100644 --- a/sys/net/debugnet.c +++ b/sys/net/debugnet.c @@ -39,6 +39,9 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include +#include +#include #include #include @@ -53,6 +56,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include