ndctl
ndctl copied to clipboard
A "device memory" enabling project encompassing tools and libraries for CXL, NVDIMMs, DAX, memory tiering and other platform memory device topics.
this was added in d25dc6d7956bc022d7e4c4453416c52368df291d but has never had an implementation, and new ld.lld by default fails to link when a symbol doesn't exist: ld.lld: error: version script assignment of...
As noted in https://src.fedoraproject.org/rpms/ndctl/pull-request/2, the expression `0%{?rhel}` evaluates to zero on Fedora, so the conditional `%if 0%{?rhel} < 9` evaluates to true, since 0 is less than 9. The result...
Such as daxctl(1) manual.
Missing a ')'.
I tried to create devdax mode namespace and encouned the same issues with [https://github.com/pmem/ndctl/issues/39](url) and [https://github.com/pmem/ndctl/issues/76](url). The kernel version is 5.15.0.Steps are as belows: [root@h3]:/dev# ipmctl show -region SocketID |...
`$ meson test cxl-region-sysfs.sh` fails with the messages below from testlog.txt file: ``` [...] + uuidgen + nr_targets=8 + echo 8 ++ cat /sys/bus/cxl/devices/decoder2.3/interleave_granularity + r_ig=4096 + echo 4096 +...
There are two versions of `basename()` function: POSIX one from `libgen.c` that modifies given argument, and GNU extension from `string.h` that doesn't. MUSL only inlcudes POSIX one, while ndctl only...
ndctl create-namespace isnt working on Linux kernel 4.15 ``` sudo ndctl create-namespace --verbose -f -e namespace0.0 --mode=devdax --align=2M ``` The error I am getting: ``` setup_namespace:402: dax0.0: set_align failed: Invalid...
struct nd_cmd_pkg contains a flexible array at the end https://github.com/pmem/ndctl/blob/4f7a1c63b3305c97013d3c46daa6c0f76feff10d/ndctl/ndctl.h#L240-L248 but it is then used across the source code at the beggining or the middle of other structures. it must...
This happens frequently on a fresh QEMU boot and full test suite run. Then it cannot be reproduced. Trying to extract log differences with a successful run: ``` =================================== 34/49...