Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sed-opal: add Admin1PIN parameter.

As desribed in ch. 3.1.1.1.1.3 of TCG Storage Opal SSC Feature Set:
Single User Mode document.

To be used later in Reactivate method implementation.

Signed-off-by: Ondrej Kozina <okozina@redhat.com>
Reviewed-and-tested-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Ondrej Kozina and committed by
Jens Axboe
c6c9dc91 a184058f

+1
+1
block/opal_proto.h
··· 226 226 enum opal_parameter { 227 227 OPAL_SUM_SET_LIST = 0x060000, 228 228 OPAL_SUM_RANGE_POLICY = 0x060001, 229 + OPAL_SUM_ADMIN1_PIN = 0x060002, 229 230 }; 230 231 231 232 enum opal_revertlsp {