Skip to content

Commit c269e87

Browse files
snitsJarkko Sakkinen
authored andcommitted
tpm: Update mailing list contact information in sysfs-class-tpm
All of the entries in Documentation/ABI/stable/sysfs-class-tpm point to the old tpmdd-devel mailing list. This patch updates the entries to point to linux-intergrity. Cc: Jarkko Sakkinen <[email protected]> Cc: Peter Huewe <[email protected]> Cc: Jason Gunthorpe <[email protected]> Cc: [email protected] Signed-off-by: Jerry Snitselaar <[email protected]> Acked-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent d96d875 commit c269e87

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Documentation/ABI/stable/sysfs-class-tpm

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
What: /sys/class/tpm/tpmX/device/
22
Date: April 2005
33
KernelVersion: 2.6.12
4-
4+
55
Description: The device/ directory under a specific TPM instance exposes
66
the properties of that TPM chip
77

88

99
What: /sys/class/tpm/tpmX/device/active
1010
Date: April 2006
1111
KernelVersion: 2.6.17
12-
12+
1313
Description: The "active" property prints a '1' if the TPM chip is accepting
1414
commands. An inactive TPM chip still contains all the state of
1515
an active chip (Storage Root Key, NVRAM, etc), and can be
@@ -21,15 +21,15 @@ Description: The "active" property prints a '1' if the TPM chip is accepting
2121
What: /sys/class/tpm/tpmX/device/cancel
2222
Date: June 2005
2323
KernelVersion: 2.6.13
24-
24+
2525
Description: The "cancel" property allows you to cancel the currently
2626
pending TPM command. Writing any value to cancel will call the
2727
TPM vendor specific cancel operation.
2828

2929
What: /sys/class/tpm/tpmX/device/caps
3030
Date: April 2005
3131
KernelVersion: 2.6.12
32-
32+
3333
Description: The "caps" property contains TPM manufacturer and version info.
3434

3535
Example output:
@@ -46,7 +46,7 @@ Description: The "caps" property contains TPM manufacturer and version info.
4646
What: /sys/class/tpm/tpmX/device/durations
4747
Date: March 2011
4848
KernelVersion: 3.1
49-
49+
5050
Description: The "durations" property shows the 3 vendor-specific values
5151
used to wait for a short, medium and long TPM command. All
5252
TPM commands are categorized as short, medium or long in
@@ -69,7 +69,7 @@ Description: The "durations" property shows the 3 vendor-specific values
6969
What: /sys/class/tpm/tpmX/device/enabled
7070
Date: April 2006
7171
KernelVersion: 2.6.17
72-
72+
7373
Description: The "enabled" property prints a '1' if the TPM chip is enabled,
7474
meaning that it should be visible to the OS. This property
7575
may be visible but produce a '0' after some operation that
@@ -78,15 +78,15 @@ Description: The "enabled" property prints a '1' if the TPM chip is enabled,
7878
What: /sys/class/tpm/tpmX/device/owned
7979
Date: April 2006
8080
KernelVersion: 2.6.17
81-
81+
8282
Description: The "owned" property produces a '1' if the TPM_TakeOwnership
8383
ordinal has been executed successfully in the chip. A '0'
8484
indicates that ownership hasn't been taken.
8585

8686
What: /sys/class/tpm/tpmX/device/pcrs
8787
Date: April 2005
8888
KernelVersion: 2.6.12
89-
89+
9090
Description: The "pcrs" property will dump the current value of all Platform
9191
Configuration Registers in the TPM. Note that since these
9292
values may be constantly changing, the output is only valid
@@ -109,7 +109,7 @@ Description: The "pcrs" property will dump the current value of all Platform
109109
What: /sys/class/tpm/tpmX/device/pubek
110110
Date: April 2005
111111
KernelVersion: 2.6.12
112-
112+
113113
Description: The "pubek" property will return the TPM's public endorsement
114114
key if possible. If the TPM has had ownership established and
115115
is version 1.2, the pubek will not be available without the
@@ -161,7 +161,7 @@ Description: The "pubek" property will return the TPM's public endorsement
161161
What: /sys/class/tpm/tpmX/device/temp_deactivated
162162
Date: April 2006
163163
KernelVersion: 2.6.17
164-
164+
165165
Description: The "temp_deactivated" property returns a '1' if the chip has
166166
been temporarily deactivated, usually until the next power
167167
cycle. Whether a warm boot (reboot) will clear a TPM chip
@@ -170,7 +170,7 @@ Description: The "temp_deactivated" property returns a '1' if the chip has
170170
What: /sys/class/tpm/tpmX/device/timeouts
171171
Date: March 2011
172172
KernelVersion: 3.1
173-
173+
174174
Description: The "timeouts" property shows the 4 vendor-specific values
175175
for the TPM's interface spec timeouts. The use of these
176176
timeouts is defined by the TPM interface spec that the chip

0 commit comments

Comments
 (0)