Source-Changes archive

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

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



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