Yi Zhang

Results 63 comments of Yi Zhang

> @yizhanglinux You can use `--no-suite cxl` to skip the cxl suite. Thanks for the info, BTW, I've tested Dan's patch and it works well, feel free to close this...

Another question, is there any method to skip "firmware-update.sh", this test case seems will trigger system suspend and my terminal interrupt.

Yeah, that's fine, thanks for update.

Here is the [console.log](https://github.com/pmem/ndctl/files/9506604/console.log)

It's 80000000, I tried 512M and 3G, also failed. ``` # cat /sys/devices/system/memory/block_size_bytes 80000000 # uname -ri 6.4.0-rc1+ x86_64 # ./ndctl destroy-namespace -f -b ACPI.NFIT namespace1.0 libndctl: ndctl_namespace_enable: namespace1.0: failed...

This issue has been fixed by https://lore.kernel.org/nvdimm/[email protected]/

if I only do sanitize-dimm operation, the key can be removed. ``` # ndctl sanitize-dimm nmem0 sanitized 1 nmem. # ls /etc/ndctl/keys/ keys.readme nvdimm-master.blob ```

> https://lore.kernel.org/nvdimm/168357518158.2750073.1393407560977941832.stgit@djiang5-mobl3/ > > Can you please try this fix and see if that does the job? Thanks! Hi Dave I tried your patch, after `ndctl sanitize-dimm nmem0 --overwrite` operation[1],...

> Do you have CONFIG_NVDIMM_SECURITY_TEST=y in your kernel config? I talked to Vishal and he said it works for him. The only thing I can think of right now is...

> So issue 239, where key blob isn't removed after overwrite, is addressed correct? The remaining issue is 244, where overwrite is issued anyways even though there's error of some...