Re: [PATCH v10 02/12] ndctl: add passphrase update to ndctl

2019-01-30 Thread Verma, Vishal L
On Tue, 2019-01-29 at 18:59 -0800, Dan Williams wrote: > On Tue, Jan 29, 2019 at 6:35 PM Verma, Vishal L > wrote: > > On Thu, 2019-01-24 at 16:07 -0700, Dave Jiang wrote: > [..] > > > + > > > +The updated key blobs will be created by ndctl in {ndctl_keysdir} > > > directory > > > +with the file

Re: [PATCH v10 02/12] ndctl: add passphrase update to ndctl

2019-01-29 Thread Dan Williams
On Tue, Jan 29, 2019 at 6:35 PM Verma, Vishal L wrote: > On Thu, 2019-01-24 at 16:07 -0700, Dave Jiang wrote: [..] > > + > > +The updated key blobs will be created by ndctl in {ndctl_keysdir} directory > > +with the file name of "nvdimm__.blob". > > + > > +OPTIONS > > +--- > > +:: > > +include

Re: [PATCH v10 02/12] ndctl: add passphrase update to ndctl

2019-01-29 Thread Verma, Vishal L
On Thu, 2019-01-24 at 16:07 -0700, Dave Jiang wrote: > Add API call for triggering sysfs knob to update the security for a DIMM > in libndctl. Also add the ndctl "update-passphrase" to trigger the > operation. > > Signed-off-by: Dave Jiang > --- > Documentation/ndctl/Makefile.am

[PATCH v10 02/12] ndctl: add passphrase update to ndctl

2019-01-24 Thread Dave Jiang
Add API call for triggering sysfs knob to update the security for a DIMM in libndctl. Also add the ndctl "update-passphrase" to trigger the operation. Signed-off-by: Dave Jiang --- Documentation/ndctl/Makefile.am |5 Documentation/ndctl/ndctl-setup-passphrase.txt | 47 ++