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 RangeStartRangeLengthPolicy parameter.

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

To be used later in Reactivate method implementation and in function
for retrieving SUM device status.

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
a184058f b26f29b6

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