On 6/4/23 07:27, Kai Huang wrote: > Certain SEAMCALL leaf functions may return error due to running out of > entropy, in which case the SEAMCALL should be retried as suggested by > the TDX spec. > > Handle this case in SEAMCALL common function. Mimic the existing > rdrand_long() to retry RDRAND_RETRY_LOOPS times. ... because who are we kidding? When the TDX module says it doesn't have enough entropy it means rdrand. Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>