580.82.07

This commit is contained in:
Maneet Singh
2025-09-02 10:35:52 -07:00
parent 288f16e614
commit 6387af3092
67 changed files with 1665 additions and 838 deletions

View File

@@ -177,6 +177,9 @@ typedef struct
// Number of pages that are directly populated on the destination
unsigned long num_populate_anon_pages;
// Tracks if OOM condition was encountered.
bool out_of_memory;
} migrate_vma_state_t;
#if defined(CONFIG_MIGRATE_VMA_HELPER)