migrate_vmaRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
4.18: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
5.0: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
5.3: Absent ⚠️
5.4: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
5.8: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *src_owner;
};
5.11: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *pgmap_owner;
long unsigned int flags;
};
5.13: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *pgmap_owner;
long unsigned int flags;
};
5.15: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *pgmap_owner;
long unsigned int flags;
};
5.19: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *pgmap_owner;
long unsigned int flags;
};
6.2: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *pgmap_owner;
long unsigned int flags;
struct page *fault_page;
};
6.5: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *pgmap_owner;
long unsigned int flags;
struct page *fault_page;
};
6.8: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
void *pgmap_owner;
long unsigned int flags;
struct page *fault_page;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
riscv64: Absent ⚠️
aws: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
azure: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
gcp: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
lowlatency: ✅struct migrate_vma {
struct vm_area_struct *vma;
long unsigned int *dst;
long unsigned int *src;
long unsigned int cpages;
long unsigned int npages;
long unsigned int start;
long unsigned int end;
};
Regular
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.4 and 5.8 ⚠️void *src_owner
5.8 and 5.11 ⚠️void *pgmap_owner
long unsigned int flags
void *src_owner
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️struct page *fault_page
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and ppc64el ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅