Bug 6607 - The tpm driver where return partial list of PCRs in pcrs_show() when tpm1_pcr_read() fails, which is not consistent with other sysfs functions
Summary: The tpm driver where return partial list of PCRs in pcrs_show() when tpm1_pcr...
Status: NEW
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-19 10:07 UTC by xuxinsss
Modified: 2023-09-19 10:30 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xuxinsss inspur_group 2023-09-19 10:07:19 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 xuxinsss inspur_group 2023-09-19 10:13:06 UTC
Description of problem:
The pcrs_show() will return partial list of PCRs when tpm1_pcr_read() fails. This behavior is not consistent with other sysfs functions.
Comment 2 小龙 admin 2023-09-19 10:30:33 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2194