Tomasz Gromadzki
Tomasz Gromadzki
# ISSUE: Invalid heap size when creating a new pool on a used-before devdax. ## Environment Information - PMDK package version(s): - OS(es) version(s): - ndctl version(s): - kernel version(s):...
# ISSUE: No error reporting by pmem2_deep_flush_write() `pmem2_deep_flush_write()` returns always `0`. It does not matter if it succeeds or not. ## Environment Information - PMDK package version(s): - OS(es) version(s):...
# ISSUE: Ambiguous handling of codes returned by functions util_map() https://github.com/pmem/pmdk/blob/master/src/test/tools/cmpmap/cmpmap.c#L203? https://github.com/pmem/pmdk/blob/master/src/test/tools/cmpmap/cmpmap.c#L213 ## Environment Information - PMDK package version(s): - OS(es) version(s): - ndctl version(s): - kernel version(s): - compiler,...
# ISSUE: Ambiguous handling of codes returned by functions device_dax_alignment() ## Environment Information - PMDK package version(s): - OS(es) version(s): - ndctl version(s): - kernel version(s): - compiler, libraries, packaging...
# ISSUE: Invalid flags used for pmem operations when calling from libpmemobj It seems that libpmem operation is called with libpmemobj flags. https://github.com/pmem/pmdk/blob/6ee3f36fe72957feea7a0253d662536724d95364/src/libpmemobj/obj.c#L411 ## Environment Information - PMDK package version(s):...
# ISSUE: obj_sync/TEST[0,2,5-7] timeouts irregularly (check/none/debug/memcheck) OpenSUSE ## Environment Information - PMDK package version(s): 1.13.1 - OS(es) version(s): OpenSuse ## Please provide a reproduction of the bug: * [#86 openSUSE15_3:...
# ISSUE: obj_pmalloc_mt/TEST1 timeouts irregularly (check/pmem/debug/pmemcheck) ## Environment Information - PMDK package version(s): 1.13.1 - OS(es) version(s): RHEL, OPENSUSE ## Please provide a reproduction of the bug: From internal Jenkins...
# ISSUE: Obsolete makefile sections ifeq ($(OS_KERNEL_NAME),Linux) ## Environment Information - PMDK package version(s): 1.13.1 ## Please provide a reproduction of the bug: Many makefiles have following section: ``` ifeq...
# ISSUE: Obsolete define `FH_TRUNC` is in use. ## Environment Information - PMDK package version(s): 1.13.1 Remove all unused define: * `FH_TRUNC` * `FH_CREATE` * `FH_DIRECTORY` * `FH_EXCL`
# ISSUE: `struct FHandle` and related functionality shall be removed from tests. ## Please provide a reproduction of the bug: `struct FHandle` has been implemented to unify tests for Linux...