Re: [PATCH v6 11/15] x86/smpboot: clone_mapping should have one exit path

2020-04-30 Thread Jan Beulich
On 24.04.2020 16:09, Hongyan Xia wrote: > From: Wei Liu Like for patches 1 and 2 in this series, and as iirc mentioned already long ago for those, "should" or alike are misleading here: It's not a mistake that they don't, i.e. this is not a bug fix. You _want_ these functions to have a single (ma

[PATCH v6 11/15] x86/smpboot: clone_mapping should have one exit path

2020-04-24 Thread Hongyan Xia
From: Wei Liu We will soon need to clean up page table mappings in the exit path. No functional change. Signed-off-by: Wei Liu Signed-off-by: Hongyan Xia --- xen/arch/x86/smpboot.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/xen/arch/x86/smpboot.c b/