Module Name: src Committed By: riastradh Date: Thu Apr 30 16:43:12 UTC 2020
Modified Files: src/sys/kern: kern_entropy.c Log Message: Avoid calling entropy_pending() with E->lock held. This is part I of avoiding percpu_foreach with spin lock held. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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.