Description of problem: 当前应用程序需要开辟足够大的空间来接受TPM返回的相应,且必须一次读取完。但应用程序事先不知道响应有多大,所以始终需要保持 4K 缓冲区并读取最大值 (4K)。 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2122