mbox series

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

Message ID 20210706112332.31753-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series tools/migration: Fixes in send_checkpoint_dirty_pfn_list() | expand

Message

Andrew Cooper July 6, 2021, 11:23 a.m. UTC
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(-)

Comments

Jan Beulich July 6, 2021, 12:07 p.m. UTC | #1
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