Re: [PATCH] xen/balloon: add late_initcall_sync() for initial ballooning done

From: Boris Ostrovsky
Date: Thu Oct 28 2021 - 14:13:36 EST



On 10/28/21 6:59 AM, Juergen Gross wrote:
+
+ while (current_credit())
+ schedule_timeout_interruptible(HZ / 10);


Should we be concerned that we may get stuck here forever if for some reason we can't balloon down everything?


-boris