Module Name: src Committed By: riastradh Date: Fri Mar 18 23:35:19 UTC 2022
Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Reduce global entropy lock from IPL_VM to IPL_SOFTSERIAL. This is no longer ever taken in hard interrupt context, so there's no longer any need to block interrupts while doing crypto operations on the global entropy pool. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/kern/kern_entropy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.