NetBSD-Bugs archive

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

PR/58122 CVS commit: [netbsd-10] src/sys/arch/x86/x86



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58122 CVS commit: [netbsd-10] src/sys/arch/x86/x86
Date: Fri, 23 Aug 2024 18:15:31 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Aug 23 18:15:31 UTC 2024
 
 Modified Files:
 	src/sys/arch/x86/x86 [netbsd-10]: cpu_rng.c
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #799):
 
 	sys/arch/x86/x86/cpu_rng.c: revision 1.21
 
 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.20.4.1 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