memory_blockRegular
4.4: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
};
4.8: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
};
4.10: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
};
4.13: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
};
4.15: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
};
4.18: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
5.0: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
5.3: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int end_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
5.4: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
5.8: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int phys_device;
struct device dev;
int nid;
};
5.11: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int nid;
struct device dev;
};
5.13: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int nid;
struct device dev;
long unsigned int nr_vmemmap_pages;
};
5.15: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int nid;
struct device dev;
long unsigned int nr_vmemmap_pages;
struct memory_group *group;
struct list_head group_next;
};
5.19: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int nid;
struct zone *zone;
struct device dev;
long unsigned int nr_vmemmap_pages;
struct memory_group *group;
struct list_head group_next;
};
6.2: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int nid;
struct zone *zone;
struct device dev;
long unsigned int nr_vmemmap_pages;
struct memory_group *group;
struct list_head group_next;
atomic_long_t nr_hwpoison;
};
6.5: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int nid;
struct zone *zone;
struct device dev;
long unsigned int nr_vmemmap_pages;
struct memory_group *group;
struct list_head group_next;
atomic_long_t nr_hwpoison;
};
6.8: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int online_type;
int nid;
struct zone *zone;
struct device dev;
struct vmem_altmap *altmap;
struct memory_group *group;
struct list_head group_next;
atomic_long_t nr_hwpoison;
};
arm64: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
armhf: Absent ⚠️
ppc64el: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
riscv64: Absent ⚠️
aws: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
azure: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
gcp: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
lowlatency: ✅struct memory_block {
long unsigned int start_section_nr;
long unsigned int state;
int section_count;
int online_type;
int phys_device;
void *hw;
int (*phys_callback)(struct memory_block *);
struct device dev;
int nid;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️int nid
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ⚠️long unsigned int end_section_nr
5.4 and 5.8 ⚠️int section_count
void *hw
int (*phys_callback)(struct memory_block *)
5.8 and 5.11 ⚠️int phys_device
5.11 and 5.13 ⚠️long unsigned int nr_vmemmap_pages
5.13 and 5.15 ⚠️struct memory_group *group
struct list_head group_next
5.15 and 5.19 ⚠️struct zone *zone
5.19 and 6.2 ⚠️atomic_long_t nr_hwpoison
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️struct vmem_altmap *altmap
long unsigned int nr_vmemmap_pages
amd64 and arm64 ✅
amd64 and ppc64el ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅