nd_namespace_pmemRegular
4.4: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
char *alt_name;
u8 *uuid;
};
4.8: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
char *alt_name;
u8 *uuid;
};
4.10: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
char *alt_name;
u8 *uuid;
int id;
};
4.13: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
4.15: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
4.18: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.0: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.3: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.4: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.8: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.11: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.13: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.15: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
5.19: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
uuid_t *uuid;
int id;
};
6.2: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
uuid_t *uuid;
int id;
};
6.5: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
uuid_t *uuid;
int id;
};
6.8: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
uuid_t *uuid;
int id;
};
arm64: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
armhf: Absent ⚠️
ppc64el: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
riscv64: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
aws: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
azure: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
gcp: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
lowlatency: ✅struct nd_namespace_pmem {
struct nd_namespace_io nsio;
long unsigned int lbasize;
char *alt_name;
u8 *uuid;
int id;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ⚠️int id
4.10 and 4.13 ⚠️long unsigned int lbasize
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️u8 *uuid ➡️ uuid_t *uuid
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅