[PATCH v2] hv_balloon: Fallback to generic_online_page() for non-HV hot added mem

2025-01-07 Thread Jacob Pan
o work properly. Similar cases are handled the same way in the virtio-mem driver. Suggested-by: Vikram Sethi Tested-by: Michael Frohlich Reviewed-by: Michael Kelley Signed-off-by: Jacob Pan --- v2: Updated commit message suggested by Michael Kelley. --- drivers/hv/hv_balloon.c | 18 ++-

Re: [PATCH] hv_balloon: Fallback to generic_online_page() for non-HV hot added mem

2025-01-07 Thread Jacob Pan
Hi Michael, On Tue, 7 Jan 2025 00:39:07 + Michael Kelley wrote: > From: Jacob Pan Sent: Thursday, > January 2, 2025 1:40 PM > > > > When device memory blocks are hot-added via > > add_memory_driver_managed(), the HV balloon driver intercepts them > > bu

[PATCH] hv_balloon: Fallback to generic_online_page() for non-HV hot added mem

2025-01-02 Thread Jacob Pan
by the HV balloon driver. Similar cases are handled the same way in virtio-mem driver. Suggested-by: Vikram Sethi Tested-by: Michael Frohlich Signed-off-by: Jacob Pan --- drivers/hv/hv_balloon.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/hv