[PATCH 0/2] tools/migration: Fixes in send_checkpoint_dirty_pfn_list()

Andrew Cooper posted 2 patches 2 years, 9 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210706112332.31753-1-andrew.cooper3@citrix.com
tools/libs/guest/xg_sr_restore.c | 48 ++++++++++++++--------------------------
1 file changed, 17 insertions(+), 31 deletions(-)
[PATCH 0/2] tools/migration: Fixes in send_checkpoint_dirty_pfn_list()
Posted by Andrew Cooper 2 years, 9 months ago
These are a prerequisite to all currently on-list patches touching the
function.

Andrew Cooper (2):
  tools/migration: Fix iovec handling in send_checkpoint_dirty_pfn_list()
  tools/migration: Fix potential overflow in send_checkpoint_dirty_pfn_list()

 tools/libs/guest/xg_sr_restore.c | 48 ++++++++++++++--------------------------
 1 file changed, 17 insertions(+), 31 deletions(-)

-- 
2.11.0


Re: [PATCH 0/2] tools/migration: Fixes in send_checkpoint_dirty_pfn_list()
Posted by Jan Beulich 2 years, 9 months ago
On 06.07.2021 13:23, Andrew Cooper wrote:
> These are a prerequisite to all currently on-list patches touching the
> function.

Just as an observation, while I can see how from your pov (judging from
your not-exactly-review-comments) patch 2 may be a prereq to one of my
changes, I don't think I'd call patch 1 a prereq to anything - this is
cleanup which can be done at any point. Of course it'll allow me to
shrink that one of my patches, which is certainly nice.

Jan