Message ID | 153817140052.17152.8594371908103118425.stgit@djiang5-desk3.ch.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Adding security support for nvdimm | expand |
On Fri, Sep 28, 2018 at 2:58 PM Dave Jiang <dave.jiang@intel.com> wrote: > > The following series implements security support for nvdimm. Mostly adding > new security DSM support from the Intel NVDIMM DSM spec v1.7, but also > adding generic support libnvdimm for other vendors. The most important > security features are unlocking locked nvdimms, and updating/setting security > passphrase to nvdimms. > > v11: > - Dropped keyring usage. (David) > - Fixed up scanf handling. (David) > - Removed callout info for request_key(). (David) > - Included Dan's patches and folded in some changes from Dan. (Dan) > - Made security_show a weak function to allow test override. (Dan) Looks good. > Dan Williams (2): > libnvdimm: Drop nvdimm_bus from security_ops interface > acpi, nfit: Move acpi_nfit_get_security_ops() to generic location I'll fold these into the other patches, no need to commit the cleanups separately at this point.