block: sed-opal: Add ioctl to return device status
authordougmill@linux.vnet.ibm.com <dougmill@linux.vnet.ibm.com>
Tue, 16 Aug 2022 14:07:13 +0000 (15:07 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Aug 2022 13:52:51 +0000 (07:52 -0600)
commitc6ea70604249bc357ce09e9f8e16c29df0fb2fa2
tree8d8556108b2bb25aec62b08c17f1fd5a125ff11e
parent1c23f9e627a7b412978b4e852793c5e3c3efc555
block: sed-opal: Add ioctl to return device status

Provide a mechanism to retrieve basic status information about
the device, including the "supported" flag indicating whether
SED-OPAL is supported. The information returned is from the various
feature descriptors received during the discovery0 step, and so
this ioctl does nothing more than perform the discovery0 step
and then save the information received. See "struct opal_status"
and OPAL_FL_* bits for the status information currently returned.

This is necessary to be able to check whether a device is OPAL
enabled, set up, locked or unlocked from userspace programs
like systemd-cryptsetup and libcryptsetup. Right now we just
have to assume the user 'knows' or blindly attempt setup/lock/unlock
operations.

Signed-off-by: Douglas Miller <dougmill@linux.vnet.ibm.com>
Tested-by: Luca Boccassi <bluca@debian.org>
Reviewed-by: Scott Bauer <sbauer@plzdonthack.me>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Link: https://lore.kernel.org/r/20220816140713.84893-1-luca.boccassi@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/opal_proto.h
block/sed-opal.c
include/linux/sed-opal.h
include/uapi/linux/sed-opal.h