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, Apr 21, 5:41 PM
Unknown Object (File)
Mar 18 2024, 5:49 PM
Unknown Object (File)
Jan 31 2024, 3:53 AM
Unknown Object (File)
Jan 27 2024, 2:37 PM
Unknown Object (File)
Dec 25 2023, 9:26 AM
Unknown Object (File)
Dec 20 2023, 6:38 AM
Unknown Object (File)
Nov 2 2023, 11:21 PM
Unknown Object (File)
Jun 24 2023, 6:49 AM
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