acpi/nfit: Add support for Intel DSM 1.8 commands
authorDave Jiang <dave.jiang@intel.com>
Tue, 4 Dec 2018 18:31:11 +0000 (10:31 -0800)
committerDan Williams <dan.j.williams@intel.com>
Tue, 4 Dec 2018 18:31:11 +0000 (10:31 -0800)
commitb3ed2ce024c36054e51cca2eb31a1cdbe4a5f11e
tree6407ab38fea25437e92ddfbd5cf4104bdcf5b306
parent2595646791c319cadfdbf271563aac97d0843dc7
acpi/nfit: Add support for Intel DSM 1.8 commands

Add command definition for security commands defined in Intel DSM
specification v1.8 [1]. This includes "get security state", "set
passphrase", "unlock unit", "freeze lock", "secure erase", "overwrite",
"overwrite query", "master passphrase enable/disable", and "master
erase", . Since this adds several Intel definitions, move the relevant
bits to their own header.

These commands mutate physical data, but that manipulation is not cache
coherent. The requirement to flush and invalidate caches makes these
commands unsuitable to be called from userspace, so extra logic is added
to detect and block these commands from being submitted via the ioctl
command submission path.

Lastly, the commands may contain sensitive key material that should not
be dumped in a standard debug session. Update the nvdimm-command
payload-dump facility to move security command payloads behind a
default-off compile time switch.

[1]: http://pmem.io/documents/NVDIMM_DSM_Interface-V1.8.pdf

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/acpi/nfit/Kconfig
drivers/acpi/nfit/core.c
drivers/acpi/nfit/intel.h
drivers/acpi/nfit/nfit.h
drivers/nvdimm/bus.c
include/linux/libnvdimm.h