On Fri, 2019-03-22 at 16:42 -0700, Dave Jiang wrote:
Providing a way for crypto-erase to pass in a key that is with
0's as
payload.
Signed-off-by: Dave Jiang <dave.jiang(a)intel.com>
---
v2:
- Make zero key option explicit with -z parameter. Otherwise we will look
for a key. (Dan)
Documentation/ndctl/ndctl-sanitize-dimm.txt | 4 ++++
ndctl/dimm.c | 16 +++++++++++++---
ndctl/util/keys.c | 12 +++++++-----
ndctl/util/keys.h | 1 +
4 files changed, 25 insertions(+), 8 deletions(-)
Looks good, applied with some commit message tweaking.