Yi Zhang

Results 36 issues of Yi Zhang

Hello I found this warning during compiling the code: ../test/libndctl.c: In function ‘check_btt_size’: ../test/libndctl.c:989:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] unsigned long long expect_table[][2] = { ^~~~~~~~...

``` # make GEN version.m4 make --no-print-directory all-recursive GEN version.m4 Making all in . GEN version.m4 CC ccan/str/str.o CC ccan/str/debug.o CC ccan/list/list.o AR libccan.a CC util/parse-options.o CC util/usage.o CC util/size.o...

Hello I found this failure during ndctl test suite, could anyone help check whether it's expected? ``` :: [ 12:03:22 ] :: [ BEGIN ] :: Running 'meson test -C...

Hello Just wondering whether there is a method to skip the `test/cxl-*` tests during `meson test -C build`, my kernel was not enable cxl_test module, and when I execute the...

**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** **Environment**: **fio version**: fio-3.36-12-g48cf **Reproduction steps** #...

The test daxctl-devices.sh trying to reconfigure one 256M devdax and failed with "Invalid argument", I tried to change the size to 4G and it works, is that expected? ``` #...

From project https://github.com/codespell-project/codespell

Hello I found after `sanitize-dimm --overwrite` operation, the ndctl key still existing there and not removed, is it by design, but from the man page, the key should be removed...

Hello I tried `ndctl sanitize-dimm nmem0 --overwrite`, it tells me the execution failed, but the overwrite operation still issued to nmem0. ``` # uname -r 6.4.0-rc1+ # ndctl setup-passphrase "$dev"...

Hello The ndctl test suite was trying to find one idle namespace during daxctl-devices.sh, but when it was trying to destroy-namespace/create-namespace on the idle namespace, some error output, is that...