NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58122 CVS commit: src/sys/arch/x86/x86



The following reply was made to PR port-amd64/58122; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58122 CVS commit: src/sys/arch/x86/x86
Date: Sun, 9 Jun 2024 20:07:33 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Jun  9 20:07:33 UTC 2024
 
 Modified Files:
 	src/sys/arch/x86/x86: cpu_rng.c
 
 Log Message:
 x86/cpu_rng: Fix false alarm rate of CPU RNG health test.
 
 Lower it from 1/2^32 (about one in four billion) to 1/2^256
 (approximately not gonna happen squared).
 
 PR port-amd64/58122
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/cpu_rng.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index