Page MenuHomeFreeBSD

tpm: Fix entropy harvesting logic
ClosedPublic

Authored by kd on Sep 1 2022, 12:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 23, 12:10 PM
Unknown Object (File)
Thu, Nov 6, 1:43 PM
Unknown Object (File)
Tue, Nov 4, 3:19 AM
Unknown Object (File)
Mon, Nov 3, 9:06 PM
Unknown Object (File)
Mon, Nov 3, 9:06 PM
Unknown Object (File)
Mon, Nov 3, 9:06 PM
Unknown Object (File)
Mon, Nov 3, 9:04 PM
Unknown Object (File)
Sat, Nov 1, 9:02 PM
Subscribers

Details

Summary

Use a taskqueue instead of a callout.
Callout functions mustn't sleep, where as the TPM driver uses an sx lock in order to serialize accesses to the device.
Note that the entropy harvesting feature is not enabled by default, so this commit should not bring any functional changes to the GENERIC kernel.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable